| Commit message (Expand) | Author | Age | Files | Lines |
* | Reland of Move BackgroundSyncManager::ErrorType to BackgroundSyncStatus | jkarlin | 2015-08-05 | 1 | -44/+60 |
* | Revert of Move BackgroundSyncManager::ErrorType to BackgroundSyncStatus (patc... | jkarlin | 2015-08-04 | 1 | -60/+44 |
* | Move BackgroundSyncManager::ErrorType to BackgroundSyncStatus | jkarlin | 2015-08-04 | 1 | -44/+60 |
* | [Background Sync] Restrict sync registration to service workers with window c... | iclelland | 2015-07-23 | 1 | -13/+20 |
* | [Background Sync] Sent sync registration details to worker | iclelland | 2015-07-22 | 1 | -2/+7 |
* | [Background Sync] Record number of batched sync events in UMA | iclelland | 2015-07-22 | 1 | -26/+35 |
* | [Background Sync] Gather UMA data for Background Sync | iclelland | 2015-07-16 | 1 | -28/+117 |
* | Reregistering a background sync should reset its state from failed to pending | jkarlin | 2015-07-16 | 1 | -1/+11 |
* | Make BackgroundSyncRegistration a proper class | jkarlin | 2015-07-03 | 1 | -47/+42 |
* | Add a BackgroundSyncRegistrationOptions for BackgroundSyncManager::Register | jkarlin | 2015-07-02 | 1 | -31/+39 |
* | content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs | skyostil | 2015-06-05 | 1 | -33/+48 |
* | Revert "content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs" | skyostil | 2015-06-05 | 1 | -48/+33 |
* | content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs | skyostil | 2015-06-05 | 1 | -33/+48 |
* | Revert "content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs" | skyostil | 2015-06-05 | 1 | -48/+33 |
* | content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs | skyostil | 2015-06-05 | 1 | -33/+48 |
* | [BackgroundSync] Reland of Launch Chrome on Android for One-Shot | jkarlin | 2015-05-29 | 1 | -0/+37 |
* | [BackgroundSync] Reland of PowerObserver | jkarlin | 2015-05-29 | 1 | -1/+11 |
* | Revert of [BackgroundSync] Launch the browser on Android when next online (pa... | spang | 2015-05-28 | 1 | -38/+0 |
* | [BackgroundSync] Launch the browser on Android when next online | jkarlin | 2015-05-28 | 1 | -0/+38 |
* | Revert of [BackgroundSync] Implement power monitoring for powerState conditio... | caitkp | 2015-05-28 | 1 | -11/+1 |
* | [BackgroundSync] Implement power monitoring for powerState condition on sync ... | jkarlin | 2015-05-27 | 1 | -1/+11 |
* | [BackgroundSyncManager] Clean up some extra functions with variadic templates | jkarlin | 2015-05-07 | 1 | -53/+22 |
* | [BackgroundSync] Add BackgroundSyncManager::GetRegistrations() and tests | jkarlin | 2015-05-07 | 1 | -1/+70 |
* | [BackgroundSync] Fire one-shot events | jkarlin | 2015-05-01 | 1 | -5/+241 |
* | [BackgroundSyncManager] Remove origin argument from public BackgroundSyncMana... | jkarlin | 2015-04-28 | 1 | -11/+16 |
* | ServiceWorker: Stop exposing ServiceWorkerContextCore | nhiroki | 2015-04-23 | 1 | -4/+4 |
* | [BackgroundSync] Store origin with registration data | jkarlin | 2015-04-22 | 1 | -12/+14 |
* | [BackgroundSync] Make BackgroundSyncManager::LookupRegistration return a poin... | jkarlin | 2015-04-21 | 1 | -29/+24 |
* | [BackgroundSync] Hang the BackgroundSyncManager off of the StoragePartition | jkarlin | 2015-04-20 | 1 | -0/+4 |
* | [BackgroundSyncManager] Add a network connection observer | jkarlin | 2015-04-17 | 1 | -0/+12 |
* | [BackgroundSyncManager] Tags with different periodicities can overlap | jkarlin | 2015-04-10 | 1 | -31/+49 |
* | [BackgroundSyncManager] Rename BackgroundSyncRegistration.name to tag | jkarlin | 2015-04-08 | 1 | -26/+25 |
* | Remove unused parameter. | jkarlin | 2015-04-07 | 1 | -14/+4 |
* | [BackgroundSync] Add new registration options from the spec | jkarlin | 2015-04-07 | 1 | -9/+13 |
* | [BackgroundSync] Handle storage failure | jkarlin | 2015-04-03 | 1 | -36/+200 |
* | [BackgroundSync] Initial land of the BackgroundSyncManager | jkarlin | 2015-03-26 | 1 | -0/+414 |