summaryrefslogtreecommitdiffstats
path: root/sync/internal_api
Commit message (Expand)AuthorAgeFilesLines
* move V2 classes in chrome/engine to syncer_v2 namespacestanisc2015-08-147-35/+24
* Remove Android filter file for sync_unit_tests.tfarina2015-08-121-26/+30
* Convert remaining StringToLowerASCII to ToLowerASCII.brettw2015-08-112-3/+2
* [Sync] Remove backend unrecoverable error handlerzea2015-08-079-23/+16
* [Sync] Add auto-generated ModelType in Java.maxbogue2015-08-071-0/+2
* Enable compress HTTP call's content between sync client andgangwu2015-08-062-2/+293
* Sync: DataTypeState cleanupstanisc2015-08-062-16/+2
* [Sync] Add support for ignoring old invalidationszea2015-08-052-9/+16
* Sync: move v2 classes in chrome/internal_api to syncer_v2 namespace.stanisc2015-08-0518-58/+65
* Sync: Don't set/use Parent ID for non-hierarchical sync data types.stanisc2015-07-303-13/+2
* [Sync] Update SyncBackendHost to forward ClearServerData to SyncManagermaniscalco2015-07-2910-0/+40
* [Sync] Add "catch up" support to DataTypeManagerImplmaniscalco2015-07-271-0/+7
* [Sync] Don't require keystore migration time to be set in nigori nodezea2015-07-212-9/+53
* Sync: Support nodes with implicit permanent folders:stanisc2015-07-103-4/+10
* [Sync] Add ClearServerData RPCmaniscalco2015-07-084-0/+170
* [Sync] Gracefully handle keychain failureszea2015-07-071-1/+1
* 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