summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/engine/syncer_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* FBTF: Remove unneeded headers from base/ (part 5)thestig@chromium.org2010-08-071-2/+0
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-301-1/+2
* Sync: set BASE_VERSION to entry.version() instead of 0 when changingnick@chromium.org2010-07-281-6/+6
* sync: fixes crash that happens when you disable a datatype while there are un...tim@chromium.org2010-07-211-0/+88
* Handle client-tag duplicates on server items.nick@chromium.org2010-07-201-0/+175
* sync: Get rid of duplicated typedef Closure definition.tfarina@chromium.org2010-07-161-2/+1
* Handle birthday errors by disabling sync and deleting sync data. Also added s...tim@chromium.org2010-07-141-0/+2
* Fix handling of undeletion within the syncer.nick@chromium.org2010-07-131-43/+589
* Mark PauseWhenNotConnected as flaky as it keeps timing out,tim@chromium.org2010-07-021-1/+1
* Remove extended attributes. The lame broken codepath in the DBS was causingnick@chromium.org2010-06-301-64/+0
* A few cleanups to the sync unit tests.nick@chromium.org2010-06-251-4/+6
* TTF: Disabled test, SyncerTest.FAILS_ServerDeletingFolderWeHaveAnOpenEntryInvandebo@chromium.org2010-06-181-1/+2
* FAILS tests should not turn the bot red.vandebo@chromium.org2010-06-181-1/+0
* TTF: Reenable some disabled tests.vandebo@chromium.org2010-06-181-0/+1
* Replace changes_channel with an observer list.zork@chromium.org2010-06-111-5/+5
* Move event_sys.h, event_sys-inl.h and event_sys_unittest.cc to chrome/common ...sanjeevr@chromium.org2010-04-261-1/+1
* Make last_download_timestamp and initial_sync_ended per-datatype.nick@chromium.org2010-04-011-1/+1
* svn prop fixes. Applied to all files not in third_party.pkasting@chromium.org2010-03-091-0/+0
* Multi-pass ModelChangingSyncerCommands.tim@chromium.org2010-02-251-8/+22
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-191-0/+1
* Add support for the Update-Client-Auth header to sync. Add a mutex to the aut...chron@google.com2010-02-171-2/+2
* For sync, make ProcessCommitResponseCommand handle commit entries one ModelSa...tim@chromium.org2010-02-161-77/+7
* For sync, add OrderedCommitSet::Projection, a helper for iterating overtim@chromium.org2010-02-111-2/+85
* Hook up client side of per-datatype GetUpdates.nick@chromium.org2010-02-111-2/+56
* Added UNIQUE_CLIENT_TAG to sync engine. Added some syncapi unit tests. Added ...chron@google.com2010-02-091-13/+172
* Implementation of the DatabaseModelWorker, take 2.albertb@google.com2010-02-011-2/+2
* Revert 37367 - Implementation of the database safe worker model.viettrungluu@chromium.org2010-01-281-2/+2
* Implementation of the database safe worker model.albertb@google.com2010-01-281-2/+2
* Enable valgrind for sync tests (and fix valgrind errors)skrul@chromium.org2010-01-271-0/+1
* In the sync database, use protobuf-based storage. Drop the oldnick@chromium.org2010-01-271-15/+187
* Support for multiple sync ModelSafeWorkers.tim@chromium.org2010-01-221-3/+17
* sync: Fix license copyright text.evan@chromium.org2009-12-111-1/+1
* Fix some minor things that were in the unique naming CL that I forgot to addr...chron@google.com2009-11-251-1/+2
* Final part of PathString cleanup.munjal@chromium.org2009-11-241-143/+141
* Add browser_sync 'sessions' to relieve SyncCycleState, SyncProcessState, Sync...tim@chromium.org2009-11-211-310/+273
* Remove unique naming from syncer! This reduces the complexity. Modify the ind...chron@google.com2009-11-201-1225/+699
* Removes blocked items. Also, some minor cleanup in preparation for (and to he...tim@chromium.org2009-11-101-5/+0
* Clean up the strings for sync code:munjal@chromium.org2009-11-041-7/+4
* Hook up "remaining changes" to sync client. Remove "latest timestamp".chron@chromium.org2009-10-231-3/+3
* Rename CHROME_PERSONALIZATION to BROWSER_SYNC.nick@chromium.org2009-10-171-1/+1
* Fix some warnings on Mac that are treated as errors:munjal@chromium.org2009-10-151-8/+0
* Update sync unit tests to build on linuxzork@chromium.org2009-10-071-307/+294
* Build sync engine as part of the browser build.nick@chromium.org2009-09-151-2/+3
* Review URL: http://codereview.chromium.org/201087idana@chromium.org2009-09-111-85/+83
* Initial commit of sync engine code to browser/sync.nick@chromium.org2009-09-101-0/+4588