summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/app_notification_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* [Sync] Move chrome/browser/sync/api to sync/apiakalin@chromium.org2012-05-151-1/+1
* RefCounted types should not have public destructors, chrome/browser/extension...rsleevi@chromium.org2012-04-271-126/+126
* Make the Datatypes using new syncapi upload unrecoverable errors to breakpad.lipalani@chromium.org2012-04-201-10/+17
* [Sync] Have SyncableService's take ownership of their SyncChangeProcessor.zea@chromium.org2012-03-231-5/+5
* Change AppNotificationManager::ProcessSyncChange method to be defensivemunjal@chromium.org2012-03-141-22/+38
* [Sync] Create new top-level sync/ directoryakalin@chromium.org2012-03-101-2/+2
* sync: remove use of protobuf extensions in protocol to reduce static init ove...tim@chromium.org2012-03-041-4/+4
* Fix extensions compile issues for Android on sync_unit_tests.dtrainor@chromium.org2012-02-231-1/+1
* Ignore delete for non-existing item to avoid stopping sync when app notificat...munjal@chromium.org2012-01-061-0/+7
* sync: Merge the server-side protocol changes.albertb@chromium.org2012-01-041-2/+2
* Update app_notification_manager to always be deleted on UI thread.joth@chromium.org2012-01-041-11/+5
* Add some histograms for app notification performance and usage.asargent@chromium.org2011-12-141-1/+20
* 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