summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/engine/syncer_thread.h
Commit message (Expand)AuthorAgeFilesLines
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* [Sync] Move TypePayloadMap into its own fileakalin@chromium.org2011-03-221-5/+6
* Cleanup everything but net/ for our first clang plugins.erg@google.com2011-02-021-8/+3
* Recommit attempt for rev 72685.zea@chromium.org2011-01-271-6/+21
* Revert 72685 - [SYNC] Refactor SyncSourceInfo and add support in chrome inval...zea@chromium.org2011-01-261-21/+6
* [SYNC] Refactor SyncSourceInfo and add support in chrome invalidation client ...zea@chromium.org2011-01-261-6/+21
* Move CancellationFlag and WaitableEvent to the synchronization subdirectory.brettw@chromium.org2011-01-021-1/+1
* Move base/lock and base/condition_variable to base/synchronization/brettw@chromium.org2011-01-011-6/+7
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Even more virtual method deinlining.erg@google.com2010-12-131-15/+5
* sync: Make SyncSession take most of its required state at construction time.tim@chromium.org2010-11-241-11/+25
* sync: union model type nudge source before dropping coalesced nudge.tim@chromium.org2010-11-181-1/+5
* Revert 66513 - sync: remove event_sys from ServerConnectionManager and Syncer...tim@chromium.org2010-11-181-5/+9
* sync: remove event_sys from ServerConnectionManager and SyncerThreadtim@chromium.org2010-11-171-9/+5
* Plumb datatype information to syncer from nudges.zea@chromium.org2010-11-111-1/+19
* sync: use ObserverList instead of EventChannel (deprecated) for syncer events.tim@chromium.org2010-10-111-24/+5
* Replaced sync thread nudge queue with a single pending nudge.akalin@chromium.org2010-09-141-16/+8
* 2nd attempt at http://codereview.chromium.org/3305003/showjohnnyg@chromium.org2010-09-091-8/+3
* Implements the backend for clearing data from the servertim@chromium.org2010-09-081-1/+2
* Revert 58778 - New authorization framework for sync. johnnyg@chromium.org2010-09-081-3/+8
* New authorization framework for sync. johnnyg@chromium.org2010-09-081-8/+3
* FBTF: Remove "obviously" unneeded standard C++ library #includes.viettrungluu@chromium.org2010-08-151-2/+1
* Unplumb AllStatus from SyncerThread.tim@chromium.org2010-08-051-4/+6
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Handle birthday errors by disabling sync and deleting sync data. Also added s...tim@chromium.org2010-07-141-0/+7
* This change allows the syncer thread to be paused and resumed when the syncer...skrul@chromium.org2010-06-291-3/+15
* Replace changes_channel with an observer list.zork@chromium.org2010-06-111-3/+4
* [GTTF] Use FRIEND_TEST_ALL_PREFIXES in chrome/browser/syncphajdan.jr@chromium.org2010-06-101-8/+8
* Converted TalkMediator to use a delegate instead of a channelakalin@chromium.org2010-06-011-10/+1
* Changed namespace of the TalkMediator and related classes from browser_sync t...sanjeevr@chromium.org2010-05-031-3/+6
* Move event_sys.h, event_sys-inl.h and event_sys_unittest.cc to chrome/common ...sanjeevr@chromium.org2010-04-261-1/+1
* Fix bustage by adding friend decl.tim@chromium.org2010-03-231-1/+1
* Change observer expectationsskrul@chromium.org2010-03-171-1/+1
* Implement SyncerThread::RequestPause and SyncerThread::RequestResumeskrul@chromium.org2010-03-151-1/+25
* Make SyncerThread stop polling if an AUTH_INVALID response is parsed.tim@chromium.org2010-02-091-0/+1
* Add support for UserIdleTime to Linux.zork@chromium.org2010-01-261-0/+10
* Add browser_sync 'sessions' to relieve SyncCycleState, SyncProcessState, Sync...tim@chromium.org2009-11-211-44/+27
* Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...erg@google.com2009-11-131-1/+1
* Hook up ClientToServerResponse::THROTTLED to the client sync loop.tim@chromium.org2009-10-161-3/+11
* For sync exponential backoff, allow one nudge per exponential backoff interva...tim@chromium.org2009-10-141-18/+48
* Patched in 265058 (which was uploaded under akalin@gmail.com). Originalakalin@chromium.org2009-10-131-3/+3
* Part 1 of making sync work on Mac:munjal@chromium.org2009-10-081-1/+1
* Second attempt at the new syncer thread impl, now with less crashes!tim@chromium.org2009-09-251-68/+122
* Reverting 27117.davemoore@chromium.org2009-09-241-122/+68
* Use chrome/base synchronization primitives and threads instead oftim@chromium.org2009-09-241-68/+122
* Review URL: http://codereview.chromium.org/201087idana@chromium.org2009-09-111-18/+14
* Initial commit of sync engine code to browser/sync.nick@chromium.org2009-09-101-0/+235