summaryrefslogtreecommitdiffstats
path: root/chrome/browser/notifications/balloon_collection.cc
Commit message (Expand)AuthorAgeFilesLines
* Move a bunch more browser stuff around.ben@chromium.org2010-12-021-1/+1
* Listen for APP_TERMINATING in notification ui; close windows earlier in the p...johnnyg@chromium.org2010-12-011-0/+4
* When an extension is uninstalled, close all desktop notifications from that e...johnnyg@chromium.org2010-11-191-31/+28
* Revert 66571 - When an extension is uninstalled, close all desktop notificati...johnnyg@chromium.org2010-11-181-28/+31
* When an extension is uninstalled, close all desktop notifications from that e...johnnyg@chromium.org2010-11-181-31/+28
* Revert 65879 - When an extension is uninstalled, close all desktop notificati...johnnyg@chromium.org2010-11-121-28/+31
* When an extension is uninstalled, close all desktop notifications from that e...johnnyg@chromium.org2010-11-121-31/+28
* Add pyauto hook for HTML5 notifications, tests, and helpers.kkania@chromium.org2010-10-261-0/+8
* Make mac notifications less janky: group the animation together so that they ...johnnyg@chromium.org2010-08-311-2/+1
* Always refresh the desktop size before showing notifications. This should pr...johnnyg@chromium.org2010-07-211-0/+1
* position the balloons after closing in a way that will keep the next one's cl...johnnyg@chromium.org2010-07-151-4/+87
* fix the notification continuous-resize problem by preventing scrollbars from ...johnnyg@chromium.org2010-07-091-1/+7
* Don't try to animate the balloon before it's been shown, it will cause a crash.johnnyg@chromium.org2010-06-291-1/+1
* Remove the horizontal layout code from notifications logic. This code is not...johnnyg@chromium.org2010-06-241-44/+11
* Convert notification UI on Mac to a NIB rather than hand-coded. Also update ...johnnyg@chromium.org2010-06-241-20/+45
* On Mac, notifications needs the uninverted coordinate space, because we inver...johnnyg@chromium.org2010-04-131-1/+4
* Make sure small notifications get shown. Previous change to make sure notifi...johnnyg@chromium.org2010-04-091-3/+6
* Only allow notifications to grow in size (as the content size is determined)....johnnyg@chromium.org2010-04-071-2/+8
* Move base/gfx contents to gfx/ben@chromium.org2010-03-141-2/+2
* On Windows, detect the WM_DISPLAYCHANGE message which indicates the desktop s...johnnyg@chromium.org2010-03-041-0/+5
* Refactoring balloon collection and added chromeos's BalloonCollection.oshima@chromium.org2010-03-021-3/+4
* Change some desktop notifications layout parameters to be per-platform rather...johnnyg@chromium.org2010-03-021-25/+15
* Desktop Notifications for the macjohnnyg@chromium.org2010-02-091-0/+6
* Revert 38469 - Desktop Notifications for the mac!johnnyg@chromium.org2010-02-091-6/+0
* Desktop Notifications for the mac!johnnyg@chromium.org2010-02-091-0/+6
* linux: build with -Wextraevan@chromium.org2010-02-051-4/+3
* Refactor the calculation of desktop size to use an existing common method rat...johnnyg@chromium.org2010-01-051-0/+17
* Add a configurable amount of space between the notification balloons.johnnyg@chromium.org2010-01-051-4/+11
* Notifications should resize themselves to the content within min-max bounds, ...johnnyg@chromium.org2009-12-081-1/+14
* Spruce up the notification UI to much more closely match the mocks, including...johnnyg@chromium.org2009-12-051-8/+12
* Implement cancel() API on a Notification object so that script can cancel or ...johnnyg@chromium.org2009-11-041-0/+13
* Adds UI components for desktop notifications, including balloon view classes ...johnnyg@chromium.org2009-10-291-0/+172