summaryrefslogtreecommitdiffstats
path: root/content/renderer/background_sync
Commit message (Expand)AuthorAgeFilesLines
* Add mojom module suffix in .mojom files in content.leon.han2016-03-222-10/+10
* [BackgroundSync] Remove BackgroundSyncRegistrationHandlejkarlin2016-03-152-55/+4
* Change mojo enums to be scoped enums in the generated C++ bindings.sammc2016-01-211-3/+3
* Make `content` target build without unused data members on Linux.mlamouri2016-01-142-11/+3
* Convert Pass()→std::move() in //content/rendererdcheng2015-12-261-2/+5
* Switch to standard integer types in content/renderer/.avi2015-12-252-2/+4
* Move third_party/mojo/src/mojo/public to mojo/publicrockot2015-11-131-1/+1
* [Background Sync] Add lastChance boolean to SyncEventiclelland2015-11-092-8/+20
* Add iclelland to BackgroundSync ownersiclelland2015-10-231-0/+1
* [BackgroundSync] Abort the sync event if the renderer is shutting down.jkarlin2015-10-201-1/+8
* Use mojo to connect to BackgroundSyncManager objectchasej2015-10-201-4/+3
* Revert "Add more tracking detail to Mojo async waits."rockot2015-10-121-1/+1
* Add more tracking detail to Mojo async waits.rockot2015-10-061-1/+1
* [BackgroundSync] Clean up registration id and handle typejkarlin2015-09-292-2/+2
* Fix a use of the non-thread-safe mojo::Callback.amistry2015-09-242-6/+20
* For the upcoming "registration.done" feature the BackgroundSyncManager's clie...jkarlin2015-09-112-8/+49
* [Background Sync] Sent sync registration details to workericlelland2015-07-221-1/+5
* [Background Sync] Use Mojo IPC to fire background sync eventsiclelland2015-07-224-0/+87