0
Files
src/ui
tony@chromium.org c99fcf5a19 Add the ability to write comments to PNGCodec::Encode.
I'm going to use this to write layout test checksums to the
expected png files.

Review URL: http://codereview.chromium.org/6696085

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79592 0039d316-1c4b-4281-b951-d872f2087c98
2011-03-28 18:24:21 +00:00
..
2011-03-28 12:01:29 +00:00
2011-02-13 00:13:44 +00:00
2011-01-14 21:14:16 +00:00
2011-03-28 17:49:40 +00:00

This directory contains elements of Chromium's user interface toolkit:

base/
  Common UI framework components for resource loading, localization,
  string formatting, cross platform model interfaces etc.
views/
  UI "View" framework used for building interfaces on Windows and Linux
  (ChromeOS).

This directory is NOT for things that are unrelated to a user interface library,
even if:
* they are shared by multiple top level directories in src/,
* brettw won't let you put them in base!
* it's just two little files... come on!

- ben@chromium.org