summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/backend_migrator_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* chrome/browser: Update calls from RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-171-1/+1
* sync: Introduce control data typesrlarocque@chromium.org2012-08-311-15/+33
* [Sync] Move ModelType and related classes to 'syncer' namespaceakalin@chromium.org2012-07-031-54/+54
* [Sync] Move model_type* from syncable/ to base/akalin@chromium.org2012-07-031-1/+1
* [Sync] Rename csync namespace to syncerakalin@chromium.org2012-06-281-14/+14
* [Sync] Put everything in sync/api into csync namespaceakalin@chromium.org2012-06-271-1/+1
* sync: Refactor session tracking rlarocque@chromium.org2012-06-221-2/+0
* [Sync] Rename sync_api to csyncakalin@chromium.org2012-06-221-11/+11
* [Sync] Rename browser_sync to csync in sync/akalin@chromium.org2012-06-211-4/+4
* Split syncable.{h,cc} into several filesrlarocque@chromium.org2012-06-201-1/+1
* sync: move internal_api components used by chrome/browser into internal_api/p...tim@chromium.org2012-06-171-2/+3
* sync: create internal_api/public to house sync/ files needed by chrome/browse...tim@chromium.org2012-06-071-1/+1
* sync: split SyncSessionSnapshot, SyncerStatus, ErrorCounters, and SyncSourceI...tim@chromium.org2012-06-061-1/+0
* Implement isolated model association. if a type takes more than 2 minutes to ...lipalani@chromium.org2012-05-231-1/+2
* Fix some migration-related bugsrlarocque@chromium.org2012-04-231-9/+4
* [Sync] Move 'syncapi_core' and 'sync_unit_tests' targets to sync/akalin@chromium.org2012-04-211-2/+2
* [Sync] Move 'sync' target to sync/akalin@chromium.org2012-03-151-2/+2
* [Sync] Create new top-level sync/ directoryakalin@chromium.org2012-03-101-1/+1
* sync: Delete ScopedDirLookup and DirectoryManagerrlarocque@chromium.org2012-02-281-2/+1
* [Sync] Make sync unit tests in unit_tests have 'Sync' in their namesakalin@chromium.org2012-02-111-12/+12
* [Sync] Rename ModelEnumSet to ModelTypeSetakalin@chromium.org2011-12-131-24/+24
* [Sync] Replace all instances of ModelTypeSet with ModelEnumSetakalin@chromium.org2011-12-101-60/+58
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-2/+2
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-4/+4
* Per datatype unrecoverable error. when a datatype encounters an unrecoverable...lipalani@chromium.org2011-10-061-8/+9
* [Sync] Plumb through SyncError to about:synczea@chromium.org2011-09-281-2/+1
* Move sync test code out of chrome/testphajdan.jr@chromium.org2011-09-021-1/+1
* [Sync] Make BackendMigrator not wait for full sync cyclesakalin@chromium.org2011-09-011-99/+111
* Switch ChromeTestSuite to the same convention as ContentTestSuite:phajdan.jr@chromium.org2011-08-271-2/+1
* Simulate transient error and verify exponential backoff.lipalani@chromium.org2011-08-121-1/+2
* Reorganize chrome/test, part #9phajdan.jr@chromium.org2011-08-111-1/+1
* GTTF: Use a fresh TestingBrowserProcess for each test, part #4phajdan.jr@chromium.org2011-08-031-1/+2
* Reland 87645 with clang fixes.zea@chromium.org2011-07-261-8/+18
* Revert 94128 - [Sync] Refactor sync datatype error handling.zea@chromium.org2011-07-261-18/+8
* [Sync] Refactor sync datatype error handling.zea@chromium.org2011-07-261-8/+18
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-1/+2
* Moving storing of encrypted types in cryptographer.lipalani@chromium.org2011-06-021-0/+32
* Revert 87556 - Moving storing of encrypted types in cryptographer.garykac@chromium.org2011-06-021-32/+0
* Moving storing of encrypted types in cryptographer.lipalani@chromium.org2011-06-021-0/+32
* Adds the following information to about sync page:lipalani@chromium.org2011-05-201-1/+1
* Revert 86032 - Adds the following information to about sync page:lipalani@chromium.org2011-05-201-1/+1
* Adds the following information to about sync page:lipalani@chromium.org2011-05-201-1/+1
* Update the source for config requests.lipalani@chromium.org2011-05-051-13/+21
* [Sync] Support for non-blocking conflicts and encryption conflicts.zea@chromium.org2011-05-051-1/+1
* sync: add a BackendMigrator class to perform migration flow.tim@chromium.org2011-04-201-0/+267