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
*
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
*
Disable SyncSchedulerTest.ReceiveNewRetryDelay on Windows as its timing out.
jam@chromium.org
2014-08-13
1
-1
/
+7
*
Fix bug where TokenServiceProvider is used after it has been destroyed.
maniscalco@chromium.org
2014-08-13
8
-17
/
+19
*
Disable SyncSchedulerTest.FailedRetry on Windows as its timing out.
jam@chromium.org
2014-08-13
1
-1
/
+7
*
Revert 288464 "[Sync] Cleanup datatype configuration error handl..."
oshima@chromium.org
2014-08-12
1
-1
/
+1
*
GN: Make content_shell and webkit_unit_tests work in component build
jamesr@chromium.org
2014-08-12
1
-0
/
+1
*
Disable SyncSchedulerTest.SuccessfulRetry only on Windows.
jam@chromium.org
2014-08-11
1
-1
/
+6
*
Disable SyncSchedulerTest.SuccessfulRetry since it's timing out flakly.
jam@chromium.org
2014-08-11
1
-1
/
+2
*
sync: Fix serialization in proto_value_conversions
rlarocque@chromium.org
2014-08-09
1
-0
/
+1
*
[Sync] Cleanup datatype configuration error handling.
zea@chromium.org
2014-08-08
1
-1
/
+1
*
[Checkstyle] Update class member variable names to match style guides.
aurimas@chromium.org
2014-08-08
1
-8
/
+8
*
Refactor SyncManager::Init to receive args via a struct.
maniscalco@chromium.org
2014-08-08
15
-342
/
+194
*
Move StringToLowerASCII to base namespace
brettw@chromium.org
2014-08-07
2
-2
/
+3
[next]