summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/syncable/syncable_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* [Sync] Move 'sync' target to sync/akalin@chromium.org2012-03-151-1743/+0
* [Sync] Create new top-level sync/ directoryakalin@chromium.org2012-03-101-1/+1
* Refactor sync tests to use in-memory databaserlarocque@chromium.org2012-03-081-200/+244
* sync: remove use of protobuf extensions in protocol to reduce static init ove...tim@chromium.org2012-03-041-16/+14
* Convert uses of int ms to TimeDelta in chrome/browser/sync.tedvessenes@gmail.com2012-03-041-2/+4
* [Sync] Remove dependency from cryptographer on password managerakalin@chromium.org2012-03-011-26/+27
* Move values_test_util.{h,cc} to base/testakalin@chromium.org2012-02-291-3/+3
* sync: Delete ScopedDirLookup and DirectoryManagerrlarocque@chromium.org2012-02-281-197/+24
* Fix gcc 4.6 warnings in sync unittests.tony@chromium.org2012-02-231-8/+0
* [Sync] Remove dependency on common/ for unrecoverable error dump uploadingakalin@chromium.org2012-02-181-17/+17
* [Sync] Replace MockUnrecoverableErrorHandler with TestUnrecoverableErrorHandlerakalin@chromium.org2012-02-141-34/+33
* Convert DirectoryBackingStore to new sqlite APIrlarocque@chromium.org2012-01-121-61/+15
* This is the second patch in the set. This propagates the unrecoverable error ...lipalani@chromium.org2011-12-211-18/+38
* [Sync] Rename ModelEnumSet to ModelTypeSetakalin@chromium.org2011-12-131-7/+7
* [Sync] Replace all instances of ModelTypeBitSet with ModelEnumSetakalin@chromium.org2011-12-081-2/+2
* [Sync] Convert syncable/ directory to ModelEnumSetakalin@chromium.org2011-12-061-14/+19
* [Sync] Add framework for avoid posting tasks on threads with no work to doakalin@chromium.org2011-12-061-8/+9
* Revert 112815 - [Sync] Make syncer commands avoid posting tasks on threads wi...akalin@chromium.org2011-12-031-9/+8
* [Sync] Make syncer commands avoid posting tasks on threads with no work to doakalin@chromium.org2011-12-021-8/+9
* Revert 112743 - [Sync] Make syncer commands avoid posting tasks on threads wi...akalin@chromium.org2011-12-021-9/+8
* [Sync] Make syncer commands avoid posting tasks on threads with no work to doakalin@chromium.org2011-12-021-8/+9
* Revert 112178 - [Sync] Make syncer commands avoid posting tasks on threads wi...akalin@chromium.org2011-11-301-9/+8
* [Sync] Make syncer commands avoid posting tasks on threads with no work to doakalin@chromium.org2011-11-301-8/+9
* [Sync] Replace uses of ObserverListThreadSafe with WeakHandlesakalin@chromium.org2011-11-191-33/+37
* [Sync] Make GetFirstChildId return a flag indicating successakalin@chromium.org2011-10-281-3/+9
* [Sync] Add HasChildren() function and use it instead of GetFirstChildId()akalin@chromium.org2011-10-271-0/+66
* [Sync] use base::Time in syncakalin@chromium.org2011-09-221-0/+8
* Revert 102184 - [Sync] use base::Time in syncakalin@chromium.org2011-09-211-8/+0
* [Sync] use base::Time in syncakalin@chromium.org2011-09-211-0/+8
* Delete Tracked, and move Location to its own file.ajwong@chromium.org2011-09-211-1/+1
* Move sync test code out of chrome/testphajdan.jr@chromium.org2011-09-021-3/+3
* sync: add DEPS files to subdirstim@chromium.org2011-08-111-1/+1
* Move more files from chrome/test to chrome/test/base, part #3phajdan.jr@chromium.org2011-07-291-1/+1
* Patch by ghc@google.com.akalin@chromium.org2011-07-021-6/+3
* GCC 4.6 -Wunused-but-set-variable cleanup.pph34r@gmail.com2011-07-011-2/+1
* [Sync] Refactor syncable::{Base,Read,Write}Transactionakalin@chromium.org2011-06-291-4/+3
* [Sync] Add Location parameter to Read/WriteTransactionsakalin@chromium.org2011-06-171-67/+67
* [Sync] Split DirectoryChangeListener for thread-safetyakalin@chromium.org2011-06-161-85/+95
* [Sync] Speed up sync node browser/search in about:syncakalin@chromium.org2011-06-031-3/+24
* Move scoped_temp_dir and scoped_native_library back from base/memory to base.thakis@chromium.org2011-05-191-1/+1
* iwyu: Include stringprintf.h where appropriate, part 3.jhawkins@chromium.org2011-05-121-3/+3
* Use standard way to create a temporary db file.qsr@google.com2011-04-281-9/+23
* Use standard way to create a temporary db file.qsr@google.com2011-04-271-6/+6
* sync: Rename Expect*Value() to ExpectDict*Value().tfarina@chromium.org2011-04-251-9/+9
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* [Sync] Add value conversions to syncable::Entry and friendsakalin@chromium.org2011-03-251-1/+57
* Remove ComparePathNames.nick@chromium.org2011-02-221-30/+0
* The sync server supports a new "progress token" scheme that allows data types...nick@chromium.org2011-01-131-17/+0
* Move base/lock and base/condition_variable to base/synchronization/brettw@chromium.org2011-01-011-9/+9
* Remove base/platform_thread.h stub and fix up all callers to use the new loca...brettw@google.com2011-01-011-25/+29