summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/engine
Commit message (Expand)AuthorAgeFilesLines
* Improve the integration test harness by using the max_local_timestamptim@chromium.org2010-03-192-5/+8
* Update sync to support syncing of typed urlszork@chromium.org2010-03-183-0/+32
* Pause the sync thread while starting data types.skrul@chromium.org2010-03-172-0/+36
* Change observer expectationsskrul@chromium.org2010-03-172-24/+44
* Change MediatorThreadImpl::Run to process messages forever and periodically c...tim@chromium.org2010-03-161-2/+4
* Implement SyncerThread::RequestPause and SyncerThread::RequestResumeskrul@chromium.org2010-03-155-2/+151
* Added switch to invalidate the sync xmpp auth token for testing.akalin@chromium.org2010-03-123-2/+12
* Revert 40521 - Fix attempt for bug 34158. Reset the TalkMediator after callin...tim@chromium.org2010-03-091-4/+1
* Speculative fix for bug 37709. Don't use a MutableEntry (and hence add somet...tim@chromium.org2010-03-092-4/+5
* Make VerifyUpdatesCommand a ModelChanging variant for now as we can endtim@chromium.org2010-03-093-6/+118
* svn prop fixes. Applied to all files not in third_party.pkasting@chromium.org2010-03-0932-0/+0
* BSD port: Another chunk of chrome/ ifdef changespvalchev@google.com2010-03-091-4/+4
* Improve autofill unit testskrul@chromium.org2010-03-031-2/+4
* Fix attempt for bug 34158. Reset the TalkMediator after calling Logout to ens...tim@chromium.org2010-03-031-1/+4
* Move a debug string util to syncer proto util. Add better getupdates logging ...chron@google.com2010-03-026-27/+59
* Add autofill Change Processor and Model Associatorzork@google.com2010-03-012-0/+30
* Use syncable hashes that are base64.chron@google.com2010-02-262-26/+19
* Remove unused header declaration. Not defined in syncer.cc. Was moved into sy...chron@google.com2010-02-251-2/+0
* When applying updates, the UpdateApplicator should check ServerModelType and nottim@chromium.org2010-02-251-1/+2
* Temporary fix for commit ID problem. Hex encode IDs so we use ASCII.chron@google.com2010-02-252-2/+5
* Multi-pass ModelChangingSyncerCommands.tim@chromium.org2010-02-2519-78/+169
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-192-0/+2
* check if ModelNeutralExecuteImpl succeeded before running ModelChangingExecut...dantasse@chromium.org2010-02-194-7/+13
* Add unique hashing to sync API.chron@google.com2010-02-183-15/+125
* Add support for the Update-Client-Auth header to sync. Add a mutex to the aut...chron@google.com2010-02-1715-16/+108
* For sync, make ProcessCommitResponseCommand handle commit entries one ModelSa...tim@chromium.org2010-02-1616-310/+253
* Per-datatype filtering of change notifications.nick@chromium.org2010-02-122-29/+48
* Two fixes from preference sync bringup: (a) Nudge the syncer on morenick@chromium.org2010-02-112-7/+13
* For sync, add OrderedCommitSet::Projection, a helper for iterating overtim@chromium.org2010-02-115-39/+238
* Implemented new notification methods.akalin@chromium.org2010-02-113-8/+14
* Hook up client side of per-datatype GetUpdates.nick@chromium.org2010-02-1112-64/+215
* Refactor PostClientToServer message, include new unit tests for it. In prep f...chron@google.com2010-02-103-73/+243
* Added UNIQUE_CLIENT_TAG to sync engine. Added some syncapi unit tests. Added ...chron@google.com2010-02-098-53/+593
* Make SyncerThread stop polling if an AUTH_INVALID response is parsed.tim@chromium.org2010-02-098-78/+168
* Moved all sync-related command-line logic to profile_sync_service.akalin@chromium.org2010-02-094-7/+10
* Fix a bug where positions inside of a newly-committed folder would benick@chromium.org2010-02-094-60/+279
* Fixed notifications-related bug on network reconnections.akalin@chromium.org2010-02-041-0/+3
* Sync api changes to support preferences.albertb@google.com2010-02-023-0/+38
* Implementation of the DatabaseModelWorker, take 2.albertb@google.com2010-02-013-5/+8
* Speculative fix for thread sanitizer failures in ProfileSyncServiceTest.tim@chromium.org2010-02-011-1/+1
* Revert 37367 - Implementation of the database safe worker model.viettrungluu@chromium.org2010-01-283-8/+5
* Implementation of the database safe worker model.albertb@google.com2010-01-283-5/+8
* Add an implementation for async_network_alive to Linuxzork@chromium.org2010-01-271-1/+1
* Enable valgrind for sync tests (and fix valgrind errors)skrul@chromium.org2010-01-272-1/+8
* In the sync database, use protobuf-based storage. Drop the oldnick@chromium.org2010-01-2712-197/+438
* Fixed race condition with AddressWatchTask and ServerConnectionManager.akalin@chromium.org2010-01-263-22/+11
* Add support for UserIdleTime to Linux.zork@chromium.org2010-01-264-74/+177
* Remove SYNC_EXPORT macro and all it's uses.munjal@chromium.org2010-01-221-13/+7
* Fix leaks due to not deleting closures.tim@chromium.org2010-01-221-1/+2
* Support for multiple sync ModelSafeWorkers.tim@chromium.org2010-01-2212-124/+116