summaryrefslogtreecommitdiffstats
path: root/sync/internal_api
Commit message (Expand)AuthorAgeFilesLines
* Don't DCHECK in AttachmentServiceProxyForTest when MessageLoop is absentpavely2015-01-161-5/+6
* Sync: Support directory entries with unset (implicit) parent IDstanisc2015-01-125-48/+118
* sync: Remove unused private fieldshashimoto2015-01-092-3/+1
* base: Change DCHECK_IS_ON to a macro DCHECK_IS_ON().danakj2015-01-081-3/+3
* replace COMPILE_ASSERT with static_assert in sync/mostynb2015-01-074-69/+67
* Enable Null Syncable ID which is different than Root ID.stanisc2014-12-235-7/+10
* Standardize usage of virtual/override/final specifiers in sync/.dcheng2014-12-2214-27/+22
* [Sync] Add url fetch timeout logiczea2014-12-182-9/+113
* Add a datatype for supervised user whitelists.bauerb2014-12-161-0/+3
* Add Sync.Attachments.DownloadTotalTime.maxbogue2014-12-121-0/+7
* Delete deprecated synced notifications codeNicolas Zea2014-12-111-3/+3
* Add the Sync.Attachments.StoreInitResult histogram.maxbogue2014-12-111-0/+3
* Include model type in attachment uploads and downloadsmaniscalco2014-12-119-21/+63
* Add boolean histogram Sync.Attachments.DownloadChecksumResult.maxbogue2014-12-111-0/+3
* Add the Sync.PassphraseType histogram.maxbogue2014-12-052-0/+7
* gn format // (the rest, except mojo)scottmg2014-12-031-1/+0
* Implement AttachmentStore metadata enumeration API.stanisc2014-12-015-106/+405
* Synchronous creation of OnDiskAttachmentStorepavely2014-11-2610-124/+224
* Add UMA counting for Sync Attachments response codes.maxbogue2014-11-244-0/+40
* Sync: Attachment Store APIs for accessing attachment metadatastanisc2014-11-218-0/+103
* Use uint16 for port numbers more pervasively.pkasting2014-11-201-1/+1
* Encode sync birthday with url-safe base64 insetead of base64.maniscalco2014-11-183-5/+22
* Send birthday on sync attachment uploads and downloads.maniscalco2014-11-1810-65/+114
* Write attachment to AttachmentStore after downloadingpavely2014-11-143-7/+51
* TestURLFetcher enforces valid URLgroby2014-11-141-4/+2
* Store attachment crc in AttachmentStorepavely2014-11-1414-94/+232
* Removing instrumentations for task URLFetcherCore::OnCompletedURLRequestvadimt2014-11-041-6/+0
* Add per attachment metadata records.pavely2014-10-304-60/+191
* sync: add WIFI_CREDENTIALS protobuf, ModelType, and preferencequiche2014-10-303-6/+16
* Switching profiler instrumentations from ScopedProfile to ScopedTracker. This...vadimt2014-10-291-3/+3
* Revert enhanced bookmarks sync datatypewittman2014-10-281-2/+0
* Introduce AttachmentStore metadata recordpavely2014-10-255-18/+202
* Sync: Avoid deadlock in SyncBackendRegistrar / ModelSafeWorker on sync backen...stanisc2014-10-243-22/+52
* Standardize usage of virtual/override/final in sync/dcheng2014-10-2153-570/+506
* Revert "Sync: Avoid deadlock in SyncBackendRegistrar / ModelSafeWorker on syn...rdevlin.cronin2014-10-213-41/+20
* Sync: Avoid deadlock in SyncBackendRegistrar / ModelSafeWorker on sync backen...stanisc2014-10-203-20/+41
* Implementation of OnDiskAttachmentStore.pavely2014-10-176-254/+705
* Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.dcheng2014-10-163-6/+6
* Chrome should use GCM for invalidations by default.pavely2014-10-141-1/+2
* Adding instrumentation to locate the source of jankiness.vadimt2014-10-111-0/+6
* change newly added OVERRIDE to override in sync/mostynb2014-10-093-9/+9
* Verify hash on sync attachment downloads when present.maniscalco2014-10-086-32/+228
* replace OVERRIDE and FINAL with override and final in sync/mostynb2014-10-0651-336/+336
* Include hash on sync attachment uploads to ensure data integrity.maniscalco2014-10-064-64/+105
* Reland Refactor FakeAttachmentStorepavely2014-10-028-3/+672
* Add enhanced bookmarks sync datatypeMike Wittman2014-10-011-0/+2
* Revert of Refactor FakeAttachmentStore (patchset #3 id:40001 of https://coder...sergeyv2014-09-308-659/+3
* [Sync] Clean up ProfileSyncService observer eventszea2014-09-301-1/+0
* Refactor FakeAttachmentStorepavely2014-09-308-3/+659
* Refactor syncable DEVICE_INFO type from ChangeProcessor to SyncableService - ...stanisc2014-09-221-6/+2