summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/notifications/balloon_view.cc
Commit message (Expand)AuthorAgeFilesLines
* The code was assuming that the BalloonViewHost's lifetime would be managed by...rafaelw@chromium.org2010-04-131-1/+1
* notifications: Simplify the callback handler for the close button event.johnnyg@chromium.org2010-04-071-20/+8
* Refactor BalloonViewHost, removing a lot of duplicate code that crept into no...johnnyg@chromium.org2010-03-231-1/+1
* Move app/gfx/canvas and app/gfx/font to gfx/.ben@chromium.org2010-03-231-1/+1
* Move some more files to toplevel gfx dir.ben@chromium.org2010-03-171-2/+2
* win: string_util.h -> utf_string_conversions.h fix.jhawkins@google.com2010-03-111-1/+1
* On Windows, detect the WM_DISPLAYCHANGE message which indicates the desktop s...johnnyg@chromium.org2010-03-041-1/+8
* Fix a regression in the display of notifications on Windows: the TOPMOST bit ...johnnyg@chromium.org2010-02-111-2/+2
* Enable notification for Chromeos/Linux view build.oshima@chromium.org2010-01-271-9/+20
* Fix bad rearrangement of code which causes notifications to crash. johnnyg@chromium.org2009-12-121-1/+1
* Notifications should resize themselves to the content within min-max bounds, ...johnnyg@chromium.org2009-12-081-56/+97
* Spruce up the notification UI to much more closely match the mocks, including...johnnyg@chromium.org2009-12-051-19/+28
* Refactor the menu model to live outside views/ so it can be sharedpinkerton@chromium.org2009-12-041-3/+4
* When extensions use notifications, display the name of the extension in UI ra...johnnyg@chromium.org2009-11-121-2/+2
* Adds an options menu to the frame of the desktop notification, for now with t...johnnyg@chromium.org2009-11-101-0/+81
* Fix style issues in View class.maruel@chromium.org2009-11-071-1/+1
* Implement cancel() API on a Notification object so that script can cancel or ...johnnyg@chromium.org2009-11-041-8/+9
* Attempt 2 at:sky@chromium.org2009-11-041-1/+1
* Revert 30903 - Gets find bar animation/clipping to work on views/gtk.sky@chromium.org2009-11-041-1/+1
* Gets find bar animation/clipping to work on views/gtk.sky@chromium.org2009-11-041-1/+1
* Adds UI components for desktop notifications, including balloon view classes ...johnnyg@chromium.org2009-10-291-0/+354