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
/
engine
/
sync_scheduler_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
sync: Remove ModelTypeInvalidationMap
rlarocque@chromium.org
2013-09-03
1
-13
/
+14
*
sync: Remove SyncSourceInfo
rlarocque@chromium.org
2013-08-03
1
-266
/
+153
*
Lock-free shutdown of profile sync service. Changes include:
haitaol@chromium.org
2013-07-31
1
-6
/
+9
*
Revert 213642 "Lock-free shutdown of profile sync service. Chang..."
earthdok@chromium.org
2013-07-25
1
-9
/
+6
*
Lock-free shutdown of profile sync service. Changes include:
haitaol@chromium.org
2013-07-25
1
-6
/
+9
*
sync: Add pre-commit update avoidance mode + flag
rlarocque@chromium.org
2013-07-20
1
-0
/
+1
*
Use a direct include of the message_loop header in ppapi/, printing/, rlz/, s...
avi@chromium.org
2013-07-18
1
-1
/
+1
*
Sync periodic polls always fail because of expired access tokens.
pavely@chromium.org
2013-07-13
1
-0
/
+27
*
Revert "Lock-free shutdown of profile sync service. Changes include:"
zea@chromium.org
2013-07-13
1
-5
/
+3
*
Lock-free shutdown of profile sync service. Changes include:
haitaol@chromium.org
2013-07-10
1
-3
/
+5
*
Revert 210333 "Lock-free shutdown of profile sync service. Chang..."
kinuko@chromium.org
2013-07-08
1
-5
/
+3
*
Lock-free shutdown of profile sync service. Changes include:
haitaol@chromium.org
2013-07-08
1
-3
/
+5
*
sync: Expose sync functionality as functions
rlarocque@chromium.org
2013-07-03
1
-165
/
+134
*
sync: Handle type throttling in NudgeTracker
rlarocque@chromium.org
2013-06-14
1
-23
/
+19
*
Rewrite scoped_ptr<T>(NULL) to use the default ctor in sync/.
dcheng@chromium.org
2013-06-12
1
-5
/
+1
*
Use base::MessageLoop in more files.
xhwang@chromium.org
2013-05-30
1
-1
/
+1
*
sync: Fix handling of data type throttling
rlarocque@chromium.org
2013-05-16
1
-0
/
+87
*
sync: Report GetUpdate triggers to the server
rlarocque@chromium.org
2013-05-09
1
-137
/
+79
*
sync: Use base::MessageLoop.
xhwang@chromium.org
2013-05-07
1
-13
/
+12
*
sync: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.
scherkus@chromium.org
2013-04-27
1
-1
/
+1
*
sync: Finish the SyncScheduler refactor
rlarocque@chromium.org
2013-04-18
1
-1
/
+1
*
sync: Refactor job ownership in SyncScheduler
rlarocque@chromium.org
2013-04-06
1
-10
/
+17
*
sync: Remove session member from SyncSessionJob
rlarocque@chromium.org
2013-03-29
1
-2
/
+7
*
sync: Fix scheduler crash on duplicate canaries
rlarocque@chromium.org
2013-03-15
1
-0
/
+26
*
Remove connection_code_ from SyncSchedulerImpl.
pavely@chromium.org
2013-03-05
1
-3
/
+3
*
Separate invalidator and sync client ID (part 1/2)
rlarocque@chromium.org
2013-03-02
1
-1
/
+2
*
Remove routing_info and workers from SyncSession
rlarocque@chromium.org
2013-02-15
1
-2
/
+2
*
Linux/ChromeOS Chromium style checker cleanup, sync/ edition.
rsleevi@chromium.org
2013-02-07
1
-2
/
+2
*
sync: fix scheduler unthrottling when there is a valid nudge canary
tim@chromium.org
2013-01-26
1
-1
/
+65
*
sync: Update calls from RunAllPending() to RunUntilIdle().
tfarina@chromium.org
2012-11-14
1
-3
/
+3
*
sync: fix for bug 158313, which is a top crash on canary.
tim@chromium.org
2012-11-06
1
-0
/
+30
*
sync: add kInitialBackoffImmediateRetry
tim@chromium.org
2012-11-01
1
-1
/
+1
*
sync: reland scheduler ownership refactoring, now with less crash
tim@chromium.org
2012-10-30
1
-13
/
+64
*
Revert 164565 - sync: make scheduling logic and job ownership more obvious.
dharani@google.com
2012-10-29
1
-36
/
+13
*
sync: make scheduling logic and job ownership more obvious.
tim@chromium.org
2012-10-28
1
-13
/
+36
*
sync: Merge apply updates and resolve conflicts
rlarocque@chromium.org
2012-10-26
1
-30
/
+0
*
Rename ModelType/ObjectIdStateMap to InvalidationMap.
dcheng@chromium.org
2012-10-04
1
-26
/
+27
*
sync: remove buggy freshness condition in SyncSchedulerImpl add defensive DCH...
tim@chromium.org
2012-09-07
1
-27
/
+43
*
[Sync] Pass ModelTypeSet by value everywhere
akalin@chromium.org
2012-09-01
1
-1
/
+1
*
Refactor ModelTypePayloadMap and ObjectIdPayloadMap to StateMaps.
dcheng@chromium.org
2012-08-24
1
-44
/
+45
*
sync: add InternalComponentsFactory::Switches to simplify passing switches to...
tim@chromium.org
2012-08-15
1
-53
/
+11
*
sync: raise initial backoff interval from 1 second to 5 minutes.
tim@chromium.org
2012-08-13
1
-1
/
+33
*
[Sync] Add support for performing a GetKey on startup.
zea@chromium.org
2012-07-31
1
-8
/
+13
*
Reland 148792
zea@chromium.org
2012-07-30
1
-61
/
+5
*
Make SyncBackendRegistrar aware of loaded data
rlarocque@chromium.org
2012-07-30
1
-1
/
+2
*
Revert 148792 - [Sync] Remove CleanupDisabledTypes command and move purge log...
sergeyu@chromium.org
2012-07-27
1
-5
/
+61
*
[Sync] Remove CleanupDisabledTypes command and move purge logic into SyncMana...
zea@chromium.org
2012-07-27
1
-61
/
+5
*
[Sync] Remove unneeded 'using syncer::' lines and 'syncer::' scopings
akalin@chromium.org
2012-07-20
1
-35
/
+31
*
sync: Remove SyncManager::TestingMode in favour of InternalComponentsFactory.
tim@chromium.org
2012-07-19
1
-15
/
+17
*
Finish commit 146665: [Sync] Refactor sync configuration logic.
zea@chromium.org
2012-07-13
1
-73
/
+118
[next]