summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/engine/all_status.cc
Commit message (Expand)AuthorAgeFilesLines
* sync: hook up ServerConnectionManager <> SyncerThread2 and tie up more loose ...tim@chromium.org2011-03-291-3/+0
* 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-24/+27
* sync: use ObserverList instead of EventChannel (deprecated) for syncer events.tim@chromium.org2010-10-111-95/+21
* 2nd attempt at http://codereview.chromium.org/3305003/showjohnnyg@chromium.org2010-09-091-38/+9
* Revert 58778 - New authorization framework for sync. johnnyg@chromium.org2010-09-081-9/+38
* New authorization framework for sync. johnnyg@chromium.org2010-09-081-38/+9
* Unplumb AllStatus from SyncerThread.tim@chromium.org2010-08-051-31/+0
* Handle birthday errors by disabling sync and deleting sync data. Also added s...tim@chromium.org2010-07-141-10/+4
* Move chrome/common/net/notifier to jingle/notifier so that it can be used by ...ajwong@chromium.org2010-06-301-1/+1
* Make sure sync starts up on browser restart as well as initial sync flow.tim@chromium.org2010-06-291-1/+1
* This change allows the syncer thread to be paused and resumed when the syncer...skrul@chromium.org2010-06-291-0/+6
* Replace changes_channel with an observer list.zork@chromium.org2010-06-111-3/+4
* Make sure XMPP logins and notification sends are done on the syncakalin@chromium.org2010-06-011-27/+0
* Converted TalkMediator to use a delegate instead of a channelakalin@chromium.org2010-06-011-32/+15
* Moved GaiaAuthenticator from chrome/browser/sync/engine/net to chrome/common/...sanjeevr@chromium.org2010-05-071-5/+5
* Moved XMPP notifier library from chrome/browser/sync to chrome/common/net.sanjeevr@chromium.org2010-05-041-1/+1
* Changed namespace of the TalkMediator and related classes from browser_sync t...sanjeevr@chromium.org2010-05-031-9/+9
* Move event_sys.h, event_sys-inl.h and event_sys_unittest.cc to chrome/common ...sanjeevr@chromium.org2010-04-261-1/+1
* Implement SyncerThread::RequestPause and SyncerThread::RequestResumeskrul@chromium.org2010-03-151-0/+6
* Multi-pass ModelChangingSyncerCommands.tim@chromium.org2010-02-251-3/+2
* In the sync database, use protobuf-based storage. Drop the oldnick@chromium.org2010-01-271-1/+0
* Add browser_sync 'sessions' to relieve SyncCycleState, SyncProcessState, Sync...tim@chromium.org2009-11-211-16/+18
* Removes blocked items. Also, some minor cleanup in preparation for (and to he...tim@chromium.org2009-11-101-1/+1
* Hook up "remaining changes" to sync client. Remove "latest timestamp".chron@chromium.org2009-10-231-5/+5
* Hook up ClientToServerResponse::THROTTLED to the client sync loop.tim@chromium.org2009-10-161-1/+2
* Update sync unit tests to build on linuxzork@chromium.org2009-10-071-0/+2
* Sync: Replace pthread mutex with base::Lock in a few more places.timsteele@google.com2009-10-071-4/+4
* Fix compiling of sync on linux.zork@chromium.org2009-09-221-4/+4
* Fix compiler warnings in chrome\browser\sync.nick@chromium.org2009-09-111-1/+1
* Initial commit of sync engine code to browser/sync.nick@chromium.org2009-09-101-0/+335