summaryrefslogtreecommitdiffstats
path: root/sync/api
Commit message (Expand)AuthorAgeFilesLines
...
* [Sync] Remove DropAttachments from AttachmentService and SyncDatamaniscalco2015-03-043-17/+2
* Separate AttachmentStore and AttachmentStoreBackendpavely2015-02-122-19/+63
* Don't DCHECK in AttachmentServiceProxyForTest when MessageLoop is absentpavely2015-01-161-4/+13
* replace COMPILE_ASSERT with static_assert in sync/mostynb2015-01-071-14/+14
* Standardize usage of virtual/override/final specifiers in sync/.dcheng2014-12-221-3/+2
* Add the Sync.Attachments.StoreInitResult histogram.maxbogue2014-12-111-3/+7
* Make AttachmentService accessible directly fromstanisc2014-12-094-0/+46
* 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-215-21/+17
* Implementation of OnDiskAttachmentStore.pavely2014-10-172-0/+77
* replace OVERRIDE and FINAL with override and final in sync/mostynb2014-10-064-10/+10
* 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
* Pass AttachmentIdList instead of AttachmentList to SyncDatapavely2014-09-153-60/+25
* Move AttachmentStore ownership to datatypepavely2014-09-105-22/+41
* Remove implicit conversions from scoped_refptr to T* in sync/Daniel Cheng2014-08-261-1/+1
* Revert 289115 "Revert 288464 "[Sync] Cleanup datatype configurat..."oshima@chromium.org2014-08-131-1/+1
* Revert 288464 "[Sync] Cleanup datatype configuration error handl..."oshima@chromium.org2014-08-121-1/+1
* [Sync] Cleanup datatype configuration error handling.zea@chromium.org2014-08-081-1/+1
* Move non-API code out of sync/api/attachments/.maniscalco@chromium.org2014-08-0522-1677/+456
* Sync: Display non-severe errors on about:sync in gray color rather than red.stanisc@chromium.org2014-07-193-29/+83
* 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-094-9/+13
* 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-262-2/+2
* AttachmentDownloader implementation.pavely@chromium.org2014-06-262-0/+46
* [Sync] Add support for dynamically enabling/disabling typeszea@chromium.org2014-06-202-5/+12
* [Sync] Add synced notifications shimzea@chromium.org2014-06-162-7/+47
* 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-134-30/+30
* 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-029-35/+115
* Revert of Keep track of which attachments are referenced by which sync entrie...maniscalco@chromium.org2014-05-019-115/+35
* Keep track of which attachments are referenced by which sync entries.maniscalco@chromium.org2014-05-019-35/+115
* 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-108-59/+264
* [Sync] Add support for context changes that trigger refresheszea@chromium.org2014-04-092-5/+12
* [Sync] Add sync api support for context changeszea@chromium.org2014-04-032-0/+13