summaryrefslogtreecommitdiffstats
path: root/content/browser/background_sync/background_sync_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Add mojom module suffix in .mojom files in content.leon.han2016-03-221-17/+19
* [BackgroundSync] Remove RegistrationKeyjkarlin2016-03-161-51/+31
* service worker: Attribute purpose to start worker attempts for UMAfalken2016-03-161-0/+1
* [BackgroundSync] Remove BackgroundSyncRegistrationHandlejkarlin2016-03-151-148/+69
* [BackgroundSync] Remove BackgroundSyncManager::Unregister as it's dead codejkarlin2016-02-261-91/+0
* content: Add out-of-line copy ctors for complex classes.vmpstr2016-02-241-0/+3
* [Background Sync] Remove dead GetRegistration codeiclelland2016-02-091-43/+0
* [BackgroundSync] Remove BackgroundSyncManager::NotifyWhenFinishedjkarlin2016-02-061-111/+42
* Move fetch event dispatching out of ServiceWorkerVersion.mek2016-02-031-1/+2
* [Background Sync Cleanup] Remove mention of oneshotjkarlin2016-01-261-3/+3
* [BackgroundSync Cleanup] Remove periodic sync codejkarlin2016-01-251-106/+65
* Add async tracing to SWVersion::AddRequest.mek2016-01-251-2/+0
* [BackgroundSync Cleanup] Remove the unused power observer.jkarlin2016-01-221-13/+1
* Change mojo enums to be scoped enums in the generated C++ bindings.sammc2016-01-211-16/+16
* Change RunAfterStartWorker to not start the worker if it is already running.mek2016-01-201-3/+4
* Move background sync event dispatching out of ServiceWorkerVersion.mek2016-01-121-2/+32
* [BackgroundSync] Disable BackgroundSync if no controller is available.jkarlin2016-01-081-1/+3
* Deflake BackgroundSyncBrowserTest.WaitUntilRejectjkarlin2016-01-041-0/+16
* [BackgroundSync] Add max sync event duration to BackgroundSyncParametersjkarlin2015-12-281-6/+2
* Convert Pass()→std::move() in //content/browserdcheng2015-12-261-26/+25
* Switch to standard integer types in content/browser/.avi2015-12-251-28/+29
* Allow ServiceWorker events to have custom durationsjkarlin2015-12-181-1/+6
* [BackgroundSync] Let field trials configure the parameters controlling backgr...jkarlin2015-12-151-40/+50
* [BackgroundSync] Fix null dereferencejkarlin2015-12-151-1/+2
* Report start of sync events and whether or not theyjkarlin2015-12-111-1/+5
* Only allow SyncManager.register to occur from main framejkarlin2015-11-251-17/+61
* [BackgroundSync] Split failed and succeeded cases of BackgroundSyncMetrics::C...jkarlin2015-11-231-48/+27
* [BackgroundSync] Handle reregistering a sync mid-fire.jkarlin2015-11-101-4/+12
* [BackgroundSync] Retry sync registrationsjkarlin2015-11-101-28/+94
* [BackgroundSync] Recover from closed browser mid-syncjkarlin2015-11-101-36/+68
* [Background Sync] Add lastChance boolean to SyncEventiclelland2015-11-091-1/+5
* [BackgroundSync] Unify relaunching browser API for all platformsjkarlin2015-11-061-22/+15
* ServiceWorker: Stop exposing FindRegistrationForId for external modulesnhiroki2015-10-291-1/+1
* [BackgroundSync] Replace SyncRegistration.done with SyncRegistration.finishedjkarlin2015-10-241-10/+10
* [Background Sync] Use GcmNetworkManager to start the browser for sync events.iclelland2015-10-211-11/+34
* [BackgroundSync] Record whether sync finished in foreground or backgroundjkarlin2015-10-201-2/+9
* Register should work whether clients are controlled or uncontrolled, so long ...jkarlin2015-10-161-1/+2
* [BackgroundSync] Add BackgroundSyncController to Chromejkarlin2015-10-061-0/+27
* Notify that pending registrations are done when BackgroundSyncManager is disa...jkarlin2015-10-051-48/+22
* Reland of [Background Sync] Trigger Background Sync events when Chrome is bac...iclelland2015-10-021-0/+7
* Revert of [BackgroundSync] Trigger Background Sync events when Chrome is back...iclelland2015-09-291-7/+0
* [BackgroundSync] Remove unnecessary parameters from the unregister methodjkarlin2015-09-291-7/+7
* [BackgroundSync] Clean up registration id and handle typejkarlin2015-09-291-6/+7
* [BackgroundSync] Add ability to disable Background Sync via Field Trialjkarlin2015-09-281-0/+19
* [BackgroundSync] Trigger Background Sync events when Chrome is backgrounded o...iclelland2015-09-281-0/+7
* [BackgroundSync] Unregister overwritten sync registrationsjkarlin2015-09-241-4/+22
* [BackgroundSync] Remove failed registrations immediatelyjkarlin2015-09-241-20/+8
* Limit BackgroundSyncRegistrationOptions.tag lengthjkarlin2015-09-181-0/+9
* [BackgroundSync] Add browser side support for SyncRegistration.donejkarlin2015-09-181-2/+92
* [BackgroundSync] Clean up some style nits and unnecessary checksjkarlin2015-09-181-1/+2