index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
content
/
browser
/
background_sync
Commit message (
Expand
)
Author
Age
Files
Lines
*
[BackgroundSync] Remove outdated todos
jkarlin
2015-10-07
1
-10
/
+1
*
[BackgroundSync] Add BackgroundSyncController to Chrome
jkarlin
2015-10-06
1
-0
/
+27
*
Isolate BackgroundSyncServiceImpl unit tests from actual device network conne...
iclelland
2015-10-06
2
-33
/
+16
*
Disable BackgroundSyncServiceImplTest.UnregisterWithRegisteredSync on Android.
bauerb
2015-10-06
1
-0
/
+6
*
Notify that pending registrations are done when BackgroundSyncManager is disa...
jkarlin
2015-10-05
5
-52
/
+105
*
Disable some BackgroundSyncServiceImplTest tests on Android.
bauerb
2015-10-05
1
-3
/
+26
*
Reland of [Background Sync] Trigger Background Sync events when Chrome is bac...
iclelland
2015-10-02
6
-25
/
+103
*
Revert of [BackgroundSync] Trigger Background Sync events when Chrome is back...
iclelland
2015-09-29
6
-103
/
+25
*
[BackgroundSync] Remove unnecessary parameters from the unregister method
jkarlin
2015-09-29
6
-14
/
+10
*
[BackgroundSync] Clean up registration id and handle type
jkarlin
2015-09-29
4
-12
/
+16
*
[BackgroundSync] Add ability to disable Background Sync via Field Trial
jkarlin
2015-09-28
2
-0
/
+43
*
[BackgroundSync] Trigger Background Sync events when Chrome is backgrounded o...
iclelland
2015-09-28
6
-25
/
+103
*
[BackgroundSync] Unregister overwritten sync registrations
jkarlin
2015-09-24
2
-4
/
+120
*
[BackgroundSync] Remove failed registrations immediately
jkarlin
2015-09-24
3
-35
/
+12
*
Limit BackgroundSyncRegistrationOptions.tag length
jkarlin
2015-09-18
3
-0
/
+24
*
[BackgroundSync] Add browser side support for SyncRegistration.done
jkarlin
2015-09-18
11
-9
/
+584
*
[BackgroundSync] Clean up some style nits and unnecessary checks
jkarlin
2015-09-18
2
-4
/
+2
*
[BackgroundSync] Move BackgroundSyncState from proto to mojo
jkarlin
2015-09-18
5
-26
/
+12
*
For the upcoming "registration.done" feature the BackgroundSyncManager's clie...
jkarlin
2015-09-11
12
-397
/
+717
*
[Background Sync] Allow sync manager access from uncontrolled clients
iclelland
2015-09-01
6
-8
/
+71
*
Revert of [Background Sync] Allow sync manager access from uncontrolled clien...
mlamouri
2015-09-01
6
-71
/
+8
*
[Background Sync] Allow sync manager access from uncontrolled clients
iclelland
2015-08-31
6
-8
/
+71
*
Remove Win-Clang in-class initializer work-arounds
hans
2015-08-25
4
-9
/
+0
*
Change ownership of BackgroundSyncServiceImpl to BackgroundSyncContextImpl
jkarlin
2015-08-13
5
-37
/
+79
*
Reland of Move BackgroundSyncManager::ErrorType to BackgroundSyncStatus
jkarlin
2015-08-05
9
-116
/
+148
*
Revert of Move BackgroundSyncManager::ErrorType to BackgroundSyncStatus (patc...
jkarlin
2015-08-04
8
-145
/
+114
*
Move BackgroundSyncManager::ErrorType to BackgroundSyncStatus
jkarlin
2015-08-04
8
-114
/
+145
*
[BackgroundSync] Add browser tests for background sync
jkarlin
2015-08-04
2
-1
/
+381
*
Expose BackgroundSyncContext in StoragePartition
jkarlin
2015-07-31
1
-14
/
+12
*
[Background Sync] Restrict sync registration to service workers with window c...
iclelland
2015-07-23
5
-17
/
+93
*
[Background Sync] Sent sync registration details to worker
iclelland
2015-07-22
5
-3
/
+105
*
[Background Sync] Record number of batched sync events in UMA
iclelland
2015-07-22
4
-31
/
+46
*
[Background Sync] Gather UMA data for Background Sync
iclelland
2015-07-16
4
-34
/
+264
*
Reregistering a background sync should reset its state from failed to pending
jkarlin
2015-07-16
2
-1
/
+30
*
Revert of Try harder to work around a clang/win bug. (patchset #1 id:1 of htt...
thakis
2015-07-04
2
-9
/
+6
*
Try to work around that clang/win bug in another file.
Nico Weber
2015-07-04
2
-0
/
+4
*
Try harder to work around a clang/win bug.
Nico Weber
2015-07-03
2
-6
/
+9
*
Try to work around a clang/win bug.
thakis
2015-07-03
2
-0
/
+5
*
Make BackgroundSyncRegistration a proper class
jkarlin
2015-07-03
7
-153
/
+182
*
Remove the background sync flag
chasej
2015-07-03
1
-1
/
+3
*
Add a BackgroundSyncRegistrationOptions for BackgroundSyncManager::Register
jkarlin
2015-07-02
6
-307
/
+352
*
Formatting nits in BackgroundSyncServiceImpl
jkarlin
2015-07-01
2
-15
/
+16
*
Fix background sync tests to rely on correct behaviour
chasej
2015-07-01
2
-47
/
+61
*
content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs
skyostil
2015-06-05
3
-36
/
+57
*
Revert "content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs"
skyostil
2015-06-05
3
-57
/
+36
*
content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs
skyostil
2015-06-05
3
-36
/
+57
*
[BackgroundSync] Clean up some tests
jkarlin
2015-06-05
1
-43
/
+43
*
Revert "content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs"
skyostil
2015-06-05
3
-57
/
+36
*
content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs
skyostil
2015-06-05
3
-36
/
+57
*
[BackgroundSync] Implement GetPermissionStatus in background sync provider
iclelland
2015-06-01
2
-0
/
+16
[next]