summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/app_notification_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Persist notification creation time.elvin@google.com2011-11-181-4/+35
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-1/+1
* Some fixups for app notifications:munjal@chromium.org2011-10-251-0/+18
* Implement SyncableService in AppNotificationsManager: munjal@chromium.org2011-10-211-53/+376
* 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-7/+8
* Revert 106110 - Implement SyncableService in AppNotificationsManager:sail@chromium.org2011-10-181-371/+51
* Implement SyncableService in AppNotificationsManager:munjal@chromium.org2011-10-181-51/+371
* Replace UninstalledExtensionInfo with just a string for the extension id, all...kalman@chromium.org2011-10-101-3/+1
* Persist App Notifications to diskasargent@chromium.org2011-10-051-3/+102
* Move AppNotification and AppNotificationManager into their own files.asargent@chromium.org2011-09-261-0/+61