summaryrefslogtreecommitdiffstats
path: root/sync/api/attachments
Commit message (Expand)AuthorAgeFilesLines
* 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