summaryrefslogtreecommitdiffstats
path: root/components/sync_driver
Commit message (Expand)AuthorAgeFilesLines
* [Sync] Add support for ignoring old invalidationszea2015-08-055-5/+64
* Componentize profile_sync_auth_providerabhishek.a212015-08-054-0/+210
* Sync: move v2 classes in chrome/internal_api to syncer_v2 namespace.stanisc2015-08-055-14/+15
* [Sync] Add support for ordering tab sync tabs by recencyzea2015-08-041-3/+12
* [Sync] Random cleanups.pavely2015-08-042-17/+2
* Sync: Don't set/use Parent ID for non-hierarchical sync data types.stanisc2015-07-302-17/+3
* [Sync] Add "catch up" support to DataTypeManagerImplmaniscalco2015-07-273-50/+169
* [Sync] Add priority preferences datatype for mobilezea2015-07-101-2/+1
* [Sync] Add histograms for data type configurationzea2015-07-091-0/+13
* Implement GetFlareForSyncableService on iOSsdefresne2015-06-263-0/+10
* Update usages of std::map to use ScopedPtrMap.mgiuca2015-06-252-25/+16
* Move OpenTabsUIDelegate and SyncedSessions to sync_driverdroger2015-06-239-11/+247
* [Sync] Refactor the PSS methods that stop syncing.maxbogue2015-06-193-11/+17
* Change histogram.h includes to histogram_macros.h in components/asvitkine2015-06-162-2/+2
* [Sync] Rename SyncEnabledAndLoggedIn() to CanStartSync().maxbogue2015-06-163-8/+4
* [Sync] Add ability to save/restore Nigori to SyncEncryptionHandlerImplmaniscalco2015-06-161-0/+8
* Remove kSyncUsingSecondaryPassphrase.twifkak2015-06-162-5/+0
* [Sync] Add ProfileSyncService::IsSyncAllowed().maxbogue2015-06-113-1/+11
* [Sync] Make InitUniqueByCreation handle preexisting entrieszea2015-06-102-9/+35
* [iOS] Add FakeSyncService and factory for testingdroger2015-06-103-0/+182
* [Sync] Rename StartSuppressed to !SyncRequestedmaxbogue2015-06-094-17/+23
* [Sync] Rename SyncActive to IsSyncActive.maxbogue2015-06-041-3/+3
* Replace more ObserverList with base::ObserverList.brettw2015-06-032-2/+2
* components: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-0213-89/+88
* [Sync] Add support for associating while downloading within the same priorityzea2015-05-286-207/+438
* [sync] Add AUTOFILL_WALLET_METADATA sync datatype.rouslan2015-05-225-0/+7
* Fixup Wallet sync.rouslan2015-05-181-4/+2
* Adding UMA for sync service, to see how many MEMORY_PRESSURE_LEVEL_CRITICAL r...gangwu2015-05-164-0/+41
* Reland [Sync] Refactoring polling to be reliable.zea2015-05-154-0/+20
* Revert of [Sync] Refactoring polling to be reliable. (patchset #5 id:80001 of...zea2015-05-134-20/+0
* [Sync] Refactoring polling to be reliable.zea2015-05-134-0/+20
* Replace MessageLoopProxy usage with ThreadTaskRunnerHandle in chrome/browser/...pranay.kumar2015-05-077-11/+19
* [Sync] Add support for only prompting for passphrase oncezea2015-05-014-1/+22
* Bookmark Associator Refactoringstanisc2015-04-301-2/+3
* Update {virtual,override} to follow C++11 style in components.nick2015-04-281-5/+5
* [Sync] Record histogram for mismatched device_idspavely2015-04-281-0/+41
* Remove most occurences of PrefRegistrySyncable::UNSYNCABLE_PREFraymes2015-04-271-51/+15
* Correctly stop models when stopping NonUIDataTypeController.bzanotti2015-04-242-1/+3
* Renamed Sync.*StartFailure to Sync.*ConfigureFailure and changed the enum type.stanisc2015-04-213-7/+9
* [Sync] Have configuration specify which datatypes are ready to synczea2015-04-172-4/+7
* Add API to sync_driver::SyncService for iOSdroger2015-04-081-2/+116
* Move ProfileSyncServiceBase to //components/sync_driverdroger2015-04-034-0/+107
* Instrument UIDataTypeController::Associate Codepaths to Find Jankrobliao2015-03-301-0/+43
* [Sync] Add support for immediately enabling/disabling wallet datatypezea2015-03-261-2/+7
* [Sync] Introduce AttachmentStoreForSync classpavely2015-03-257-10/+11
* [Sync] Replace AttachmentIdSet with AttachmentIdList in interfaces.pavely2015-03-252-22/+26
* [Sync] Split model association into multiple UI taskszea2015-03-232-5/+22
* Remove enhanced bookmarks sync experimentwittman2015-03-173-20/+0
* [Sync] Add size and crc32c to AttachmentId.maniscalco2015-03-111-6/+6
* [Sync] Refactor AttachmentStore classes. Introduce concept of referrer.pavely2015-03-119-46/+39