summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/engine/syncer_thread.cc
Commit message (Expand)AuthorAgeFilesLines
* [Sync] Combine sync thread and sync core thread.akalin@chromium.org2011-06-141-896/+0
* [Sync] Clean up sync loggingakalin@chromium.org2011-06-081-87/+79
* Removing some unncessary logging statements.lipalani@chromium.org2011-05-121-3/+3
* fix the flakiness caused by passing a linked ptointer across threads.lipalani@chromium.org2011-05-071-5/+8
* Add extra logging to prove a theory for the race condition in bug 81256.lipalani@chromium.org2011-05-051-2/+6
* Update the source for config requests.lipalani@chromium.org2011-05-051-2/+17
* Increasing the chance of the race condition bug to occur by disabling logging...lipalani@chromium.org2011-05-051-1/+1
* Add more debug logging to trace a race condition.lipalani@chromium.org2011-05-041-0/+2
* Revert 83792 - Add DCHECKS to ensure syncer thread methods are called from th...lipalani@chromium.org2011-05-021-13/+3
* Add DCHECKS to ensure syncer thread methods are called from the right thread.lipalani@chromium.org2011-05-021-3/+13
* Remove all TODO(tim):deprcecated and clean up all the remnants of syncer thre...lipalani@chromium.org2011-04-291-1/+1
* Purge disabled datatypes in syncer thread.lipalani@chromium.org2011-04-221-1/+8
* Revert 82578 - Purge disabled datatypes in syncer thread.BUG=TEST=Review URL:...lipalani@chromium.org2011-04-221-8/+1
* Fix a memory leak by moving the creation of the object close the call for mak...lipalani@chromium.org2011-04-211-6/+5
* Purge disabled datatypes in syncer thread.lipalani@chromium.org2011-04-211-1/+8
* The passive worker was being added to the session once per datatype. Fix it s...lipalani@chromium.org2011-04-211-7/+19
* 1. Fix a bug in which scheduleconfig was called from wrong thread.lipalani@chromium.org2011-04-201-2/+1
* sync: add a BackendMigrator class to perform migration flow.tim@chromium.org2011-04-201-1/+4
* make new syncer thread the default. Fixed all the test cases that failed.lipalani@chromium.org2011-04-191-742/+707
* Revert 82067 - make new syncer thread the default. Fixed all the test cases t...lipalani@chromium.org2011-04-191-707/+742
* make new syncer thread the default. Fixed all the test cases that failed.lipalani@chromium.org2011-04-191-742/+707
* Revert 82026 - make new syncer thread the default. Fixed all the test cases t...lipalani@chromium.org2011-04-191-707/+742
* make new syncer thread the default. Fixed all the test cases that failed.lipalani@chromium.org2011-04-181-742/+707
* [Sync] Move TypePayloadMap into its own fileakalin@chromium.org2011-03-221-16/+16
* Refactor sync notifier out of sync apiakalin@chromium.org2011-03-141-1/+0
* sync: add switch for using new syncer thread.tim@chromium.org2011-03-031-1/+0
* Cleanup everything but net/ for our first clang plugins.erg@google.com2011-02-021-0/+10
* Recommit attempt for rev 72685.zea@chromium.org2011-01-271-20/+56
* Revert 72685 - [SYNC] Refactor SyncSourceInfo and add support in chrome inval...zea@chromium.org2011-01-261-56/+20
* [SYNC] Refactor SyncSourceInfo and add support in chrome invalidation client ...zea@chromium.org2011-01-261-20/+56
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-1/+1
* The sync server supports a new "progress token" scheme that allows data types...nick@chromium.org2011-01-131-2/+2
* Cleanup: Remove unneeded includes of chrome_switches.h.thestig@chromium.org2011-01-111-9/+8
* Move base/lock and base/condition_variable to base/synchronization/brettw@chromium.org2011-01-011-11/+11
* Even more virtual method deinlining.erg@google.com2010-12-131-0/+20
* sync: Make SyncSession take most of its required state at construction time.tim@chromium.org2010-11-241-21/+46
* sync: union model type nudge source before dropping coalesced nudge.tim@chromium.org2010-11-181-15/+17
* Revert 66513 - sync: remove event_sys from ServerConnectionManager and Syncer...tim@chromium.org2010-11-181-41/+42
* sync: remove event_sys from ServerConnectionManager and SyncerThreadtim@chromium.org2010-11-171-42/+41
* Sync: Fix RequestResume in SyncerThread, and re-enable the various unit testszea@chromium.org2010-11-171-1/+2
* Plumb datatype information to syncer from nudges.zea@chromium.org2010-11-111-6/+44
* Change miscellaneous LOG(INFO)s to VLOG()s that I missed the first time throu...pkasting@chromium.org2010-10-271-2/+2
* Convert LOG/LOG_IF(INFO) to VLOG/VLOG_IF(1) - chrome/browser/syncrsimha@chromium.org2010-10-251-2/+2
* Convert LOG(INFO) to VLOG(1) - chrome/browser/sync/engine/.pkasting@chromium.org2010-10-211-52/+44
* sync: use ObserverList instead of EventChannel (deprecated) for syncer events.tim@chromium.org2010-10-111-39/+11
* Replaced sync thread nudge queue with a single pending nudge.akalin@chromium.org2010-09-141-10/+22
* 2nd attempt at http://codereview.chromium.org/3305003/showjohnnyg@chromium.org2010-09-091-26/+12
* Implements the backend for clearing data from the servertim@chromium.org2010-09-081-0/+3
* Revert 58778 - New authorization framework for sync. johnnyg@chromium.org2010-09-081-12/+26
* New authorization framework for sync. johnnyg@chromium.org2010-09-081-26/+12