summaryrefslogtreecommitdiffstats
path: root/content/browser/background_sync/background_sync_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Reland of Move BackgroundSyncManager::ErrorType to BackgroundSyncStatusjkarlin2015-08-051-44/+60
* Revert of Move BackgroundSyncManager::ErrorType to BackgroundSyncStatus (patc...jkarlin2015-08-041-60/+44
* Move BackgroundSyncManager::ErrorType to BackgroundSyncStatusjkarlin2015-08-041-44/+60
* [Background Sync] Restrict sync registration to service workers with window c...iclelland2015-07-231-13/+20
* [Background Sync] Sent sync registration details to workericlelland2015-07-221-2/+7
* [Background Sync] Record number of batched sync events in UMAiclelland2015-07-221-26/+35
* [Background Sync] Gather UMA data for Background Synciclelland2015-07-161-28/+117
* Reregistering a background sync should reset its state from failed to pendingjkarlin2015-07-161-1/+11
* Make BackgroundSyncRegistration a proper classjkarlin2015-07-031-47/+42
* Add a BackgroundSyncRegistrationOptions for BackgroundSyncManager::Registerjkarlin2015-07-021-31/+39
* content: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-051-33/+48
* Revert "content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs"skyostil2015-06-051-48/+33
* content: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-051-33/+48
* Revert "content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs"skyostil2015-06-051-48/+33
* content: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-051-33/+48
* [BackgroundSync] Reland of Launch Chrome on Android for One-Shotjkarlin2015-05-291-0/+37
* [BackgroundSync] Reland of PowerObserverjkarlin2015-05-291-1/+11
* Revert of [BackgroundSync] Launch the browser on Android when next online (pa...spang2015-05-281-38/+0
* [BackgroundSync] Launch the browser on Android when next onlinejkarlin2015-05-281-0/+38
* Revert of [BackgroundSync] Implement power monitoring for powerState conditio...caitkp2015-05-281-11/+1
* [BackgroundSync] Implement power monitoring for powerState condition on sync ...jkarlin2015-05-271-1/+11
* [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