summaryrefslogtreecommitdiffstats
path: root/sync
Commit message (Expand)AuthorAgeFilesLines
* Add UMA for the number of entries created totally.gangwu2015-11-132-9/+26
* [Android] Enable multidex for debug builds of ChromePublic.jbudorick2015-11-131-0/+3
* [Sync] Implementation of ModelTypeStoreBackendpavely2015-11-127-5/+302
* Sync: support implicit permanent folders in FakeServerpvalenzuela2015-11-1212-6/+76
* Disable flaky org.chromium.sync.AndroidSyncSettingsTest#testIsSyncableOnSigni...jam2015-11-121-2/+4
* [Sync] Actually fix build spam from AMH deprecations.maxbogue2015-11-122-13/+21
* [Sync] Move AMH's @Deprecated notations inside javadocs.maxbogue2015-11-111-5/+5
* Change EntityData and EntityMetadata according to the design doc.stanisc2015-11-119-117/+222
* Disable Flaky AndroidSyncSettingsTestIan Wen2015-11-101-2/+7
* [Sync] Convert AndroidSyncSettings to use async getSyncAccounts.maxbogue2015-11-092-13/+17
* [Sync] Add async methods to AccountManagerHelper + deprecate the sync ones.maxbogue2015-11-091-4/+74
* GN: Remove "outputs" parameter for java_cpp_enum()agrieve2015-11-041-3/+0
* Sync: Fix for Directory::UnapplyEntry to handle locally created type root fol...stanisc2015-11-041-5/+14
* [Sync] Add ModelTypeStore implementation.pavely2015-11-039-2/+317
* [Sync] ModelTypeStore interface.pavely2015-11-036-6/+396
* Organizing model type, notification type, root tag and model type string in mapdeepak.m12015-11-033-612/+189
* Finish removing AccountManagerDelegate.Callback.maxbogue2015-10-303-38/+12
* [Sync] Introduce EntityData and EntityMetadata.maxbogue2015-10-2911-7/+213
* Sync: Conflict resolution code doesn't take into account implicit permanent f...stanisc2015-10-294-1/+51
* Convert AccountManagerDelegate.Callback to use base.Callback.maxbogue2015-10-274-12/+36
* [Sync] USS: Remove task runner from ActivationContext.maxbogue2015-10-276-154/+120
* [Sync] Deprecate sync session page state fieldzea2015-10-232-2/+1
* Refactor NonBlockingDataTypeController to derive from DataTypeController.stanisc2015-10-234-8/+11
* Remove base::MessageLoop::{Quit,QuitClosure} functionski.stfu2015-10-232-2/+3
* Add UMA for the number of entries for each model type.gangwu2015-10-231-2/+26
* [Sync] Componentize SyncBackendRegistrar.maxbogue2015-10-223-11/+4
* [Sync] Update sync's backoff policieszea2015-10-201-2/+2
* Remove BuildInfo.isMncOrLater()aurimas2015-10-191-2/+2
* [Android] remove dots from log tagsdgn2015-10-141-1/+1
* Sync: fix for the code that checks whether the initial download has completedstanisc2015-10-1311-43/+223
* Remove locale files not needed by sync_unit_tests.stip2015-10-132-11/+0
* [Sync] Add empty ModelTypeService and ModelTypeChangeProcessor interfaces.maxbogue2015-10-137-2/+84
* [Sync] Client should prompt for passphrase after server data was cleared by d...pavely2015-10-1210-114/+185
* [Sync] Move ModelTypeProcessor* and rename *Impl to Shared*.maxbogue2015-10-0916-157/+147
* USS: Refactoring of ModelTypeProcessorImpl to not dependstanisc2015-10-069-228/+125
* Detecting and fixing stringprintf.h format bugsbrucedawson2015-10-061-6/+6
* [sql] Use memory-mapped I/O for sql::Connection.shess2015-10-061-0/+4
* Isolate sync_unittests_apk.stip2015-10-032-0/+42
* Mask the AccountManager{Future,Callback} with a simple Callback.knn2015-10-024-70/+88
* Hide StrictMode violation for account invalidation.wnwen2015-09-301-1/+9
* Revert of [sql] Use memory-mapped I/O for sql::Connection. (patchset #3 id:40...zhaoqin2015-09-301-4/+0
* [sql] Use memory-mapped I/O for sql::Connection.shess2015-09-291-0/+4
* Use UintToString to convert port number to stringricea2015-09-291-1/+1
* USS SyncContextProxy / data type activation refactoringstanisc2015-09-2817-93/+138
* Cleanup: IWYU for base/gtest_prod_util.h.thestig2015-09-259-7/+8
* base: Template methods on Timer classes instead of the classes themselves.danakj2015-09-241-4/+4
* Revert of [sql] Use memory-mapped I/O for sql::Connection. (patchset #8 id:14...Jeremy Roman2015-09-231-4/+0
* [sql] Use memory-mapped I/O for sql::Connection.shess2015-09-231-0/+4
* GN: Do not use forward_dependent_configs_from variable.tfarina2015-09-221-2/+3
* Cleanup: Pass std::string as const reference from sync/ki.stfu2015-09-2214-102/+122