summaryrefslogtreecommitdiffstats
path: root/sync
Commit message (Expand)AuthorAgeFilesLines
* [Sync] Add UMA to Directory to count number of catastrophic errorsmaniscalco2015-05-051-0/+2
* Adjust URLFetcher::Create API so that object is returned as scoped_ptr.dtapuska2015-05-014-8/+8
* [Sync] Erase sync DB when corruptedmaniscalco2015-04-3012-31/+186
* Replace MessageLoopProxy usage with ThreadTaskRunnerHandle in sync module.anujk.sharma2015-04-302-9/+6
* Sync bookmark app icon urls and sizes, and download icons for new apps.benwells2015-04-294-1/+32
* Change ScopedPtrHashMap's 2nd template parameterkcwu2015-04-282-2/+3
* Revert of [Sync] Erase sync DB when corrupted (patchset #4 id:60001 of https:...vkuzkokov2015-04-2812-185/+31
* [Sync] Erase sync DB when corruptedmaniscalco2015-04-2712-31/+185
* Windows GN component build fixes: sync, uibrettw2015-04-242-2/+6
* [Sync] Add test to verify sync DB corruption handling during SaveChangesmaniscalco2015-04-242-11/+71
* Update {virtual,override} to follow C++11 style in sync.nick2015-04-233-4/+4
* [Sync] Make AttachmentStore API more consistentpavely2015-04-2214-145/+203
* [Sync] Ensure isSyncable is set when signed in.maxbogue2015-04-213-13/+68
* [Sync] Make OnDiskDirectoryBackingStore base class for deferred DBSmaniscalco2015-04-208-44/+86
* Reland: Fix errors found in Mac gn component buildsjiangj2015-04-182-0/+15
* [Sync] Delete syncable::Blob and associated dead codemaniscalco2015-04-178-119/+0
* [Sync] Make more of DirectoryBackingStore's methods privatemaniscalco2015-04-172-88/+80
* [Sync] Make Directory's protected methods private where possiblemaniscalco2015-04-161-9/+9
* Revert of Fix errors found in Mac gn component builds (patchset #10 id:180001...maniscalco2015-04-162-15/+0
* Fix errors found in Mac gn component buildsjiangj2015-04-162-0/+15
* [Sync] Make DirectoryBackingStore's db_ private.maniscalco2015-04-167-25/+61
* Revert "Speculative revert by sheriff"Bartosz Fabianowski2015-04-167-31/+118
* Speculative revert by sheriffBartosz Fabianowski2015-04-167-118/+31
* [Sync] Fix invalidations on Android.maxbogue2015-04-161-0/+5
* Sync: Add Android test for downloading a bookmarkpvalenzuela2015-04-157-31/+118
* [Sync] Update DirectoryBackingStore to detect Sync DB corruptionmaniscalco2015-04-146-0/+150
* Sync: Add FakeServer verification API for Sessionspvalenzuela2015-04-128-3/+225
* Sync: Generalize entity injection in Android testspvalenzuela2015-04-108-69/+205
* GN Windows component build fixes.brettw2015-04-082-1/+12
* Create syncable metadata table for Wallet credit cards and addresses.estade2015-04-071-1/+1
* [Sync] Eliminate friends from Directory by exposing kernel via accessormaniscalco2015-04-0312-211/+217
* [Sync] AttachmentStore: Implementation of reference managementpavely2015-04-038-89/+349
* [Sync] Fix undeletion during commit logiczea2015-04-0211-21/+88
* Add pvalenzuela as owner of Sync test codepvalenzuela2015-04-012-0/+2
* [Sync] Fix notification count on about:sync-internalspavely2015-03-311-0/+1
* [Sync] Refactor DirectoryBackingStore's sql::Connection creationmaniscalco2015-03-315-79/+91
* Add missing task_queue.cc to sync_core GN sources list.tfarina2015-03-271-0/+1
* leveldb: Reuse manifest (AKA logs) during open.cmumford2015-03-261-0/+2
* [Sync] Server side update the protocol version, because server side adding a ...gangwu2015-03-261-1/+1
* [Sync] Add support for immediately enabling/disabling wallet datatypezea2015-03-261-1/+1
* [Sync] Introduce AttachmentStoreForSync classpavely2015-03-2518-102/+242
* [Sync] Replace AttachmentIdSet with AttachmentIdList in interfaces.pavely2015-03-2513-59/+64
* Sync: Print FakeServer contents on test failurepvalenzuela2015-03-241-2/+21
* Increase page size for SyncData DB from 4K to maximumgangwu2015-03-205-4/+80
* Sync: support implicit permanent folders in commits.stanisc2015-03-202-25/+40
* Fix up if statement curly braces issues.aurimas2015-03-181-2/+1
* Remove enhanced bookmarks sync experimentwittman2015-03-173-27/+2
* Sync: Handle empty (implicit) ParentId in GetPredecessorId and GetSuccessorIdstanisc2015-03-175-18/+82
* Sync: Avoid 3 passes over SyncDarta DB when loading the directory from the diskstanisc2015-03-1718-75/+188
* Sync: Create an integration test for walletpvalenzuela2015-03-131-0/+4