summaryrefslogtreecommitdiffstats
path: root/content/browser/background_sync/background_sync_registration.cc
Commit message (Expand)AuthorAgeFilesLines
* Add mojom module suffix in .mojom files in content.leon.han2016-03-221-3/+3
* [BackgroundSync] Remove BackgroundSyncRegistrationHandlejkarlin2016-03-151-3/+0
* [BackgroundSync] Remove BackgroundSyncManager::Unregister as it's dead codejkarlin2016-02-261-1/+0
* [BackgroundSync] Remove BackgroundSyncManager::NotifyWhenFinishedjkarlin2016-02-061-52/+0
* Change mojo enums to be scoped enums in the generated C++ bindings.sammc2016-01-211-16/+16
* [BackgroundSync] Handle reregistering a sync mid-fire.jkarlin2015-11-101-5/+22
* [BackgroundSync] Replace SyncRegistration.done with SyncRegistration.finishedjkarlin2015-10-241-7/+7
* Notify that pending registrations are done when BackgroundSyncManager is disa...jkarlin2015-10-051-0/+16
* [BackgroundSync] Add browser side support for SyncRegistration.donejkarlin2015-09-181-0/+41
* For the upcoming "registration.done" feature the BackgroundSyncManager's clie...jkarlin2015-09-111-72/+0
* Remove Win-Clang in-class initializer work-aroundshans2015-08-251-3/+0
* [Background Sync] Sent sync registration details to workericlelland2015-07-221-0/+72
* Try to work around that clang/win bug in another file.Nico Weber2015-07-041-0/+3
* Make BackgroundSyncRegistration a proper classjkarlin2015-07-031-0/+24