summaryrefslogtreecommitdiffstats
path: root/sync/internal_api/public/util
Commit message (Expand)AuthorAgeFilesLines
* Remove kAutofillWalletSyncExperimentEnabled.jdonnelly2016-03-151-8/+3
* [Sync] Rename to (Processor|Worker)EntityTracker for clarity.maxbogue2016-03-011-2/+2
* Clean up dead code related to enhanced_bookmarks.newt2016-02-081-10/+0
* Fix remaining incompatibilities between scoped_ptr and unique_ptr.dcheng2016-01-201-1/+1
* Make all targets build without unused data members on Linux.mlamouri2016-01-161-1/+0
* Convert Pass()→std::move() in //syncdcheng2015-12-261-1/+3
* Switch to standard integer types in sync/.avi2015-12-224-3/+4
* [Sync] Fixing all trivial lint violations in src/sync/*skym2015-12-141-1/+2
* [Sync] Fixing lint violations in src/sync/internal_api/*skym2015-12-118-18/+18
* Remove the TYPE_WITH_MOVE_CONSTRUCTOR_FOR_CPP_03 macro.danakj2015-12-041-2/+0
* ModelTypeEntity refactoring to use EntityData and EntityMetadatastanisc2015-12-011-8/+12
* USS refactoring with EntityDatastanisc2015-11-181-3/+5
* Change EntityData and EntityMetadata according to the design doc.stanisc2015-11-112-23/+74
* [Sync] Introduce EntityData and EntityMetadata.maxbogue2015-10-292-0/+323
* [Sync] Client should prompt for passphrase after server data was cleared by d...pavely2015-10-122-0/+2
* [Sync] Componentize about_sync_util.maxbogue2015-08-311-1/+1
* Enable clang warning for ignored attributes.benwells2015-07-061-1/+1
* [Sync] Replace ReportUnrecoverableErrorFunction with base::Closurezea2015-06-091-18/+0
* Replace MessageLoopProxy usage with ThreadTaskRunnerHandle in sync module.anujk.sharma2015-04-302-9/+6
* [Sync] Add support for GetUpdates Throttlinggangwu2015-02-272-0/+2
* Migrate sync/ to base::RunLoop::RunUntilIdle()qi1988.yang2015-02-261-2/+2
* Re-enable some sync_unit_testshichris1232015-02-181-7/+1
* Remove gcm channel state supported by sync service.jianli2015-02-051-12/+0
* Add sync experiment flag for wallet datatype.estade2015-02-031-3/+8
* Standardize usage of virtual/override/final specifiers in sync/.dcheng2014-12-221-1/+1
* Chrome should use GCM for invalidations by default.pavely2014-10-141-1/+2
* [sync] Add backup time in synced device info so that server knows which devic...haitaol@chromium.org2014-07-141-0/+30
* Add an action for server to send down rollback command.haitaol@chromium.org2014-04-222-0/+2
* [Sync] Add support for retrying a getupdates due to a context changezea@chromium.org2014-04-102-0/+4
* Control invalidations network channel from syncer experimentpavely@chromium.org2014-03-211-2/+8
* Enhanced bookmarks: added support for sync based experimentyefim@chromium.org2014-02-121-3/+18
* [Autofill, Sync] Deprecate the Autofill culling experiment.isherman@chromium.org2014-02-111-10/+2
* [GCM] Add experiment and startup logic for partial rolloutzea@chromium.org2014-02-081-2/+14
* sync: Refactor GetUpdates looprlarocque@chromium.org2013-12-102-1/+6
* sync: Per-type update applicationrlarocque@chromium.org2013-12-041-9/+1
* Lock-free shutdown of profile sync service. Changes include:haitaol@chromium.org2013-07-311-2/+1
* Revert 213642 "Lock-free shutdown of profile sync service. Chang..."earthdok@chromium.org2013-07-251-1/+2
* Lock-free shutdown of profile sync service. Changes include:haitaol@chromium.org2013-07-251-2/+1
* sync: Add pre-commit update avoidance mode + flagrlarocque@chromium.org2013-07-201-0/+1
* Use a direct include of the message_loop header in ppapi/, printing/, rlz/, s...avi@chromium.org2013-07-181-1/+1
* [Sync] Cleanup unused experiment logiczea@chromium.org2013-07-111-14/+2
* Replace sync experiments with prefs backed by switches and migration code.pastarmovj@chromium.org2013-06-201-1/+0
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-101-1/+1
* Make some more code use "if (weak_ptr)" styleakalin@chromium.org2013-06-072-7/+7
* Fix even more remaining uses of WeakPtr<T>'s operator T* conversionakalin@chromium.org2013-06-042-7/+7
* Update sync::WeakHandle to use WeakPtr<T>::get()akalin@chromium.org2013-06-031-5/+5
* Client changes for disabled dasher accountpavely@chromium.org2013-05-292-0/+2
* sync: Use base::MessageLoop.xhwang@chromium.org2013-05-071-1/+1
* sync: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-271-1/+1
* Sync: Turn on full history sync by default.dubroy@chromium.org2013-04-251-7/+0