summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/engine/syncer_thread_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Hook up client side of per-datatype GetUpdates.nick@chromium.org2010-02-111-0/+3
* Make SyncerThread stop polling if an AUTH_INVALID response is parsed.tim@chromium.org2010-02-091-5/+69
* Moved all sync-related command-line logic to profile_sync_service.akalin@chromium.org2010-02-091-1/+0
* Implementation of the DatabaseModelWorker, take 2.albertb@google.com2010-02-011-2/+2
* Revert 37367 - Implementation of the database safe worker model.viettrungluu@chromium.org2010-01-281-2/+2
* Implementation of the database safe worker model.albertb@google.com2010-01-281-2/+2
* Support for multiple sync ModelSafeWorkers.tim@chromium.org2010-01-221-2/+16
* Add browser_sync 'sessions' to relieve SyncCycleState, SyncProcessState, Sync...tim@chromium.org2009-11-211-17/+39
* Hook up ClientToServerResponse::THROTTLED to the client sync loop.tim@chromium.org2009-10-161-2/+44
* For sync exponential backoff, allow one nudge per exponential backoff interva...tim@chromium.org2009-10-141-110/+250
* Update sync unit tests to build on linuxzork@chromium.org2009-10-071-125/+124
* Unflakify SyncerThreadWithSyncerTest.Polling by using TimeTicks instead of sy...tim@chromium.org2009-09-291-15/+7
* Disable it for real this time.nsylvain@chromium.org2009-09-291-1/+3
* Disable SyncerThreadWithSyncerTest.Polling because it's flaky.nsylvain@chromium.org2009-09-291-1/+2
* Second attempt at the new syncer thread impl, now with less crashes!tim@chromium.org2009-09-251-56/+188
* Reverting 27117.davemoore@chromium.org2009-09-241-188/+56
* Use chrome/base synchronization primitives and threads instead oftim@chromium.org2009-09-241-56/+188
* Review URL: http://codereview.chromium.org/201087idana@chromium.org2009-09-111-5/+4
* Initial commit of sync engine code to browser/sync.nick@chromium.org2009-09-101-0/+299