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
*
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
*
sync: Refactor MutablEntry internals
rlarocque@chromium.org
2013-09-17
2
-268
/
+270
*
[sync] Remove the last usage of clientlogin for Android.
nyquist@chromium.org
2013-09-16
1
-3
/
+0
*
Release password store on UI loop when worker is stopped so that password
haitaol@chromium.org
2013-09-16
1
-2
/
+2
*
sync: Add getters and setters to Entry classes
rlarocque@chromium.org
2013-09-13
36
-1870
/
+2010
*
Release sync's RequestContextGetter as soon as possible
haitaol@chromium.org
2013-09-11
9
-19
/
+128
*
sync: Remove OverrideClientFieldsAfterCommit
rlarocque@chromium.org
2013-09-11
3
-119
/
+1
*
Enable invalidations for arbitrary objects on Android.
stepco@chromium.org
2013-09-11
8
-26
/
+432
*
Start using OAuth2 for sync cacheinvalidation.
nyquist@chromium.org
2013-09-10
1
-4
/
+7
*
sync: Implement per-type GetCommitIds
rlarocque@chromium.org
2013-09-10
6
-248
/
+279
*
Revert 222154 "sync: Gracefully handle very early shutdown"
vitalybuka@chromium.org
2013-09-10
36
-510
/
+173
*
sync: Gracefully handle very early shutdown
rlarocque@chromium.org
2013-09-10
36
-173
/
+510
*
Avatar syncing for supervised users
ibraaaa@chromium.org
2013-09-09
2
-0
/
+10
*
Update client-side sync.proto file so that it is in sync with the
pvalenzuela@chromium.org
2013-09-07
1
-4
/
+29
*
sync: Add GetAllSyncData to sync/api
tim@chromium.org
2013-09-05
2
-5
/
+10
*
sync: Remove IDs from OrderedCommitSet
rlarocque@chromium.org
2013-09-04
10
-111
/
+103
*
test IWYU fixups for base
mostynb@opera.com
2013-09-03
1
-0
/
+1
*
sync: Remove ModelTypeInvalidationMap
rlarocque@chromium.org
2013-09-03
40
-562
/
+159
*
Fix chromium sync server for timezones with positive UTC offset.
vchigrin@yandex-team.ru
2013-09-02
1
-4
/
+8
*
Enhance Sync Node Browser Logging
petewil@chromium.org
2013-08-29
2
-0
/
+41
*
Rename base::debug::StackTrace::PrintBacktrace() to Print().
rsesek@chromium.org
2013-08-29
1
-2
/
+1
*
Add HTTP status code to navigation data structures
pvalenzuela@chromium.org
2013-08-28
2
-0
/
+3
*
sync: Expose BuildCommitItem helper function
rlarocque@chromium.org
2013-08-27
4
-85
/
+103
*
Switch ObserverList::size() to ObserverList::might_have_observers() Pt.1
caitkp@chromium.org
2013-08-26
1
-1
/
+1
*
Remove unused variable declaration.
etienneb@chromium.org
2013-08-23
1
-8
/
+0
*
sync: Improve testing of download functions
rlarocque@chromium.org
2013-08-23
9
-189
/
+252
*
[sync] Properly handle case where sync is disabled by dasher admin
rsimha@chromium.org
2013-08-22
3
-4
/
+34
*
Fix missing const-reference on parameter.
etienneb@chromium.org
2013-08-22
2
-4
/
+4
*
Remove unused variable declaration.
etienneb@chromium.org
2013-08-21
1
-1
/
+0
*
Upstream Chrome sync adapter.
nyquist@chromium.org
2013-08-21
2
-17
/
+0
*
Null ModelSafeWorker's working_loop_ if loop is destructed and synchronize ac...
haitaol@chromium.org
2013-08-21
2
-8
/
+25
*
[Android] Remove all usage of com.google.common.collect
yfriedman@chromium.org
2013-08-20
8
-102
/
+104
*
Move contract authority accessor method to SyncStatusHelper
nyquist@chromium.org
2013-08-19
4
-6
/
+24
*
InstantExtended: Persist TemplateURL.new_tab_url.
jered@chromium.org
2013-08-19
2
-0
/
+4
*
Add managed user master key to ManagedUserSpecificsToValue().
bauerb@chromium.org
2013-08-16
1
-0
/
+1
[next]