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
*
Massive refactor of the Android invalidation code.
maxbogue
2014-09-29
3
-1469
/
+0
*
Fix memory leak in Sync FakeServerEntity
pvalenzuela
2014-09-25
10
-43
/
+30
*
Replace forward_dependent_configs with public_deps
Brett Wilson
2014-09-23
1
-23
/
+6
*
Make Directory's code style a little more consistent.
maniscalco
2014-09-22
2
-79
/
+87
*
Refactor syncable DEVICE_INFO type from ChangeProcessor to SyncableService - ...
stanisc
2014-09-22
2
-7
/
+6
*
Make GenericChangeProcessor upload attachments on startup.
maniscalco
2014-09-22
7
-3
/
+139
*
Improve GN header checker, make "check" on //ui/* pass.
Brett Wilson
2014-09-19
1
-2
/
+1
*
Move PageTransition from //content/public/common to //ui/base
Sylvain Defresne
2014-09-19
1
-3
/
+2
*
Make it clear that WeakPtrFactory is the last data member
anujk.sharma
2014-09-19
1
-2
/
+2
*
Roll cacheinvalidation DEPS to r341
nyquist
2014-09-16
1
-3
/
+2
*
Pass AttachmentIdList instead of AttachmentList to SyncData
pavely
2014-09-15
3
-60
/
+25
*
Make AttachmentServiceImpl clear backoff when reconnected to network.
maniscalco
2014-09-15
5
-26
/
+165
*
Remove most usages of guava.
nyquist
2014-09-12
8
-13
/
+14
*
Cleanup: Use base/files/file_util.h instead of base/file_util.h in [r-t]*/
thestig
2014-09-12
4
-4
/
+4
*
Eliminate use of 'delete self' pattern in AttachmentUploaderImpl.
maniscalco
2014-09-10
2
-35
/
+91
*
Update AttachmentServiceImpl to retry attachment uploads.
maniscalco
2014-09-10
14
-135
/
+687
*
Move AttachmentStore ownership to datatype
pavely
2014-09-10
8
-31
/
+54
*
Make base_unittests_apk actually work
cjhopman
2014-09-09
1
-1
/
+0
*
Mark gtest and gmock as testonly in GN.
Brett Wilson
2014-09-08
1
-0
/
+4
*
Add lots of testonly annotations to the GN build.
Brett Wilson
2014-09-08
1
-0
/
+3
*
Replace AttachmentStore's StoreAttachments with UploadAttachments.
maniscalco
2014-09-08
7
-190
/
+261
*
Changing the order of weak_ptr_factory in src/sync module, to ensure proper c...
mohan.reddy
2014-09-08
2
-4
/
+4
*
Revert "Replace AttachmentStore's StoreAttachments with UploadAttachments."
Erik Arvidsson
2014-09-05
7
-262
/
+191
*
Replace AttachmentStore's StoreAttachments with UploadAttachments.
maniscalco
2014-09-05
7
-191
/
+262
*
Remove package_name from java_apk.gypi
hjd
2014-09-05
1
-1
/
+0
*
Sync new PasswordForm fields.
vasilii
2014-09-05
2
-0
/
+6
*
Add test that checks function UpdateServerFieldsFromUpdate is working
reat
2014-09-05
2
-1
/
+80
*
Disable FAVICON_TRACKING in addition to SESSION.
maxbogue
2014-09-04
1
-1
/
+1
*
Roll cacheinvalidation DEPS to r339
nyquist
2014-09-04
3
-4
/
+3
*
[Android] Check whether MockGrantCredentialsPermissionsActivity can be started.
jbudorick
2014-09-02
1
-2
/
+21
*
Manual fixups for scoped_refptr operator T* removal in sync/
dcheng
2014-08-29
7
-17
/
+21
*
Ensure syncer::internal::GetComputerName returns a UTF-8 string.
maniscalco
2014-08-28
3
-4
/
+15
*
Use name() instead of toString() and fix comparison order in ModelType.
bauerb
2014-08-28
1
-1
/
+1
*
Use .equals() for string comparisons in ModelType.
bauerb
2014-08-28
1
-1
/
+1
*
Enable invalidations for supervised user settings on Android.
bauerb
2014-08-28
2
-11
/
+29
*
Add LOCAL_ prefix to non-UMA histogram macros.
asvitkine
2014-08-26
1
-3
/
+3
*
Remove implicit conversions from scoped_refptr to T* in sync/
Daniel Cheng
2014-08-26
8
-28
/
+28
*
[Sync] Add support for server controlled nudge delays
zea@chromium.org
2014-08-22
19
-341
/
+389
*
[Sync] Have bookmarks use a slower nudge delay to better handle automated writes
zea@chromium.org
2014-08-22
3
-14
/
+18
*
[Sync] Move reenable logic into DTM
zea@chromium.org
2014-08-21
7
-2
/
+17
*
Create ChromeSyncShell and ChromeSyncShellTest
pvalenzuela@chromium.org
2014-08-21
4
-0
/
+117
*
GN: Remove duplicate entries from sources lists
jamesr@chromium.org
2014-08-19
1
-1
/
+0
*
sync: Fix return value in GetAllNodesForType
rlarocque@chromium.org
2014-08-16
1
-1
/
+1
*
sync: Finish non-blocking type encryption support
rlarocque@chromium.org
2014-08-16
21
-393
/
+320
*
Let SyncBackupManager keep backup data in memory until shutdown. Only persist
haitaol@chromium.org
2014-08-15
21
-58
/
+383
*
Use named variables for arguments to SyncManager::ConfigureSyncer.
maniscalco@chromium.org
2014-08-15
1
-0
/
+1
*
sync: Attempt to fix sync scheduler test flakiness
rlarocque@chromium.org
2014-08-15
2
-39
/
+31
*
Revert of Let SyncBackupManager keep backup data in memory until shutdown. On...
miu@chromium.org
2014-08-14
21
-379
/
+56
*
Let SyncBackupManager keep backup data in memory until shutdown. Only persist
haitaol@chromium.org
2014-08-14
21
-56
/
+379
*
Revert 289115 "Revert 288464 "[Sync] Cleanup datatype configurat..."
oshima@chromium.org
2014-08-13
1
-1
/
+1
[next]