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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Sync] Add transaction_version to sync DB schema and PersistedKernelInfo. Rea...
haitaol@chromium.org
2012-10-10
1
-0
/
+1
*
Changed DB to store node positions as Ordinals.
vishwath@google.com
2012-10-09
1
-0
/
+2
*
Rename ModelType/ObjectIdStateMap to InvalidationMap.
dcheng@chromium.org
2012-10-04
4
-7
/
+7
*
Remove ScopedTempDir from sync test utility class
rlarocque@chromium.org
2012-09-20
2
-5
/
+0
*
sync: add Google API Key to all ClientToServerMessages.
tim@chromium.org
2012-09-17
1
-0
/
+2
*
[Sync] Implement keystore migration support.
zea@chromium.org
2012-09-13
2
-12
/
+13
*
sync: Process client commands on commit response
rlarocque@chromium.org
2012-09-12
2
-10
/
+24
*
Implement a bag of chips for sync.
qsr@chromium.org
2012-09-11
1
-0
/
+1
*
Increment sync DB's next_id with a migration
rlarocque@chromium.org
2012-09-07
1
-0
/
+1
*
[Sync] Move keystore key handling to SyncEncryptionHandlerImpl
zea@chromium.org
2012-08-29
2
-0
/
+25
*
[Sync] Refactor passphrase state handling
zea@chromium.org
2012-08-26
2
-7
/
+7
*
[Sync] Refactor GetEncryptedTypes usage.
zea@chromium.org
2012-08-24
4
-28
/
+31
*
Refactor ModelTypePayloadMap and ObjectIdPayloadMap to StateMaps.
dcheng@chromium.org
2012-08-24
5
-13
/
+13
*
[Sync] Add SyncEncryptionHandler
zea@chromium.org
2012-08-16
2
-0
/
+172
*
sync: Attempt to recover from directory corruption
rlarocque@chromium.org
2012-08-08
1
-0
/
+2
*
[Sync] Add support for performing a GetKey on startup.
zea@chromium.org
2012-07-31
3
-4
/
+18
*
Make SyncBackendRegistrar aware of loaded data
rlarocque@chromium.org
2012-07-30
1
-1
/
+1
*
[Sync] Remove unneeded 'using syncer::' lines and 'syncer::' scopings
akalin@chromium.org
2012-07-20
5
-24
/
+21
*
sync: Remove SyncManager::TestingMode in favour of InternalComponentsFactory.
tim@chromium.org
2012-07-19
2
-0
/
+142
*
Finish commit 146665: [Sync] Refactor sync configuration logic.
zea@chromium.org
2012-07-13
1
-0
/
+28
*
Revert 146262 - Revert "Revert 142517 - [Sync] Refactor sync configuration lo...
zea@chromium.org
2012-07-13
1
-28
/
+0
*
Remove syncproto.h
rlarocque@chromium.org
2012-07-12
1
-1
/
+2
*
Revert "Revert 142517 - [Sync] Refactor sync configuration logic."
zea@chromium.org
2012-07-12
1
-0
/
+28
*
Remove #pragma once from sync
ajwong@chromium.org
2012-07-11
12
-12
/
+0
*
[Sync] Move ModelType and related classes to 'syncer' namespace
akalin@chromium.org
2012-07-03
3
-18
/
+15
*
[Sync] Move model_type* from syncable/ to base/
akalin@chromium.org
2012-07-03
2
-4
/
+3
*
[Sync] Move sync/{internal_api,syncable} into syncer namespace
akalin@chromium.org
2012-07-02
13
-60
/
+83
*
base: Remove dereference structure operator (i.e ->) from ScopedVector.
tfarina@chromium.org
2012-06-30
1
-5
/
+5
*
sync: Move invariant check logic into Directory
rlarocque@chromium.org
2012-06-29
1
-16
/
+11
*
[Sync] Rename csync namespace to syncer
akalin@chromium.org
2012-06-28
16
-37
/
+37
*
sync: Set explicit protocol_version on commit
rlarocque@chromium.org
2012-06-27
1
-0
/
+1
*
sync: inject DirectoryBackingStore to Directory and remove "OpenInMemoryForTe...
tim@chromium.org
2012-06-22
1
-2
/
+4
*
[Sync] Move HttpBridge to sync/
akalin@chromium.org
2012-06-22
1
-1
/
+1
*
[Sync] Rename sync_api to csync
akalin@chromium.org
2012-06-22
1
-2
/
+2
*
[Sync] Rename browser_sync to csync in sync/
akalin@chromium.org
2012-06-21
16
-37
/
+37
*
Split syncable.{h,cc} into several files
rlarocque@chromium.org
2012-06-20
4
-5
/
+7
*
sync: Remove ClearUserData command.
tim@chromium.org
2012-06-20
2
-19
/
+0
*
Revert 142517 - [Sync] Refactor sync configuration logic.
zea@chromium.org
2012-06-18
1
-29
/
+0
*
Revert 142794 - Revert 142517 - [Sync] Refactor sync configuration logic.
kkania@chromium.org
2012-06-18
1
-0
/
+29
*
Revert 142517 - [Sync] Refactor sync configuration logic.
zea@chromium.org
2012-06-18
1
-29
/
+0
*
sync: move internal_api components used by chrome/browser into internal_api/p...
tim@chromium.org
2012-06-17
2
-5
/
+7
*
[Sync] Refactor sync configuration logic.
zea@chromium.org
2012-06-15
1
-0
/
+29
*
sync: Refactor per-datatype throttling
rlarocque@chromium.org
2012-06-13
1
-0
/
+4
*
RefCounted types should not have public destructors - sync and jingle
rsleevi@chromium.org
2012-06-11
4
-11
/
+10
*
sync: create internal_api/public to house sync/ files needed by chrome/browse...
tim@chromium.org
2012-06-07
3
-7
/
+7
*
sync: split SyncSessionSnapshot, SyncerStatus, ErrorCounters, and SyncSourceI...
tim@chromium.org
2012-06-06
1
-1
/
+2
*
Remove sync's ModelSafeWorkerRegistrar
rlarocque@chromium.org
2012-06-01
3
-88
/
+8
*
sync: Loop committing items without downloading updates
rlarocque@chromium.org
2012-05-26
2
-0
/
+2
*
Abort sync cycles when download step fails
rlarocque@chromium.org
2012-04-24
2
-45
/
+14
*
Revert 132455 - Abort sync cycles when download step fails
rlarocque@chromium.org
2012-04-16
2
-14
/
+6
[next]