summaryrefslogtreecommitdiffstats
path: root/sync/syncable
Commit message (Expand)AuthorAgeFilesLines
* Sync: Small refactoring of Directory::CheckTreeInvariants.stanisc2015-02-243-7/+16
* Hook up wallet card and address syncbrettw2015-02-122-5/+32
* Remove dependency on server generated type root foldersstanisc2015-01-3010-28/+153
* Mechanical rename of tracing includes for /syncprimiano2015-01-303-3/+3
* Sync: Support directory entries with unset (implicit) parent IDstanisc2015-01-128-52/+272
* replace COMPILE_ASSERT with static_assert in sync/mostynb2015-01-074-12/+12
* Enable Null Syncable ID which is different than Root ID.stanisc2014-12-2310-39/+40
* Standardize usage of virtual/override/final specifiers in sync/.dcheng2014-12-225-18/+12
* Add a new component for WiFi credential sync. Populate thequiche2014-12-201-0/+7
* Add a datatype for supervised user whitelists.bauerb2014-12-162-3/+31
* [Sync] Fix deletion while uncommitted logiczea2014-11-172-9/+8
* sync: add WIFI_CREDENTIALS protobuf, ModelType, and preferencequiche2014-10-302-2/+53
* Revert enhanced bookmarks sync datatypewittman2014-10-282-27/+2
* Standardize usage of virtual/override/final in sync/dcheng2014-10-2111-34/+29
* replace OVERRIDE and FINAL with override and final in sync/mostynb2014-10-0610-12/+12
* Add enhanced bookmarks sync datatypeMike Wittman2014-10-012-2/+27
* Make Directory's code style a little more consistent.maniscalco2014-09-222-79/+87
* Refactor syncable DEVICE_INFO type from ChangeProcessor to SyncableService - ...stanisc2014-09-221-1/+4
* Make GenericChangeProcessor upload attachments on startup.maniscalco2014-09-224-1/+125
* Cleanup: Use base/files/file_util.h instead of base/file_util.h in [r-t]*/thestig2014-09-123-3/+3
* Let SyncBackupManager keep backup data in memory until shutdown. Only persisthaitaol@chromium.org2014-08-153-0/+232
* Revert of Let SyncBackupManager keep backup data in memory until shutdown. On...miu@chromium.org2014-08-143-232/+0
* Let SyncBackupManager keep backup data in memory until shutdown. Only persisthaitaol@chromium.org2014-08-143-0/+232
* [Sync] Rely on directory to decide which types need to be purgedzea@chromium.org2014-07-194-8/+26
* Update Commit and GetUpdatesResponse messages to include attachment ids.maniscalco@chromium.org2014-07-172-0/+13
* Do not update AttachmentIds after uploading attachments to sync server.maniscalco@chromium.org2014-07-173-12/+9
* Add server_attachment_metadata field to EntryKernel and sync database.maniscalco@chromium.org2014-07-167-7/+183
* Replace MessageLoopProxy with ThreadTaskRunnerHandle in src/sync/.maniscalco@chromium.org2014-07-091-0/+1
* Add base::SizeTToString.wtc@chromium.org2014-06-271-2/+1
* sync: Stop supporting parent IDs for some typesrlarocque@chromium.org2014-06-264-0/+17
* Special handling of preference backup to not change local values in backup mode.haitaol@chromium.org2014-06-262-0/+11
* Supervised user sync types: Preparation for dynamically enabling/disabling.treib@chromium.org2014-06-251-0/+1
* Rename "managed (mode|user)" to "supervised user" (part 1)treib@chromium.org2014-06-121-44/+45
* Make the "Tabs" item on about:sync non-yellowstanisc@chromium.org2014-06-072-0/+10
* sync: Specialize functions that fetch type rootrlarocque@chromium.org2014-06-038-15/+26
* Let ProfileSyncService start backup or rollback backend when no user is signedhaitaol@chromium.org2014-05-292-2/+5
* sync: Enable typed tombstones commitsrlarocque@chromium.org2014-05-201-0/+21
* Invoke AttachmentUploader and update AttachmentIds.pavely@chromium.org2014-05-205-0/+91
* sync: Improve handling of bad UniquePos (retry)rlarocque@chromium.org2014-05-154-4/+55
* Revert 270308 "sync: Improve handling of bad UniquePositions"raymes@google.com2014-05-143-50/+4
* sync: Improve handling of bad UniquePositionsrlarocque@chromium.org2014-05-143-4/+50
* Keep track of which attachments are referenced by which sync entries.maniscalco@chromium.org2014-05-028-16/+282
* Revert of Keep track of which attachments are referenced by which sync entrie...maniscalco@chromium.org2014-05-018-282/+16
* Keep track of which attachments are referenced by which sync entries.maniscalco@chromium.org2014-05-018-16/+282
* Refactor syncable_unittest.cc (continued).maniscalco@chromium.org2014-04-243-482/+385
* Refactor syncable_unittest.cc into smaller files.maniscalco@chromium.org2014-04-234-1287/+1410
* Add sync manager classes for backup/rollback:haitaol@chromium.org2014-04-211-0/+14
* Remove unused method Directory::GetRootEntry.maniscalco@chromium.org2014-04-122-5/+0
* [Sync] Properly purge context/progress markers for disabled typeszea@chromium.org2014-04-113-8/+48
* [Sync] Add support for context changes that trigger refresheszea@chromium.org2014-04-092-0/+39