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
/
sync
Commit message (
Expand
)
Author
Age
Files
Lines
*
sync: Remove test dependencies on SyncerCommand
rlarocque@chromium.org
2013-11-15
10
-180
/
+341
*
sync: Deprecate old UniquePosition format
rlarocque@chromium.org
2013-11-15
3
-49
/
+40
*
Remove linux coverage scripts.
thakis@chromium.org
2013-11-14
1
-14
/
+0
*
[sync] Limit DirectoryBackingStore database cache size.
feng@chromium.org
2013-11-13
1
-0
/
+2
*
Rename stale SyncContentResolverWrapper occurrences to SyncContentResolverDel...
cimamoglu@chromium.org
2013-11-13
2
-25
/
+25
*
Android: moves sync to use long for JNI
bulach@chromium.org
2013-11-13
1
-0
/
+1
*
Support for shared invalidator client IDs
rlarocque@chromium.org
2013-11-12
3
-42
/
+80
*
Fix one case that can make sync backend stuck in auth error state.
haitaol@chromium.org
2013-11-08
1
-1
/
+13
*
sync: treat gaia http 500s as retriable.
tim@chromium.org
2013-11-08
1
-0
/
+2
*
Revert 231221 - "Remove enabled/disabled state from extension and app sync."
yoz@chromium.org
2013-11-08
1
-5
/
+0
*
Reveal information about sync server connection and token on about tab.
haitaol@chromium.org
2013-11-07
1
-0
/
+1
*
Fix sync_client to work with oauth2 tokens.
pavely@chromium.org
2013-11-06
1
-0
/
+1
*
[sync] Serve fake OAuth2 tokens from python sync server
rsimha@chromium.org
2013-11-06
2
-4
/
+105
*
Add code for new invalidation local ack system
rlarocque@chromium.org
2013-10-31
10
-18
/
+350
*
(2 of 2) Move InvalidationController to chrome/
rlarocque@chromium.org
2013-10-31
1
-128
/
+0
*
Fixed SyncStatusHelper not updating observers on changes.
apiccion@chromium.org
2013-10-31
3
-51
/
+369
*
sync: Implement per-type update processing
rlarocque@chromium.org
2013-10-30
21
-557
/
+631
*
Replace kChromeOSReleaseBoard with SysInfo::GetLsbReleaseBoard()
stevenjb@chromium.org
2013-10-28
3
-46
/
+8
*
(1 of 2) Move InvalidationController to chrome/
rlarocque@chromium.org
2013-10-27
7
-521
/
+185
*
Remove enabled/disabled state from extension and app sync.
yoz@chromium.org
2013-10-27
1
-0
/
+5
*
Remove references to GaiaConstants::kSyncService from sync
pavely@chromium.org
2013-10-25
12
-56
/
+0
*
sync: Force LOCAL GUs if invalidations disabled
rlarocque@chromium.org
2013-10-24
2
-153
/
+152
*
sync: Init backend without UI thread task
rlarocque@chromium.org
2013-10-23
7
-6
/
+162
*
Add UnackedInvalidationSet class
rlarocque@chromium.org
2013-10-23
12
-27
/
+788
*
[Android] Consolidate and upgrade OWNERS for test files
miguelg@chromium.org
2013-10-23
1
-0
/
+1
*
Remove OAuth2 token commandline switch
pavely@chromium.org
2013-10-23
14
-33
/
+10
*
sync: Refactor update verification and processing
rlarocque@chromium.org
2013-10-23
6
-53
/
+60
*
Add visibility check to [ActivityStatus]
dfalcantara@chromium.org
2013-10-17
1
-8
/
+1
*
Cleanup for refactored ActivityStatus.
tedchoc@chromium.org
2013-10-16
1
-1
/
+1
*
Remove deprecated methods.
shashishekhar@chromium.org
2013-10-16
1
-18
/
+0
*
sync: Implement per-type commit interface
rlarocque@chromium.org
2013-10-16
27
-1574
/
+1137
*
Fix issue with sync status observer for testshell.
nyquist@chromium.org
2013-10-11
1
-2
/
+20
*
Chrome sync: Put WeakPtrFactory members at the end
dmichael@chromium.org
2013-10-10
15
-46
/
+48
*
Move statistics_provider to chromeos/system
stevenjb@chromium.org
2013-10-09
1
-1
/
+1
*
Fix misuse of STL in InvalidatorRegistrar
rlarocque@chromium.org
2013-10-05
1
-1
/
+3
*
Refactor common invalidation framework types
rlarocque@chromium.org
2013-10-04
38
-498
/
+1162
*
sync: Fix bug in early sync shutdown
rlarocque@chromium.org
2013-10-03
2
-3
/
+32
*
sync: Process updates responses on the sync thread
rlarocque@chromium.org
2013-10-01
12
-139
/
+105
*
Add DOM Distiller sync datatype.
nyquist@chromium.org
2013-09-27
12
-4
/
+102
*
sync: Process commit responses on the sync thread
rlarocque@chromium.org
2013-09-26
11
-193
/
+71
*
Add more Sync Node Browser logging for Synced Notifications.
petewil@chromium.org
2013-09-26
2
-14
/
+79
*
sync: Introduce ModelNeutralWriteTransactions
rlarocque@chromium.org
2013-09-26
14
-89
/
+250
*
Clean up remaining unused globals (on mac).
thakis@chromium.org
2013-09-26
4
-6
/
+0
*
Clean up a few more unused globals.
thakis@chromium.org
2013-09-25
1
-3
/
+0
*
sync: Add ModelNeutralMutableEntry
rlarocque@chromium.org
2013-09-24
6
-395
/
+490
*
Making OAuth2TokenService multi-login aware:
fgorski@chromium.org
2013-09-20
1
-0
/
+7
*
Send configuration stats together at the end of data type configuration so that
haitaol@chromium.org
2013-09-20
4
-76
/
+78
*
Revert "Making OAuth2TokenService multi-login aware:"
hidehiko@chromium.org
2013-09-19
1
-7
/
+0
*
Making OAuth2TokenService multi-login aware:
fgorski@chromium.org
2013-09-19
1
-0
/
+7
*
sync: Gracefully handle early shutdown
rlarocque@chromium.org
2013-09-19
41
-140
/
+579
[next]