summaryrefslogtreecommitdiffstats
path: root/content/browser/background_sync/background_sync_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* [BackgroundSyncManager] Clean up some extra functions with variadic templatesjkarlin2015-05-071-53/+22
* [BackgroundSync] Add BackgroundSyncManager::GetRegistrations() and testsjkarlin2015-05-071-1/+70
* [BackgroundSync] Fire one-shot eventsjkarlin2015-05-011-5/+241
* [BackgroundSyncManager] Remove origin argument from public BackgroundSyncMana...jkarlin2015-04-281-11/+16
* ServiceWorker: Stop exposing ServiceWorkerContextCorenhiroki2015-04-231-4/+4
* [BackgroundSync] Store origin with registration datajkarlin2015-04-221-12/+14
* [BackgroundSync] Make BackgroundSyncManager::LookupRegistration return a poin...jkarlin2015-04-211-29/+24
* [BackgroundSync] Hang the BackgroundSyncManager off of the StoragePartitionjkarlin2015-04-201-0/+4
* [BackgroundSyncManager] Add a network connection observerjkarlin2015-04-171-0/+12
* [BackgroundSyncManager] Tags with different periodicities can overlapjkarlin2015-04-101-31/+49
* [BackgroundSyncManager] Rename BackgroundSyncRegistration.name to tagjkarlin2015-04-081-26/+25
* Remove unused parameter.jkarlin2015-04-071-14/+4
* [BackgroundSync] Add new registration options from the specjkarlin2015-04-071-9/+13
* [BackgroundSync] Handle storage failurejkarlin2015-04-031-36/+200
* [BackgroundSync] Initial land of the BackgroundSyncManagerjkarlin2015-03-261-0/+414