summaryrefslogtreecommitdiffstats
path: root/sync/api/attachments
Commit message (Expand)AuthorAgeFilesLines
* [Sync] Make AttachmentStore API more consistentpavely2015-04-223-15/+28
* [Sync] AttachmentStore: Implementation of reference managementpavely2015-04-032-2/+20
* [Sync] Introduce AttachmentStoreForSync classpavely2015-03-253-22/+77
* [Sync] Replace AttachmentIdSet with AttachmentIdList in interfaces.pavely2015-03-251-0/+2
* [Sync] Add size and crc32c to AttachmentId.maniscalco2015-03-118-30/+46
* [Sync] Refactor AttachmentStore classes. Introduce concept of referrer.pavely2015-03-114-95/+199
* Revert of [Sync] Add size and crc32c to AttachmentId. (patchset #8 id:140001 ...dgrogan2015-03-108-46/+30
* [Sync] Add size and crc32c to AttachmentId.maniscalco2015-03-108-30/+46
* Revert of [Sync] Refactor AttachmentStore classes. Introduce concept of refer...bnc2015-03-094-199/+95
* [Sync] Refactor AttachmentStore classes. Introduce concept of referrer.pavely2015-03-094-95/+199
* Separate AttachmentStore and AttachmentStoreBackendpavely2015-02-122-19/+63
* Don't DCHECK in AttachmentServiceProxyForTest when MessageLoop is absentpavely2015-01-161-4/+13
* Add the Sync.Attachments.StoreInitResult histogram.maxbogue2014-12-111-3/+7
* Synchronous creation of OnDiskAttachmentStorepavely2014-11-262-57/+23
* Sync: Attachment Store APIs for accessing attachment metadatastanisc2014-11-214-0/+105
* Store attachment crc in AttachmentStorepavely2014-11-143-12/+29
* Standardize usage of virtual/override/final in sync/dcheng2014-10-211-1/+1
* Implementation of OnDiskAttachmentStore.pavely2014-10-172-0/+77
* Reland Refactor FakeAttachmentStorepavely2014-10-025-449/+33
* Revert of Refactor FakeAttachmentStore (patchset #3 id:40001 of https://coder...sergeyv2014-09-305-33/+449
* Refactor FakeAttachmentStorepavely2014-09-305-449/+33
* Make GenericChangeProcessor upload attachments on startup.maniscalco2014-09-221-2/+2
* Move AttachmentStore ownership to datatypepavely2014-09-103-22/+26
* Remove implicit conversions from scoped_refptr to T* in sync/Daniel Cheng2014-08-261-1/+1
* Move non-API code out of sync/api/attachments/.maniscalco@chromium.org2014-08-0518-1671/+450
* Do not update AttachmentIds after uploading attachments to sync server.maniscalco@chromium.org2014-07-171-2/+2
* Replace MessageLoopProxy with ThreadTaskRunnerHandle in src/sync/.maniscalco@chromium.org2014-07-093-7/+11
* Make AttachmentUploader and AttachmentDownloader optional.maniscalco@chromium.org2014-07-027-142/+276
* Consolidate attachment URL construction.maniscalco@chromium.org2014-06-272-5/+4
* Revert of Consolidate attachment URL construction. (https://codereview.chromi...leng@chromium.org2014-06-272-4/+5
* Consolidate attachment URL construction.maniscalco@chromium.org2014-06-272-5/+4
* Export AttachmentId::ImmutableAttachmentIdProtoTraits and SyncData::Immutable...hans@chromium.org2014-06-261-1/+1
* AttachmentDownloader implementation.pavely@chromium.org2014-06-262-0/+46
* Instantiate AttachmentDownloader and use it in AttachmentServiceImplpavely@chromium.org2014-06-024-12/+398
* Add AttachmentDownloader interface, change signature of AttachmentStore::Readpavely@chromium.org2014-05-236-12/+71
* Invoke AttachmentUploader and update AttachmentIds.pavely@chromium.org2014-05-203-6/+46
* Rename FakeAttachmentService to AttachmentServiceImplpavely@chromium.org2014-05-133-28/+28
* Move code from sync/api/attachments to sync/internal_api/attachments.maniscalco@chromium.org2014-05-107-544/+2
* Add AttachmentUploader interface and fake implementation.maniscalco@chromium.org2014-05-057-4/+197
* Keep track of which attachments are referenced by which sync entries.maniscalco@chromium.org2014-05-027-24/+89
* Revert of Keep track of which attachments are referenced by which sync entrie...maniscalco@chromium.org2014-05-017-89/+24
* Keep track of which attachments are referenced by which sync entries.maniscalco@chromium.org2014-05-017-24/+89
* Drop TestSimpleTaskRunner from FakeAttachmentService.maniscalco@chromium.org2014-04-301-3/+1
* sync: don't require a MessageLoopProxy in AttachmentServiceProxyForTesttim@chromium.org2014-04-292-4/+15
* Begin connecting AttachmentStore to AttachmentService.maniscalco@chromium.org2014-04-219-142/+320
* Replace deprecated 3-arg SyncData::CreateLocalData with 5-arg version.maniscalco@chromium.org2014-04-104-19/+229
* Update sync API to support attachments.maniscalco@chromium.org2014-04-0116-54/+705
* Replace the proto-based AttachmentId with a simple class.maniscalco@chromium.org2014-03-2010-72/+169
* Changes to sync/api/attachment in prep for integrating with sync API.maniscalco@chromium.org2014-03-117-123/+102
* Added a basic AttachmentStore interface and fake implementation for use in so...maniscalco@chromium.org2014-02-058-0/+607