summaryrefslogtreecommitdiffstats
path: root/sync
Commit message (Expand)AuthorAgeFilesLines
* Added permission check for GET_ACCOUNTS.nyquist2015-07-142-2/+26
* [Sync] Add bookmark move tests.maxbogue2015-07-136-2/+71
* Sync FakeServer: check for an invalid ID on tombstone creationpvalenzuela2015-07-131-2/+3
* Only UTF-8 sync tags and server ID for Wallet metadata.rouslan2015-07-111-4/+3
* [Sync] Add priority preferences datatype for mobilezea2015-07-101-0/+8
* Sync: Support nodes with implicit permanent folders:stanisc2015-07-109-75/+209
* [Sync] Add tests for bookmark folders on Android.maxbogue2015-07-106-4/+67
* [Sync] Change FakeServer's entity accessors to return bookmark folders.maxbogue2015-07-0911-31/+24
* [Sync] Add ClearServerData RPCmaniscalco2015-07-0813-5/+348
* [Sync] Gracefully handle keychain failureszea2015-07-072-2/+1
* Move WriteInto to base namespace.Brett Wilson2015-07-071-1/+1
* [Sync] Test downloading a modified autofill entry on Android.maxbogue2015-07-072-6/+42
* Fix Problems found by Errorproneraywilliams2015-07-071-0/+1
* Remove a few friend lines referring to nonexistent classes.thakis2015-07-071-3/+0
* [Sync] Test downloading a bookmark modification on Android.maxbogue2015-07-072-1/+43
* Make the ChromeOS session name more robust w.r.t. the device type.jdufault2015-07-072-11/+24
* Replace remaining Tokenize calls to SplitStringbrettw2015-07-061-3/+4
* [Sync] Add support for "dashboard stop and clear" to FakeServermaniscalco2015-07-062-17/+19
* Replace DCHECK with CHECK.gangwu2015-07-061-1/+3
* [Sync] Refactor FakeServer to use scoped_ptr whenever possiblemaniscalco2015-07-0613-213/+188
* Enable clang warning for ignored attributes.benwells2015-07-062-2/+2
* Remove unnecessary ModelType#ALL_TYPES_TYPEpkotwicz2015-07-033-51/+18
* Refactor AO2TS to make it easier to componentizegogerald2015-07-022-10/+10
* [Sync] Add PassphraseTransitionClearDataOption to SyncEncryptionHandlermaniscalco2015-07-017-17/+48
* Replace StringPrintf("%d", ...) with IntToString()ricea2015-07-011-4/+3
* Sync: allow FakeServer injection of bookmark folderspvalenzuela2015-07-019-99/+63
* Convert sync_unit_tests to run exclusively on Swarmingmaruel2015-06-302-1/+41
* Move InstrumentationTestCase tests from ChromeShell to ChromePublic.newt2015-06-301-0/+1
* Make Sync comments gender-neutralpvalenzuela2015-06-291-1/+1
* Sync: add entity modification to FakeServerpvalenzuela2015-06-2611-29/+75
* Stop relying on Android constants for Android bookmark provider.aurimas2015-06-261-2/+1
* If tombstone creation fails, no changes persist on the fake server.turnage2015-06-261-14/+14
* Sync: store FakeServer as WeakPtrpvalenzuela2015-06-267-59/+131
* Introduce a layering in the invalidation component as public and impl.knn2015-06-267-17/+17
* [Android] Don't run auth token fetching callbacks synchronously.bauerb2015-06-261-20/+17
* Update usages of std::map to use ScopedPtrMap.mgiuca2015-06-2513-144/+114
* Move more string_util functions to base namespace.brettw2015-06-241-1/+1
* [Sync] Rename deprecated and used ClearUserData proto messages/fieldsmaniscalco2015-06-231-6/+5
* Reland: [autofill] Sync server card and address metadata.rouslan2015-06-231-1/+1
* Don't check for USE_CREDENTIALS permission on Android M.bauerb2015-06-221-2/+4
* Move base_java_test_support dep from sync_java to test target.yfriedman2015-06-222-1/+1
* [Sync] Add Android open tabs tests.maxbogue2015-06-202-0/+32
* Sync: Implement sharing of sync data in the directory using ProtoValuePtrstanisc2015-06-208-56/+251
* [Sync] Clear sync data and restart when enabling passphrase encryptionmaniscalco2015-06-193-2/+14
* Disable FAVICON_IMAGE type when AndroidSessionNotifications experiment is onpkotwicz2015-06-171-1/+2
* Migrate callers of message_loop_proxy() to task_runner()skyostil2015-06-178-18/+18
* Listen for account changes and update child account status correspondingly.bauerb2015-06-165-6/+146
* Update PasswordSpecificsData documentataion.vasilii2015-06-161-2/+73
* [Sync] Add ability to save/restore Nigori to SyncEncryptionHandlerImplmaniscalco2015-06-1614-40/+311
* Sync: Initial implementation of EntryProtoFieldPtr.stanisc2015-06-155-0/+273