summaryrefslogtreecommitdiffstats
path: root/chrome/browser/notifications/notification_ui_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Reland 201932: Add API function chrome.notifications.getAlldewittj@chromium.org2013-05-291-0/+1
* Revert 202716 "Reland 201932: Add API function chrome.notificati..."dbeam@chromium.org2013-05-291-1/+0
* Reland 201932: Add API function chrome.notifications.getAlldewittj@chromium.org2013-05-291-0/+1
* Revert 201932 "Add API function chrome.notifications.getAll"dbeam@chromium.org2013-05-241-1/+0
* Add API function chrome.notifications.getAlldewittj@chromium.org2013-05-241-0/+1
* Remove ENABLE_MESSAGE_CENTERdimich@chromium.org2013-05-141-9/+3
* Revert 199625 "Remove ENABLE_MESSAGE_CENTER"thakis@chromium.org2013-05-121-3/+9
* Remove ENABLE_MESSAGE_CENTERdimich@chromium.org2013-05-111-9/+3
* Allow MessageCenterNotificationManager for ChromeOS.mukai@chromium.org2013-02-211-5/+6
* Uses --enable-rich-notifications for new design message center.mukai@chromium.org2013-02-051-5/+2
* Made --enable-rich-notifications flag available to message_center.dharcourt@chromium.org2013-01-291-4/+4
* Adding implementation for MessageCenter::Delegate on MessageCeneterNotificati...dimich@chromium.org2013-01-261-0/+6
* Start delegating notifications to MessageCenter on Windows.dimich@chromium.org2013-01-231-4/+3
* Rearrange gyp files for Message Centerdewittj@chromium.org2013-01-091-9/+12
* Add initial plumbing to route Notifications to MessageCenter on Windows.dimich@chromium.org2012-12-181-13/+22
* [Mac] Implement a NotificationUIManager that uses Notification Center on 10.8...rsesek@chromium.org2012-04-171-0/+26
* Split the NotificationUIManager into a virtual interface and an impl.rsesek@chromium.org2012-04-041-257/+0
* Removing unnecessary includes of content\browser\site_instance.h from chrome,...ananta@chromium.org2012-01-211-1/+0
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-2/+2
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-4/+5
* Fix some disabled/flaky notification pyauto tests.kkania@chromium.org2011-10-181-0/+9
* Fixing the bug, that caused UI to hang after unsupported device was inserted.sidor@chromium.org2011-09-101-2/+1
* Update base/timer.h code to pass through Location from call sites. (reland) o...jbates@chromium.org2011-09-021-1/+1
* Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,mattm@chromium.org2011-09-021-1/+1
* Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...jbates@chromium.org2011-09-021-1/+1
* Chrome changes to fix the idle extension APIrkc@chromium.org2011-08-181-1/+1
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-5/+5
* Adds a GYP flag for desktop notifications (enabled by default) and stub out r...satish@chromium.org2011-06-061-1/+7
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Update a bunch of files to the new location of notification files.tfarina@chromium.org2011-03-091-3/+3
* Get rid of a bunch of includes to old locations of headers.jam@chromium.org2011-03-021-1/+1
* Do not show notifications when in fullscreen or screensaver mode.jianli@chromium.org2011-01-251-3/+37
* 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