summaryrefslogtreecommitdiffstats
path: root/sync/internal_api/public/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert 196116 "Sync: Turn on full history sync by default."markusheintz@chromium.org2013-04-241-0/+7
* Sync: Turn on full history sync by default.dubroy@chromium.org2013-04-241-7/+0
* [Sync] Add support for server-controlled favicon sync limitzea@chromium.org2013-04-191-2/+7
* [Sync] Add favicon sync experimentzea@chromium.org2013-03-191-10/+11
* Remove SyncSessionJob::DidReachServer() flagrlarocque@chromium.org2013-02-261-2/+0
* [Sync] Add full history sync experimentzea@chromium.org2013-02-011-2/+9
* [sync] Componentize sync: Part 6: Add more SYNC_EXPORTs to files in src/sync/rsimha@chromium.org2013-01-022-3/+4
* [sync] Componentize sync: Part 2: Add SYNC_EXPORTs to files in src/sync/rsimha@chromium.org2012-12-113-8/+11
* sync: add syncer::Experiment to control autofill culling.tim@chromium.org2012-12-061-2/+8
* sync: Retry soon when server returns conflictrlarocque@chromium.org2012-11-212-2/+2
* [Sync] Add support for remotely enabling keystore encryptionzea@chromium.org2012-11-151-2/+10
* sync: Update calls from RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-141-1/+1
* sync: reland scheduler ownership refactoring, now with less crashtim@chromium.org2012-10-301-0/+2
* Revert 164565 - sync: make scheduling logic and job ownership more obvious.dharani@google.com2012-10-291-2/+0
* sync: make scheduling logic and job ownership more obvious. tim@chromium.org2012-10-281-0/+2
* [Sync] Add CANNOT_DO_WORK to SyncerErrorakalin@chromium.org2012-10-242-1/+3
* [Sync] Implement keystore migration support.zea@chromium.org2012-09-132-4/+4
* [Sync] Move keystore key handling to SyncEncryptionHandlerImplzea@chromium.org2012-08-292-0/+12
* [Sync] Refactor passphrase state handlingzea@chromium.org2012-08-262-12/+21
* [Sync] Add SyncEncryptionHandlerzea@chromium.org2012-08-161-0/+1
* sync: add InternalComponentsFactory::Switches to simplify passing switches to...tim@chromium.org2012-08-152-0/+8
* [Sync] Remove unneeded 'using syncer::' lines and 'syncer::' scopingsakalin@chromium.org2012-07-202-3/+2
* [Sync] Refactor sync manager into interface.zea@chromium.org2012-07-172-0/+59
* Remove #pragma once from syncajwong@chromium.org2012-07-117-7/+0
* [Sync] Move model_type* from syncable/ to base/akalin@chromium.org2012-07-033-482/+1
* [Sync] Rename csync namespace to syncerakalin@chromium.org2012-06-2814-36/+34
* [Sync] Rename browser_sync to csync in sync/akalin@chromium.org2012-06-2114-31/+31
* sync: move internal_api components used by chrome/browser into internal_api/p...tim@chromium.org2012-06-1710-0/+1415
* sync: create internal_api/public to house sync/ files needed by chrome/browse...tim@chromium.org2012-06-074-0/+563