summaryrefslogtreecommitdiffstats
path: root/components/sync_driver
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert of [Sync] Add size and crc32c to AttachmentId. (patchset #8 id:140001 ...dgrogan2015-03-101-6/+6
* [Sync] Add size and crc32c to AttachmentId.maniscalco2015-03-101-6/+6
* Revert of [Sync] Refactor AttachmentStore classes. Introduce concept of refer...bnc2015-03-099-39/+46
* [Sync] Refactor AttachmentStore classes. Introduce concept of referrer.pavely2015-03-099-46/+39
* Remove some dead code about "acknowledged types"zhuoyu.qian2015-02-255-69/+0
* Add profiling for FinishConfigureDataTypesOnFrontendLoop (sync).erikchen2015-02-181-0/+27
* Sort GN files under componentssatorux2015-02-161-1/+1
* Hook up wallet card and address syncbrettw2015-02-125-0/+8
* Mechanical rename of tracing includes for /componentsssid2015-01-272-2/+2
* Sync: Allow DeviceInfoTracker listener to be set early.stanisc2015-01-134-1/+28
* Standardize usage of virtual/override/final specifiers in components/.dcheng2014-12-301-2/+2
* replace COMPILE_ASSERT with static_assert in components/mostynb2014-12-221-3/+4
* Add a datatype for supervised user whitelists.bauerb2014-12-164-0/+6
* Fix remaining WeakPtrFactory ordering problems in preparation for turning on ...dmichael2014-12-121-3/+3
* Include model type in attachment uploads and downloadsmaniscalco2014-12-116-1/+11
* Make AttachmentService accessible directly fromstanisc2014-12-094-27/+87
* Send birthday on sync attachment uploads and downloads.maniscalco2014-11-186-1/+14
* Updated OWNERS files for syncstanisc2014-11-141-0/+1
* [Sync] Device info should be enabled by defaultzea2014-11-032-4/+34
* sync: add WIFI_CREDENTIALS protobuf, ModelType, and preferencequiche2014-10-305-1/+8
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-298-21/+16
* Revert enhanced bookmarks sync datatypewittman2014-10-284-5/+0
* Sync: fix crash in DeviceInfoDataTypeController::Subscription destructor.stanisc2014-10-243-0/+18
* Delete GenericChangeProcessor synchronously when possible.maniscalco2014-10-221-8/+7
* Standardize usage of virtual/override/final in components/dcheng2014-10-2120-173/+149
* Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.dcheng2014-10-152-3/+3
* [Sync] Update owners fileszea2014-10-091-2/+0
* replace OVERRIDE and FINAL with override and final in components/mostynb2014-10-0622-127/+127
* [Sync] Avoid erroneous re-entrancy when model association times out.maniscalco2014-10-035-9/+34
* Reland Refactor FakeAttachmentStorepavely2014-10-022-4/+4
* Add enhanced bookmarks sync datatypeMike Wittman2014-10-014-0/+5
* Device info datatype should be moved to components/sync_driver.stanisc2014-09-305-0/+797
* Revert of Refactor FakeAttachmentStore (patchset #3 id:40001 of https://coder...sergeyv2014-09-301-3/+3
* [Sync] Clean up ProfileSyncService observer eventszea2014-09-304-10/+0
* Refactor FakeAttachmentStorepavely2014-09-301-3/+3
* Device info datatype should be moved to components/sync_driver.stanisc2014-09-269-0/+851
* [Sync] Fix error handling during startup scenarioszea2014-09-228-69/+92
* Refactor syncable DEVICE_INFO type from ChangeProcessor to SyncableService - ...stanisc2014-09-223-0/+4
* Make GenericChangeProcessor upload attachments on startup.maniscalco2014-09-223-23/+57
* Make GenericChangeProcessor know its ModelType.maniscalco2014-09-179-117/+132
* Pass AttachmentIdList instead of AttachmentList to SyncDatapavely2014-09-153-97/+46
* Update AttachmentServiceImpl to retry attachment uploads.maniscalco2014-09-101-1/+3
* Refactoring the WeakPtrFactory usage, Member variables should appear before t...mohan.reddy2014-09-102-4/+4
* Move AttachmentStore ownership to datatypepavely2014-09-108-33/+78
* Fix use-after-free in HDDDTC shutdownzea2014-09-098-135/+249
* Mark gtest and gmock as testonly in GN.Brett Wilson2014-09-081-0/+1
* Replace AttachmentStore's StoreAttachments with UploadAttachments.maniscalco2014-09-083-45/+92