summaryrefslogtreecommitdiffstats
path: root/components/sync_driver/generic_change_processor_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Sync: Don't set/use Parent ID for non-hierarchical sync data types.stanisc2015-07-301-3/+1
* [Sync] Make InitUniqueByCreation handle preexisting entrieszea2015-06-101-0/+35
* [Sync] Introduce AttachmentStoreForSync classpavely2015-03-251-4/+5
* [Sync] Replace AttachmentIdSet with AttachmentIdList in interfaces.pavely2015-03-251-17/+17
* [Sync] Add size and crc32c to AttachmentId.maniscalco2015-03-111-6/+6
* [Sync] Refactor AttachmentStore classes. Introduce concept of referrer.pavely2015-03-111-30/+26
* 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-091-26/+30
* [Sync] Refactor AttachmentStore classes. Introduce concept of referrer.pavely2015-03-091-30/+26
* Include model type in attachment uploads and downloadsmaniscalco2014-12-111-0/+1
* Send birthday on sync attachment uploads and downloads.maniscalco2014-11-181-0/+1
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-291-2/+2
* Standardize usage of virtual/override/final in components/dcheng2014-10-211-4/+4
* Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.dcheng2014-10-151-2/+2
* replace OVERRIDE and FINAL with override and final in components/mostynb2014-10-061-5/+5
* Reland Refactor FakeAttachmentStorepavely2014-10-021-3/+3
* Revert of Refactor FakeAttachmentStore (patchset #3 id:40001 of https://coder...sergeyv2014-09-301-3/+3
* Refactor FakeAttachmentStorepavely2014-09-301-3/+3
* Make GenericChangeProcessor upload attachments on startup.maniscalco2014-09-221-1/+35
* Make GenericChangeProcessor know its ModelType.maniscalco2014-09-171-25/+45
* Pass AttachmentIdList instead of AttachmentList to SyncDatapavely2014-09-151-25/+18
* Update AttachmentServiceImpl to retry attachment uploads.maniscalco2014-09-101-1/+3
* Move AttachmentStore ownership to datatypepavely2014-09-101-12/+17
* Replace AttachmentStore's StoreAttachments with UploadAttachments.maniscalco2014-09-081-24/+33
* Revert "Replace AttachmentStore's StoreAttachments with UploadAttachments."Erik Arvidsson2014-09-051-33/+24
* Replace AttachmentStore's StoreAttachments with UploadAttachments.maniscalco2014-09-051-24/+33
* Move non-API code out of sync/api/attachments/.maniscalco@chromium.org2014-08-051-2/+2
* [Sync] Fix namespace for sync_driver componentzea@chromium.org2014-07-221-2/+2
* Pass account_id and scope_set to CreateAttachmentService via UserShare.maniscalco@chromium.org2014-07-011-0/+1
* sync: Specialize functions that fetch type rootrlarocque@chromium.org2014-06-031-2/+1
* Instantiate AttachmentDownloader and use it in AttachmentServiceImplpavely@chromium.org2014-06-021-0/+3
* Invoke AttachmentUploader and update AttachmentIds.pavely@chromium.org2014-05-201-6/+74
* Rename FakeAttachmentService to AttachmentServiceImplpavely@chromium.org2014-05-131-4/+4
* Move code from sync/api/attachments to sync/internal_api/attachments.maniscalco@chromium.org2014-05-101-2/+2
* Add AttachmentUploader interface and fake implementation.maniscalco@chromium.org2014-05-051-2/+6
* Keep track of which attachments are referenced by which sync entries.maniscalco@chromium.org2014-05-021-8/+108
* Revert of Keep track of which attachments are referenced by which sync entrie...maniscalco@chromium.org2014-05-011-107/+8
* Keep track of which attachments are referenced by which sync entries.maniscalco@chromium.org2014-05-011-8/+107
* sync: move GenericChangeProcessor to components/sync_drivertim@chromium.org2014-04-181-0/+247