summaryrefslogtreecommitdiffstats
path: root/sync
Commit message (Expand)AuthorAgeFilesLines
* [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
* Sync: Optimistic bookmark association implementationstanisc2015-06-132-0/+8
* Remove base/port.h includes that are not necessary anymore.tfarina2015-06-113-3/+0
* AccountManagerHelper returns null token when USE_CREDENTIALS permission deniedkhushalsagar2015-06-111-0/+17
* Sync: Change Delete Journals to apply to server deletions onlystanisc2015-06-114-23/+58
* Since Sync auth need to update every 60 minutes, so need to remove SYNC_AUTH_...gangwu2015-06-111-1/+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-106-21/+121
* [Sync] Replace ReportUnrecoverableErrorFunction with base::Closurezea2015-06-0914-78/+43
* 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
* Replace more ObserverList with base::ObserverList.brettw2015-06-0315-25/+26
* [Android] Generate scripts at build time to run android tests.mikecase2015-06-032-0/+5
* [Sync] Switch to using profile request contextzea2015-05-293-208/+59
* Fixed Implicit Permanent Folders issues found when testing with alpha serverstanisc2015-05-283-4/+5
* [sync] Add AUTOFILL_WALLET_METADATA sync datatype.rouslan2015-05-228-7/+54
* Sync: add an Android test for injecting a tombstonepvalenzuela2015-05-212-0/+20
* [sync] Add WalletMetadataSpecifics protobuf.rouslan2015-05-217-2/+77
* Add pvalenzuela to OWNERS for sync/BUILD.gnpvalenzuela2015-05-201-0/+1
* [Sync] Finish transition to new AndroidSyncSettings interface.maxbogue2015-05-201-61/+1
* Extensions: Store disable reasons in Synctreib2015-05-202-1/+7
* [Sync] Remove periodic sync for Chrome for Android, take 2.maxbogue2015-05-205-0/+42
* Sync: ParentChildIndex fix for out of order deletion of entries by PurgeEntri...stanisc2015-05-202-11/+38
* [Sync] InvalidationService shouldn't CHECK when registering ObjectId for more...pavely2015-05-202-4/+4
* Revert of [Sync] Remove periodic sync for Chrome for Android (patchset #2 id:...sgurun2015-05-195-42/+0
* [Sync] Remove periodic sync for Chrome for Androidmaxbogue2015-05-195-0/+42
* [Sync] Make it impossible to get a reference to AndroidSyncSettings.maxbogue2015-05-193-96/+167
* Subject .mm files to the header sorting presubmittapted2015-05-191-1/+1
* Sync: Remove VerifyLocalIdToUpdate.stanisc2015-05-191-48/+0
* Fixup Wallet sync.rouslan2015-05-181-1/+1
* [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-168-18/+12
* Remove Test Accounts service clientpvalenzuela2015-05-158-480/+0
* Reland [Sync] Refactoring polling to be reliable.zea2015-05-1528-471/+611
* Sync: Change Local IDs to GUID based to avoid ID collisionstanisc2015-05-148-103/+17
* [Sync] Test SCF control states and a regressionmaxbogue2015-05-131-3/+31
* Revert of [Sync] Refactoring polling to be reliable. (patchset #5 id:80001 of...zea2015-05-1328-607/+471
* [Sync] Refactoring polling to be reliable.zea2015-05-1328-471/+607
* Remove AccountManagerDelegate.removeAccount()maxbogue2015-05-133-24/+0
* Substituting pattern push_back(ptr.release()) with push_back(ptr.Pass()) in s...pranay.kumar2015-05-132-2/+2
* Update folder hierarchy to match java package name.Newton Allen2015-05-132-2/+2
* 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-0717-304/+343