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
/
internal_api
/
public
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor ModelTypePayloadMap and ObjectIdPayloadMap to StateMaps.
dcheng@chromium.org
2012-08-24
19
-229
/
+470
*
[Sync] Add SyncEncryptionHandler
zea@chromium.org
2012-08-16
5
-119
/
+187
*
sync: add InternalComponentsFactory::Switches to simplify passing switches to...
tim@chromium.org
2012-08-15
7
-10
/
+48
*
sync: raise initial backoff interval from 1 second to 5 minutes.
tim@chromium.org
2012-08-13
2
-1
/
+11
*
[Sync] Avoid unregistering object IDs on shutdown
akalin@chromium.org
2012-08-10
2
-21
/
+33
*
Revert 150990 - [Sync] Avoid unregistering object IDs on shutdown
jeremya@chromium.org
2012-08-10
2
-33
/
+21
*
[Sync] Avoid unregistering object IDs on shutdown
akalin@chromium.org
2012-08-10
2
-21
/
+33
*
Remove SyncManager::Init() return value
rlarocque@chromium.org
2012-08-09
2
-2
/
+2
*
[Sync] Address msw's comments for r149747
akalin@chromium.org
2012-08-04
2
-5
/
+7
*
[Sync] Enable adding notifier observers from ProfileSyncService
akalin@chromium.org
2012-08-02
3
-20
/
+45
*
[Sync] Persist keystore key across restarts
zea@chromium.org
2012-08-01
2
-0
/
+7
*
Fix SyncManager initialization failure crash.
rlarocque@chromium.org
2012-07-31
1
-8
/
+10
*
[Sync] Add support for performing a GetKey on startup.
zea@chromium.org
2012-07-31
7
-4
/
+16
*
Make SyncBackendRegistrar aware of loaded data
rlarocque@chromium.org
2012-07-30
5
-6
/
+3
*
Correct const accessors in base/values.(h|cc)
vabr@chromium.org
2012-07-27
1
-1
/
+1
*
[Sync] Pass the correct set of enabled types to the sync notifier
akalin@chromium.org
2012-07-24
1
-0
/
+7
*
[Sync] Remove unneeded 'using syncer::' lines and 'syncer::' scopings
akalin@chromium.org
2012-07-20
29
-165
/
+155
*
sync: Remove SyncInternal
tim@chromium.org
2012-07-20
2
-7
/
+6
*
sync: Remove SyncManager::TestingMode in favour of InternalComponentsFactory.
tim@chromium.org
2012-07-19
5
-9
/
+168
*
sync: Track validity of about:sync fields
rlarocque@chromium.org
2012-07-19
2
-2
/
+13
*
[Sync] Add sync_export.h (Step 1 for componentizing sync)
akalin@chromium.org
2012-07-18
8
-22
/
+48
*
[Sync] Refactor SyncBackendHost unit tests.
zea@chromium.org
2012-07-18
1
-0
/
+129
*
[Sync] Refactor sync manager into interface.
zea@chromium.org
2012-07-17
5
-104
/
+157
*
Finish commit 146665: [Sync] Refactor sync configuration logic.
zea@chromium.org
2012-07-13
1
-18
/
+31
*
Revert 146262 - Revert "Revert 142517 - [Sync] Refactor sync configuration lo...
zea@chromium.org
2012-07-13
1
-31
/
+18
*
Revert "Revert 142517 - [Sync] Refactor sync configuration logic."
zea@chromium.org
2012-07-12
1
-18
/
+31
*
Remove #pragma once from sync
ajwong@chromium.org
2012-07-11
27
-27
/
+0
*
[Sync] Move ModelType and related classes to 'syncer' namespace
akalin@chromium.org
2012-07-03
21
-174
/
+96
*
[Sync] Move model_type* from syncable/ to base/
akalin@chromium.org
2012-07-03
22
-71
/
+97
*
[Sync] Move sync/{internal_api,syncable} into syncer namespace
akalin@chromium.org
2012-07-02
13
-29
/
+103
*
[Sync] Rename csync namespace to syncer
akalin@chromium.org
2012-06-28
48
-141
/
+139
*
Remove unused fields found by clang's new Wunused-private-fields.
thakis@chromium.org
2012-06-27
2
-3
/
+1
*
sync: Create sync entry factory class for tests
rlarocque@chromium.org
2012-06-26
1
-0
/
+70
*
sync: Refactor session tracking
rlarocque@chromium.org
2012-06-22
8
-170
/
+129
*
[Sync] Move HttpBridge to sync/
akalin@chromium.org
2012-06-22
3
-5
/
+235
*
[Sync] Rename sync_api to csync
akalin@chromium.org
2012-06-22
16
-36
/
+36
*
[Sync] Rename browser_sync to csync in sync/
akalin@chromium.org
2012-06-21
39
-93
/
+94
*
Split syncable.{h,cc} into several files
rlarocque@chromium.org
2012-06-20
2
-2
/
+2
*
[Sync] Rename sync_notifier namespace to csync
akalin@chromium.org
2012-06-20
1
-3
/
+3
*
sync: Remove ClearUserData command.
tim@chromium.org
2012-06-20
1
-8
/
+0
*
Revert 142517 - [Sync] Refactor sync configuration logic.
zea@chromium.org
2012-06-18
1
-23
/
+15
*
[Sync] Propagate XMPP auth errors to SyncNotifierObservers
akalin@chromium.org
2012-06-18
2
-2
/
+5
*
sync: move internal_api components used by chrome/browser into internal_api/p...
tim@chromium.org
2012-06-17
25
-0
/
+3124
*
sync: Refactor per-datatype throttling
rlarocque@chromium.org
2012-06-13
2
-0
/
+133
*
Refactor following sync commit loop change
rlarocque@chromium.org
2012-06-08
3
-5
/
+2
*
sync: create internal_api/public to house sync/ files needed by chrome/browse...
tim@chromium.org
2012-06-07
26
-0
/
+1859