0
Files
src/ui
msw@chromium.org 0d74d41981 Views Bubble API adjustments and cleanup
Adjust BubbleDelegateView API, add CreateBubble static factory function.
Bubble's arrow anchors with a screen point, can fade in and fade out.
Supporting changes, test updates, misc related cleanup, -275 lines.

BUG=97248,98322,98323
TEST=updated unit tests, views_examples bubbles work.

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106090 0039d316-1c4b-4281-b951-d872f2087c98
2011-10-18 18:35:52 +00:00
..
2011-10-18 13:05:43 +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