summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/internal_api
Commit message (Expand)AuthorAgeFilesLines
* [Sync] Remove sync/util/oauth.{h,cc} and dependenciesakalin@chromium.org2012-02-241-8/+3
* [Sync] Ensure we don't unencrypt data if it was previously encrypted.zea@chromium.org2012-02-223-4/+69
* sync: Remove the remaining conflict sets coderlarocque@chromium.org2012-02-211-1/+2
* [Sync] Remove dependency on common/ for unrecoverable error dump uploadingakalin@chromium.org2012-02-184-6/+40
* [Sync] Replace MockUnrecoverableErrorHandler with TestUnrecoverableErrorHandlerakalin@chromium.org2012-02-145-42/+54
* [Sync] Split ExtensionsActivityMonitor into {Chrome,}ExtensionsActivityMonitorakalin@chromium.org2012-02-143-1/+15
* Fix some unnecessary dcheck cases.zea@chromium.org2012-02-091-2/+10
* sync: remove Chrome OS specific logic to deal with flimflam shutdown / sync r...tim@chromium.org2012-02-081-15/+0
* Many small sync changes centered around AllStatusrlarocque@chromium.org2012-02-032-16/+10
* [Sync] Fix writing of titles when encryption is enabled.zea@chromium.org2012-02-033-16/+276
* [Sync] Fix idempotency check for passwords datatype.zea@chromium.org2012-02-033-7/+178
* [Sync] Ensure we always re-encrypt with newest gaia password if available.zea@chromium.org2012-02-035-75/+553
* Revert 120157 (caused compile failure on chromium os) - [Sync] Ensure we alwa...kinuko@chromium.org2012-02-025-542/+75
* [Sync] Ensure we always re-encrypt with newest gaia password if available.zea@chromium.org2012-02-025-75/+542
* [Sync] Add sessions API and sync plumbing for refreshing sessions data.zea@chromium.org2012-01-262-6/+23
* Remove the last place gettime is called from(SBH). We start the scheduler ass...lipalani@chromium.org2012-01-251-14/+2
* The gettime call in updatecredential is not used as it only verifies it can c...lipalani@chromium.org2012-01-241-4/+2
* Remove broken variables from sync's AllStatusrlarocque@chromium.org2012-01-203-12/+3
* [Sync] Pave the way for fewer asynchronous calls and UI spin while setting a ...rsimha@chromium.org2012-01-185-16/+51
* Change autofill profile commit behavior to commit instantly. Enable the perf ...lipalani@chromium.org2012-01-181-2/+1
* Add return values to SyncerCommandrlarocque@chromium.org2012-01-102-0/+82
* A command line flag to simulate an unrecoverable error.lipalani@chromium.org2011-12-281-0/+13
* This is the third patch in the series. lipalani@chromium.org2011-12-221-0/+1
* Removes svn:executable flags.hbono@chromium.org2011-12-222-0/+0
* This is the second patch in the set. This propagates the unrecoverable error ...lipalani@chromium.org2011-12-216-6/+62
* We introduce the concept of nudge delay and each datatype is assigned a delay...lipalani@chromium.org2011-12-203-19/+122
* Retry 114494 - Remove BindStateHolder and have Bind() return a Callback<> obj...ajwong@chromium.org2011-12-201-1/+1
* Revert 114909 - [Sync] Add NOTREACHED for empty passphrase.stevenjb@google.com2011-12-191-1/+0
* Revert 114941 - We introduce the concept of nudge delay and each datatype is ...lipalani@chromium.org2011-12-193-122/+19
* Updated sync manager to include device information in nigori nodetmuehlbauer@google.com2011-12-194-43/+188
* We introduce the concept of nudge delay and each datatype is assigned a delay...lipalani@chromium.org2011-12-183-19/+122
* [Sync] Add NOTREACHED for empty passphrase.zea@chromium.org2011-12-171-0/+1
* Revert 114494 - Remove BindStateHolder and have Bind() return a Callback<> ob...sail@chromium.org2011-12-141-1/+1
* Remove BindStateHolder and have Bind() return a Callback<> object directly.ajwong@chromium.org2011-12-141-1/+1
* [Sync] Add intelligent re-encryption support.zea@chromium.org2011-12-134-56/+246
* [Sync] Rename ModelEnumSet to ModelTypeSetakalin@chromium.org2011-12-138-66/+66
* [Sync] Replace all instances of ModelTypeSet with ModelEnumSetakalin@chromium.org2011-12-108-58/+67
* [Sync] Replace all instances of ModelTypeBitSet with ModelEnumSetakalin@chromium.org2011-12-082-23/+21
* This move is done so that the file could be referenced from syncable layer.lipalani@chromium.org2011-12-081-0/+29
* [Sync] Convert sessions/ directory to ModelEnumSetakalin@chromium.org2011-12-071-1/+1
* [Sync] Convert syncable/ directory to ModelEnumSetakalin@chromium.org2011-12-063-62/+47
* sync: remove GetAuthenticatedUsername from ProfileSyncService/SyncBackendHost.tim@chromium.org2011-12-022-10/+0
* Use callback_forward.h instead of callback.h where possible.erikwright@chromium.org2011-12-011-1/+1
* [Sync] Convert VLOGs to DVLOGsakalin@chromium.org2011-11-295-46/+46
* Add OVERRIDE to chrome/browser/sync/.avi@chromium.org2011-11-216-10/+16
* [Sync] Replace uses of ObserverListThreadSafe with WeakHandlesakalin@chromium.org2011-11-194-45/+21
* Revert the revert. This change was not the cause of the failures, so relanding.zea@chromium.org2011-11-172-0/+4
* Revert "[Sync] Add version info to about:sync"avi@chromium.org2011-11-172-4/+0
* [Sync] Add version info to about:synczea@chromium.org2011-11-172-0/+4
* [Sync] Add type conversion constructor for WeakHandleakalin@chromium.org2011-11-171-1/+1