summaryrefslogtreecommitdiffstats
path: root/content/browser/background_sync
Commit message (Expand)AuthorAgeFilesLines
* [BackgroundSync] Remove outdated todosjkarlin2015-10-071-10/+1
* [BackgroundSync] Add BackgroundSyncController to Chromejkarlin2015-10-061-0/+27
* Isolate BackgroundSyncServiceImpl unit tests from actual device network conne...iclelland2015-10-062-33/+16
* Disable BackgroundSyncServiceImplTest.UnregisterWithRegisteredSync on Android.bauerb2015-10-061-0/+6
* Notify that pending registrations are done when BackgroundSyncManager is disa...jkarlin2015-10-055-52/+105
* Disable some BackgroundSyncServiceImplTest tests on Android.bauerb2015-10-051-3/+26
* Reland of [Background Sync] Trigger Background Sync events when Chrome is bac...iclelland2015-10-026-25/+103
* Revert of [BackgroundSync] Trigger Background Sync events when Chrome is back...iclelland2015-09-296-103/+25
* [BackgroundSync] Remove unnecessary parameters from the unregister methodjkarlin2015-09-296-14/+10
* [BackgroundSync] Clean up registration id and handle typejkarlin2015-09-294-12/+16
* [BackgroundSync] Add ability to disable Background Sync via Field Trialjkarlin2015-09-282-0/+43
* [BackgroundSync] Trigger Background Sync events when Chrome is backgrounded o...iclelland2015-09-286-25/+103
* [BackgroundSync] Unregister overwritten sync registrationsjkarlin2015-09-242-4/+120
* [BackgroundSync] Remove failed registrations immediatelyjkarlin2015-09-243-35/+12
* Limit BackgroundSyncRegistrationOptions.tag lengthjkarlin2015-09-183-0/+24
* [BackgroundSync] Add browser side support for SyncRegistration.donejkarlin2015-09-1811-9/+584
* [BackgroundSync] Clean up some style nits and unnecessary checksjkarlin2015-09-182-4/+2
* [BackgroundSync] Move BackgroundSyncState from proto to mojojkarlin2015-09-185-26/+12
* For the upcoming "registration.done" feature the BackgroundSyncManager's clie...jkarlin2015-09-1112-397/+717
* [Background Sync] Allow sync manager access from uncontrolled clientsiclelland2015-09-016-8/+71
* Revert of [Background Sync] Allow sync manager access from uncontrolled clien...mlamouri2015-09-016-71/+8
* [Background Sync] Allow sync manager access from uncontrolled clientsiclelland2015-08-316-8/+71
* Remove Win-Clang in-class initializer work-aroundshans2015-08-254-9/+0
* Change ownership of BackgroundSyncServiceImpl to BackgroundSyncContextImpljkarlin2015-08-135-37/+79
* Reland of Move BackgroundSyncManager::ErrorType to BackgroundSyncStatusjkarlin2015-08-059-116/+148
* Revert of Move BackgroundSyncManager::ErrorType to BackgroundSyncStatus (patc...jkarlin2015-08-048-145/+114
* Move BackgroundSyncManager::ErrorType to BackgroundSyncStatusjkarlin2015-08-048-114/+145
* [BackgroundSync] Add browser tests for background syncjkarlin2015-08-042-1/+381
* Expose BackgroundSyncContext in StoragePartitionjkarlin2015-07-311-14/+12
* [Background Sync] Restrict sync registration to service workers with window c...iclelland2015-07-235-17/+93
* [Background Sync] Sent sync registration details to workericlelland2015-07-225-3/+105
* [Background Sync] Record number of batched sync events in UMAiclelland2015-07-224-31/+46
* [Background Sync] Gather UMA data for Background Synciclelland2015-07-164-34/+264
* Reregistering a background sync should reset its state from failed to pendingjkarlin2015-07-162-1/+30
* Revert of Try harder to work around a clang/win bug. (patchset #1 id:1 of htt...thakis2015-07-042-9/+6
* Try to work around that clang/win bug in another file.Nico Weber2015-07-042-0/+4
* Try harder to work around a clang/win bug.Nico Weber2015-07-032-6/+9
* Try to work around a clang/win bug.thakis2015-07-032-0/+5
* Make BackgroundSyncRegistration a proper classjkarlin2015-07-037-153/+182
* Remove the background sync flagchasej2015-07-031-1/+3
* Add a BackgroundSyncRegistrationOptions for BackgroundSyncManager::Registerjkarlin2015-07-026-307/+352
* Formatting nits in BackgroundSyncServiceImpljkarlin2015-07-012-15/+16
* Fix background sync tests to rely on correct behaviourchasej2015-07-012-47/+61
* content: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-053-36/+57
* Revert "content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs"skyostil2015-06-053-57/+36
* content: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-053-36/+57
* [BackgroundSync] Clean up some testsjkarlin2015-06-051-43/+43
* Revert "content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs"skyostil2015-06-053-57/+36
* content: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-053-36/+57
* [BackgroundSync] Implement GetPermissionStatus in background sync providericlelland2015-06-012-0/+16