0
Files
src/ui
oshima@google.com 27efc88c2c Minimum size for aura window
Update restore bounds when SetBounds is called in Fullscreen/Maximized mode.

EventGenerator to generate fake events for various mouse operatings.

BUG=none
TEST=added test case for SetBounds in fullscreen/maximized mode. Added ToplevelWindow test that tests various toplevel operations.

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105882 0039d316-1c4b-4281-b951-d872f2087c98
2011-10-17 19:36:10 +00:00
..
2011-10-17 19:36:10 +00:00
2011-10-17 19:36:10 +00:00
2011-09-15 00:13:32 +00:00
2011-07-07 14:51:15 +00:00
2011-01-14 21:14:16 +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