summaryrefslogtreecommitdiffstats
path: root/components/sync_driver
Commit message (Expand)AuthorAgeFilesLines
* [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
* Revert "Replace AttachmentStore's StoreAttachments with UploadAttachments."Erik Arvidsson2014-09-053-92/+45
* Replace AttachmentStore's StoreAttachments with UploadAttachments.maniscalco2014-09-053-45/+92
* Revert "[Sync] Move DataTypeStatusTable ownership into DataTypeManager."Dominic Mazzoni2014-09-027-248/+135
* [Sync] Move DataTypeStatusTable ownership into DataTypeManager.zea2014-09-027-135/+248
* [Sync] Rename FailedDataTypesHandler -> DataTypeStatusTablezea2014-08-286-65/+65
* Remove implicit conversions from scoped_refptr to T* in components/dcheng2014-08-262-3/+3
* [Sync] Move reenable logic into DTMzea@chromium.org2014-08-215-6/+35
* [Sync] Don't call start callback if association abortedzea@chromium.org2014-08-184-23/+36
* Revert 289111 "Revert 288954 "[Sync] Don't synchronously stop da..."oshima@chromium.org2014-08-131-3/+6
* Revert 289113 "Revert 288557 "[Sync] Use OnSingleDataTypeUnrecov..."oshima@chromium.org2014-08-1318-159/+91
* Revert 289115 "Revert 288464 "[Sync] Cleanup datatype configurat..."oshima@chromium.org2014-08-1322-435/+339
* Revert 288464 "[Sync] Cleanup datatype configuration error handl..."oshima@chromium.org2014-08-1222-339/+435
* Revert 288557 "[Sync] Use OnSingleDataTypeUnrecoverableError for..."oshima@chromium.org2014-08-1218-91/+159
* Revert 288954 "[Sync] Don't synchronously stop datatypes that en..."oshima@chromium.org2014-08-121-6/+3
* [Sync] Don't synchronously stop datatypes that encounter errorszea@chromium.org2014-08-121-3/+6
* [Sync] Use OnSingleDataTypeUnrecoverableError for all errorszea@chromium.org2014-08-0918-159/+91
* [Sync] Cleanup datatype configuration error handling.zea@chromium.org2014-08-0822-435/+339
* Port most sync targets to sync/BUILD.gnrlarocque@chromium.org2014-08-071-1/+1
* sync: Add non-blocking type encryption (retry)rlarocque@chromium.org2014-08-061-0/+1
* Move non-API code out of sync/api/attachments/.maniscalco@chromium.org2014-08-056-8/+8
* Revert of sync: Add non-blocking type encryption support (https://codereview....thestig@chromium.org2014-08-051-1/+0
* sync: Add non-blocking type encryption supportrlarocque@chromium.org2014-08-051-0/+1
* [Sync] Fix NonUIDataTypeController shared_change_processor_ usage crashzea@chromium.org2014-07-291-1/+1
* [Sync] Fix namespace for sync_driver componentzea@chromium.org2014-07-2270-170/+177
* Enable more tests in GN build.brettw@chromium.org2014-07-221-0/+91
* Sync: Refactoring of DEVICE_INFO syncable type - Part 1stanisc@chromium.org2014-07-221-0/+1
* Sync: Display non-severe errors on about:sync in gray color rather than red.stanisc@chromium.org2014-07-191-0/+1
* Move sync/notifier to components/invalidationrlarocque@chromium.org2014-07-171-1/+0
* Do not update AttachmentIds after uploading attachments to sync server.maniscalco@chromium.org2014-07-171-1/+1
* Revert of Sync: Refactoring of DEVICE_INFO syncable type - Part 1 (https://co...kuan@chromium.org2014-07-161-1/+0
* Sync: Refactoring of DEVICE_INFO syncable type - Part 1stanisc@chromium.org2014-07-161-0/+1
* Fix 'except' and 'prefer' spelling.tnagel@chromium.org2014-07-161-4/+4
* Remove SUPERVISED_USER_SETTINGS pref group, instead register SESSIONS explici...treib@chromium.org2014-07-081-2/+0
* Pass account_id and scope_set to CreateAttachmentService via UserShare.maniscalco@chromium.org2014-07-015-1/+6
* Remove unnecessary #includes in web_history_service_factory.cc and sync_prefs...sungmann.cho@navercorp.com2014-06-301-1/+0
* sync: Inheritance refactor for non-blocking syncrlarocque@chromium.org2014-06-271-2/+2
* Restore alphabetic order after "managed user" -> "supervised user" rename.bauerb@chromium.org2014-06-252-9/+9
* sync: Mass rename of non-blocking sync classesrlarocque@chromium.org2014-06-255-229/+233
* [Sync] Add support for dynamically enabling/disabling typeszea@chromium.org2014-06-209-40/+156