summaryrefslogtreecommitdiffstats
path: root/chrome/browser/notifications/notification_ui_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Allow the user to choose which corner of the screen should get notifications.johnnyg@chromium.org2011-01-061-5/+47
* Stray ++ causes crashes. Don't walk off the end of the array.johnnyg@chromium.org2010-12-091-1/+1
* Listen for APP_TERMINATING in notification ui; close windows earlier in the p...johnnyg@chromium.org2010-12-011-0/+18
* When an extension is uninstalled, close all desktop notifications from that e...johnnyg@chromium.org2010-11-191-5/+22
* Revert 66571 - When an extension is uninstalled, close all desktop notificati...johnnyg@chromium.org2010-11-181-22/+5
* When an extension is uninstalled, close all desktop notifications from that e...johnnyg@chromium.org2010-11-181-5/+22
* Revert 65879 - When an extension is uninstalled, close all desktop notificati...johnnyg@chromium.org2010-11-121-22/+5
* When an extension is uninstalled, close all desktop notifications from that e...johnnyg@chromium.org2010-11-121-5/+22
* Convert LOG(INFO) to VLOG(1) - misc. chrome/browser/*/*.pkasting@chromium.org2010-10-211-3/+3
* Implement BiDi support and replace ID support for notifications.johnnyg@chromium.org2010-07-121-0/+42
* Refactoring balloon collection and added chromeos's BalloonCollection.oshima@chromium.org2010-03-021-1/+1
* Implement cancel() API on a Notification object so that script can cancel or ...johnnyg@chromium.org2009-11-041-0/+13
* Connect the various pieces for notifications... hook up NotificationUIManager...johnnyg@chromium.org2009-10-301-0/+77