summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/engine/syncer.cc
Commit message (Expand)AuthorAgeFilesLines
* sync: hook up ServerConnectionManager <> SyncerThread2 and tie up more loose ...tim@chromium.org2011-03-291-8/+3
* sync: implement configuration tasks in SyncerThread2tim@chromium.org2011-02-151-3/+8
* sync: add a SyncSessionJobPurpose for clearing private data.tim@chromium.org2011-02-031-11/+17
* sync: tiny cleanup in syncer.h/cctim@chromium.org2011-02-011-4/+6
* Recommit attempt for rev 72685.zea@chromium.org2011-01-271-1/+2
* Revert 72685 - [SYNC] Refactor SyncSourceInfo and add support in chrome inval...zea@chromium.org2011-01-261-2/+1
* [SYNC] Refactor SyncSourceInfo and add support in chrome invalidation client ...zea@chromium.org2011-01-261-1/+2
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-2/+2
* Cleanup: Remove unneeded browser_thread.h usage.thestig@chromium.org2010-12-131-1/+0
* sync: Make SyncSession take most of its required state at construction time.tim@chromium.org2010-11-241-27/+14
* Plumb datatype information to syncer from nudges.zea@chromium.org2010-11-111-6/+5
* Rename ChromeThread to BrowserThread Part22:tfarina@chromium.org2010-10-121-1/+1
* sync: use ObserverList instead of EventChannel (deprecated) for syncer events.tim@chromium.org2010-10-111-32/+19
* Implements the backend for clearing data from the servertim@chromium.org2010-09-081-14/+28
* FBTF: A giant cleanup to net/erg@google.com2010-08-311-0/+10
* sync: Get rid of duplicated typedef Closure definition.tfarina@chromium.org2010-07-161-2/+1
* sync: add CleanupDisabledTypesCommand to purge data pertaining to previouslytim@chromium.org2010-07-021-0/+8
* Replace changes_channel with an observer list.zork@chromium.org2010-06-111-4/+9
* Make last_download_timestamp and initial_sync_ended per-datatype.nick@chromium.org2010-04-011-2/+1
* Make it clear what last_sync_timestamp actually tracks. Updatenick@chromium.org2010-03-241-1/+11
* svn prop fixes. Applied to all files not in third_party.pkasting@chromium.org2010-03-091-0/+0
* Move a debug string util to syncer proto util. Add better getupdates logging ...chron@google.com2010-03-021-17/+0
* Multi-pass ModelChangingSyncerCommands.tim@chromium.org2010-02-251-7/+7
* For sync, make ProcessCommitResponseCommand handle commit entries one ModelSa...tim@chromium.org2010-02-161-1/+1
* In the sync database, use protobuf-based storage. Drop the oldnick@chromium.org2010-01-271-9/+3
* sync: Fix license copyright text.evan@chromium.org2009-12-111-1/+1
* Final part of PathString cleanup.munjal@chromium.org2009-11-241-2/+2
* Add browser_sync 'sessions' to relieve SyncCycleState, SyncProcessState, Sync...tim@chromium.org2009-11-211-79/+59
* Remove unique naming from syncer! This reduces the complexity. Modify the ind...chron@google.com2009-11-201-12/+5
* Clean up the strings for sync code:munjal@chromium.org2009-11-041-1/+0
* Take 2 at browser_sync::ExtensionsActivityMonitor.tim@chromium.org2009-10-281-2/+25
* Revert (4 of 4) 30153 - Introduce browser_sync::ExtensionsActivityMonitor to ...tim@chromium.org2009-10-271-28/+2
* Introduce browser_sync::ExtensionsActivityMonitor to collect extensions API u...tim@chromium.org2009-10-271-2/+28
* Made sync code build and pass unit tests on OS X.akalin@chromium.org2009-10-161-1/+1
* Reverted 29258.akalin@chromium.org2009-10-161-1/+1
* Made sync code build and pass unit tests on OS X.akalin@chromium.org2009-10-161-1/+1
* Reverted 29255.akalin@chromium.org2009-10-161-1/+1
* Made sync code build and pass unit tests on OS X.akalin@chromium.org2009-10-161-1/+1
* Reverted 29253.akalin@chromium.org2009-10-161-1/+1
* Made sync code build and pass unit tests on OS X.akalin@chromium.org2009-10-161-1/+1
* Hook up ClientToServerResponse::THROTTLED to the client sync loop.tim@chromium.org2009-10-161-3/+5
* Review URL: http://codereview.chromium.org/201087idana@chromium.org2009-09-111-5/+5
* Initial commit of sync engine code to browser/sync.nick@chromium.org2009-09-101-0/+338