summaryrefslogtreecommitdiffstats
path: root/sync/internal_api
Commit message (Expand)AuthorAgeFilesLines
* Enable clang warning for ignored attributes.benwells2015-07-062-2/+2
* Refactor AO2TS to make it easier to componentizegogerald2015-07-022-10/+10
* [Sync] Add PassphraseTransitionClearDataOption to SyncEncryptionHandlermaniscalco2015-07-017-17/+48
* Make Sync comments gender-neutralpvalenzuela2015-06-291-1/+1
* [Sync] Clear sync data and restart when enabling passphrase encryptionmaniscalco2015-06-193-2/+14
* Migrate callers of message_loop_proxy() to task_runner()skyostil2015-06-174-14/+14
* [Sync] Add ability to save/restore Nigori to SyncEncryptionHandlerImplmaniscalco2015-06-1611-39/+301
* Sync: Optimistic bookmark association implementationstanisc2015-06-132-0/+8
* [Sync] Make InitUniqueByCreation handle preexisting entrieszea2015-06-102-16/+10
* [Sync] Clean up obsolete datatype specific methods in sync apizea2015-06-104-189/+0
* [Sync] Don't crash for encryption errorszea2015-06-105-19/+117
* [Sync] Replace ReportUnrecoverableErrorFunction with base::Closurezea2015-06-096-28/+7
* Replace more ObserverList with base::ObserverList.brettw2015-06-035-6/+7
* [Sync] Switch to using profile request contextzea2015-05-293-208/+59
* [sync] Add AUTOFILL_WALLET_METADATA sync datatype.rouslan2015-05-221-0/+3
* [Sync] WriteNode::SetTitle doesn't update bookmark title when it is empty str...pavely2015-05-182-8/+39
* Convert JsonWriter::Write to taking a const ref for the in-paramestade2015-05-162-4/+2
* Reland [Sync] Refactoring polling to be reliable.zea2015-05-1515-18/+36
* Revert of [Sync] Refactoring polling to be reliable. (patchset #5 id:80001 of...zea2015-05-1315-36/+18
* [Sync] Refactoring polling to be reliable.zea2015-05-1315-18/+36
* Substituting pattern push_back(ptr.release()) with push_back(ptr.Pass()) in s...pranay.kumar2015-05-131-1/+1
* Switch remaining functions from SchemeIsSecure() tolgarron2015-05-121-2/+1
* Convert some parts of sync/ to use of scoped_ptr instead of bare ptrsestade2015-05-078-37/+58
* Adjust URLFetcher::Create API so that object is returned as scoped_ptr.dtapuska2015-05-013-6/+6
* Replace MessageLoopProxy usage with ThreadTaskRunnerHandle in sync module.anujk.sharma2015-04-302-9/+6
* Change ScopedPtrHashMap's 2nd template parameterkcwu2015-04-282-2/+3
* Windows GN component build fixes: sync, uibrettw2015-04-241-0/+3
* Update {virtual,override} to follow C++11 style in sync.nick2015-04-233-4/+4
* [Sync] Make AttachmentStore API more consistentpavely2015-04-2211-130/+175
* [Sync] Eliminate friends from Directory by exposing kernel via accessormaniscalco2015-04-031-1/+0
* [Sync] AttachmentStore: Implementation of reference managementpavely2015-04-036-87/+329
* [Sync] Fix notification count on about:sync-internalspavely2015-03-311-0/+1
* leveldb: Reuse manifest (AKA logs) during open.cmumford2015-03-261-0/+2
* [Sync] Introduce AttachmentStoreForSync classpavely2015-03-2511-67/+149
* [Sync] Replace AttachmentIdSet with AttachmentIdList in interfaces.pavely2015-03-259-41/+46
* Remove enhanced bookmarks sync experimentwittman2015-03-171-17/+0
* Sync: ChangeReorderBuffer::Traversal should handle nodes with unset Parent IDstanisc2015-03-112-2/+42
* [Sync] Add size and crc32c to AttachmentId.maniscalco2015-03-1114-70/+148
* [Sync] Refactor AttachmentStore classes. Introduce concept of referrer.pavely2015-03-1118-209/+230
* Revert of [Sync] Add size and crc32c to AttachmentId. (patchset #8 id:140001 ...dgrogan2015-03-1014-148/+70
* [Sync] Add size and crc32c to AttachmentId.maniscalco2015-03-1014-70/+148
* Revert of [Sync] Refactor AttachmentStore classes. Introduce concept of refer...bnc2015-03-0918-230/+209
* [Sync] Refactor AttachmentStore classes. Introduce concept of referrer.pavely2015-03-0918-209/+230
* Split ValueSerializer into separate Serializer and Deserializer classes.prashhir2015-03-052-2/+3
* [Sync] Remove DropAttachments from AttachmentService and SyncDatamaniscalco2015-03-046-97/+1
* [Sync] Add support for GetUpdates Throttlinggangwu2015-02-272-0/+2
* Migrate sync/ to base::RunLoop::RunUntilIdle()qi1988.yang2015-02-269-20/+19
* Sync: Small refactoring of Directory::CheckTreeInvariants.stanisc2015-02-241-0/+4
* Use external ID to match native model nodes during bookmark association.stanisc2015-02-242-0/+3
* Slighly reduce code duplication in SyncManagerTestmalets2015-02-201-88/+45