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
*
sync: inject DirectoryBackingStore to Directory and remove "OpenInMemoryForTe...
tim@chromium.org
2012-06-22
6
-113
/
+100
*
More fixes to address missing symbols when building unit-tests on Android.
jcivelli@chromium.org
2012-06-22
1
-2
/
+2
*
sync: Refactor session tracking
rlarocque@chromium.org
2012-06-22
29
-477
/
+255
*
Removes reference counting of syncable::Directory::Kernel
rlarocque@chromium.org
2012-06-22
2
-22
/
+2
*
[Sync] Move HttpBridge to sync/
akalin@chromium.org
2012-06-22
16
-34
/
+971
*
[Sync] Rename sync_api to csync
akalin@chromium.org
2012-06-22
56
-295
/
+292
*
[Sync] Rename browser_sync to csync in sync/
akalin@chromium.org
2012-06-21
241
-703
/
+708
*
Convert InvalidationStateTracker to use invalidation::ObjectId instead of syn...
dcheng@chromium.org
2012-06-20
9
-42
/
+66
*
Split syncable.{h,cc} into several files
rlarocque@chromium.org
2012-06-20
79
-1967
/
+2243
*
[Sync] Rename sync_notifier namespace to csync
akalin@chromium.org
2012-06-20
40
-108
/
+108
*
sync: Remove ClearUserData command.
tim@chromium.org
2012-06-20
26
-396
/
+15
*
Remove hard_dependency=1 from cacheinvalidation target
akalin@chromium.org
2012-06-18
1
-5
/
+4
*
Revert 142517 - [Sync] Refactor sync configuration logic.
zea@chromium.org
2012-06-18
9
-504
/
+228
*
[Sync] Propagate XMPP auth errors to SyncNotifierObservers
akalin@chromium.org
2012-06-18
25
-132
/
+466
*
Revert 142794 - Revert 142517 - [Sync] Refactor sync configuration logic.
kkania@chromium.org
2012-06-18
8
-213
/
+481
*
Revert 142517 - [Sync] Refactor sync configuration logic.
zea@chromium.org
2012-06-18
8
-481
/
+213
*
Revert 142563 - Handle sync database corruption with re-download
zea@chromium.org
2012-06-18
2
-17
/
+25
*
sync: move internal_api components used by chrome/browser into internal_api/p...
tim@chromium.org
2012-06-17
69
-160
/
+171
*
Handle sync database corruption with re-download
rlarocque@chromium.org
2012-06-16
2
-25
/
+17
*
Replace GetIOMessageLoopProxy() with GetNetworkTaskRunner() in UrlRequestCont...
sergeyu@chromium.org
2012-06-16
2
-37
/
+39
*
Protect against sync entries left by old clients
rlarocque@chromium.org
2012-06-16
3
-4
/
+84
*
[Sync] Refactor sync configuration logic.
zea@chromium.org
2012-06-15
9
-228
/
+504
*
sync: Refactor per-datatype throttling
rlarocque@chromium.org
2012-06-13
24
-291
/
+450
*
[Sync] Remove unnecessary posting of methods in sync scheduler.
zea@chromium.org
2012-06-11
4
-217
/
+127
*
RefCounted types should not have public destructors - sync and jingle
rsleevi@chromium.org
2012-06-11
17
-64
/
+61
*
Refactor following sync commit loop change
rlarocque@chromium.org
2012-06-08
16
-141
/
+96
*
sync: create internal_api/public to house sync/ files needed by chrome/browse...
tim@chromium.org
2012-06-07
123
-240
/
+244
*
[Sync] Fix sync scheduler/session logic determining successful commands.
zea@chromium.org
2012-06-06
6
-29
/
+92
*
sync: split SyncSessionSnapshot, SyncerStatus, ErrorCounters, and SyncSourceI...
tim@chromium.org
2012-06-06
20
-368
/
+522
*
Add chrome://sync counter for total commits
rlarocque@chromium.org
2012-06-04
3
-1
/
+6
*
Fix leak introduced in r140122
rlarocque@chromium.org
2012-06-02
2
-16
/
+17
*
Remove sync's ModelSafeWorkerRegistrar
rlarocque@chromium.org
2012-06-01
18
-296
/
+245
*
Add APK targets for sql_unittests and sync_unit_tests.
nileshagrawal@chromium.org
2012-05-31
1
-1
/
+28
*
sync: migrate invalidation state from syncable::Directory to InvalidationStorage
tim@chromium.org
2012-05-31
23
-121
/
+158
*
[Sync] Make InvalidationNotifier use PushClient
akalin@chromium.org
2012-05-30
17
-490
/
+571
*
sync: fix and enable InvalidationNotifierTest.Basic
tim@chromium.org
2012-05-30
1
-8
/
+2
*
sync: move invalidation version prefs out of SyncPrefs into InvalidatorStorage.
tim@chromium.org
2012-05-30
5
-1
/
+20
*
[Sync] Cleanup all tab sync enabling logic now that its on by default.
zea@chromium.org
2012-05-30
8
-98
/
+11
*
sync: Loop committing items without downloading updates
rlarocque@chromium.org
2012-05-26
36
-551
/
+625
*
sync: in MutableEntry, SaveOriginals on-demand rather than on construction to...
tim@chromium.org
2012-05-25
2
-19
/
+21
*
[Sync] Fix sync_listen_notifications to use a real host resolver
akalin@chromium.org
2012-05-25
4
-4
/
+42
*
Ignore tombstones for items belonging to unrequested types.
lipalani@chromium.org
2012-05-24
2
-2
/
+18
*
Disable failing test ImmutableTest.Deque on Windows
battre@chromium.org
2012-05-23
1
-1
/
+7
*
[Sync] Turn notifier::PushClient into an interface
akalin@chromium.org
2012-05-23
4
-131
/
+127
*
[net] Switch TestURLRequestContext and other tests to use MockCachingHostReso...
szym@chromium.org
2012-05-23
2
-1
/
+14
*
Revert 138216 - [Sync] Turn notifier::PushClient into an interface
akalin@chromium.org
2012-05-22
4
-127
/
+119
*
[Sync] Turn notifier::PushClient into an interface
akalin@chromium.org
2012-05-22
4
-119
/
+127
*
Revive revision 137685 and fix the DEPs file in chrome/browser/sync
munjal@chromium.org
2012-05-18
15
-91
/
+90
*
Revert 137685 (broke check_deps on linux builder) - Rename InvalidationVersio...
fischman@chromium.org
2012-05-17
15
-90
/
+91
*
Rename InvalidationVersionTracker to InvalidationStateTracker in preparation
munjal@chromium.org
2012-05-17
15
-91
/
+90
[next]