summaryrefslogtreecommitdiffstats
path: root/sync/api
Commit message (Expand)AuthorAgeFilesLines
* Reland: [autofill] Sync server card and address metadata.rouslan2015-06-231-1/+1
* Revert of [autofill] Sync server card and address metadata. (patchset #8 id:8...dominicc2015-06-091-1/+1
* [autofill] Sync server card and address metadata.rouslan2015-06-061-1/+1
* Convert JsonWriter::Write to taking a const ref for the in-paramestade2015-05-161-4/+3
* Convert some parts of sync/ to use of scoped_ptr instead of bare ptrsestade2015-05-071-4/+4
* [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-257-35/+93
* [Sync] Replace AttachmentIdSet with AttachmentIdList in interfaces.pavely2015-03-251-0/+2
* [Sync] Add size and crc32c to AttachmentId.maniscalco2015-03-119-33/+49
* [Sync] Refactor AttachmentStore classes. Introduce concept of referrer.pavely2015-03-118-110/+215
* Revert of [Sync] Add size and crc32c to AttachmentId. (patchset #8 id:140001 ...dgrogan2015-03-109-49/+33
* [Sync] Add size and crc32c to AttachmentId.maniscalco2015-03-109-33/+49
* Revert of [Sync] Refactor AttachmentStore classes. Introduce concept of refer...bnc2015-03-098-215/+110
* [Sync] Refactor AttachmentStore classes. Introduce concept of referrer.pavely2015-03-098-110/+215
* [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