summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/syncable
Commit message (Expand)AuthorAgeFilesLines
* [Sync] Move 'sync' target to sync/akalin@chromium.org2012-03-1534-11032/+0
* [Sync] Create new top-level sync/ directoryakalin@chromium.org2012-03-105-23/+23
* Refactor sync tests to use in-memory databaserlarocque@chromium.org2012-03-0810-643/+730
* sync: sprinkle an extra SyncAssert in UnlinkEntryFromOrder to diagnose a bug.tim@chromium.org2012-03-061-6/+19
* sync: remove use of protobuf extensions in protocol to reduce static init ove...tim@chromium.org2012-03-046-117/+110
* 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-015-28/+40
* Move values_test_util.{h,cc} to base/testakalin@chromium.org2012-02-294-17/+17
* sync: Delete ScopedDirLookup and DirectoryManagerrlarocque@chromium.org2012-02-289-550/+51
* Remove operator overloads from Statement.gbillock@chromium.org2012-02-251-43/+7
* Fix gcc 4.6 warnings in sync unittests.tony@chromium.org2012-02-231-8/+0
* [Sync] Add macro for easier histogramming of datatype specific events.zea@chromium.org2012-02-222-82/+2
* [Sync] Remove dependency on common/random.h from syncakalin@chromium.org2012-02-224-13/+24
* [Sync] Remove dependency on common/ for unrecoverable error dump uploadingakalin@chromium.org2012-02-187-42/+59
* [Sync] Replace MockUnrecoverableErrorHandler with TestUnrecoverableErrorHandlerakalin@chromium.org2012-02-143-39/+38
* Cleanup: Remove static storage for variables in an unnamed namespace.jhawkins@chromium.org2012-01-281-2/+3
* Checkpoint: android fixes towards compilation of unit_tests.jrg@chromium.org2012-01-211-3/+3
* Remove obsolete sqlite_utils.h APIrlarocque@chromium.org2012-01-182-2/+0
* Fix mem leak in sync_unit_testsrlarocque@chromium.org2012-01-121-0/+1
* Convert DirectoryBackingStore to new sqlite APIrlarocque@chromium.org2012-01-125-958/+715
* This patch achieves it without crashing the process. We create a new exceptio...lipalani@chromium.org2011-12-282-0/+16
* This is the fourth patch in this series. This replaces the CHECK stmts with u...lipalani@chromium.org2011-12-232-110/+309
* [Sync] Implement encryption-aware conflict resolution.zea@chromium.org2011-12-236-29/+157
* This is the third patch in the series. lipalani@chromium.org2011-12-222-12/+92
* This is the second patch in the set. This propagates the unrecoverable error ...lipalani@chromium.org2011-12-218-22/+69
* Move UMA logging from sync_setup_handler to sync_setup_flowrsimha@chromium.org2011-12-201-0/+5
* [Sync] Rename ModelEnumSet to ModelTypeSetakalin@chromium.org2011-12-1313-66/+66
* [Sync] Replace all instances of ModelTypeSet with ModelEnumSetakalin@chromium.org2011-12-103-90/+11
* [Sync] Replace all instances of ModelTypeBitSet with ModelEnumSetakalin@chromium.org2011-12-086-120/+16
* [Sync] Convert syncable/ directory to ModelEnumSetakalin@chromium.org2011-12-0613-63/+216
* [Sync] Add framework for avoid posting tasks on threads with no work to doakalin@chromium.org2011-12-063-45/+106
* Revert 112815 - [Sync] Make syncer commands avoid posting tasks on threads wi...akalin@chromium.org2011-12-033-106/+45
* [Sync] Make syncer commands avoid posting tasks on threads with no work to doakalin@chromium.org2011-12-023-45/+106
* Revert 112743 - [Sync] Make syncer commands avoid posting tasks on threads wi...akalin@chromium.org2011-12-023-106/+45
* [Sync] Make syncer commands avoid posting tasks on threads with no work to doakalin@chromium.org2011-12-023-45/+106
* Remove sync OnTransaction{Start,End} notificationrlarocque@chromium.org2011-12-012-16/+0
* Let NotificationTypeToRealModelType() handle APP_SETTINGS correctly.thakis@chromium.org2011-11-301-2/+4
* Revert 112178 - [Sync] Make syncer commands avoid posting tasks on threads wi...akalin@chromium.org2011-11-303-106/+45
* [Sync] Make syncer commands avoid posting tasks on threads with no work to doakalin@chromium.org2011-11-303-45/+106
* [Sync] Propagate failed configuration types to DataTypeManagerImplakalin@chromium.org2011-11-302-0/+14
* [Sync] Convert VLOGs to DVLOGsakalin@chromium.org2011-11-292-6/+6
* Remove 4 static initializers.thakis@chromium.org2011-11-241-1/+1
* Event tracing for sync eventsrlarocque@chromium.org2011-11-234-19/+18
* Check node references during sync DB initrlarocque@chromium.org2011-11-213-1/+48
* [Sync] Replace uses of ObserverListThreadSafe with WeakHandlesakalin@chromium.org2011-11-196-92/+125
* Revert 110384 - Revert 110356 - Sync: Improve handling of database load failurescpu@chromium.org2011-11-172-51/+28
* Revert 110356 - Sync: Improve handling of database load failurescpu@chromium.org2011-11-162-28/+51
* Sync: Improve handling of database load failuresrlarocque@chromium.org2011-11-162-51/+28
* sync: don't notify from ~BaseTransaction if the writer is INVALID.tim@chromium.org2011-11-152-10/+7
* Revert 110177 - Sync: Improve handling of database load failuresrlarocque@chromium.org2011-11-152-7/+41