summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/profile_sync_service.cc
Commit message (Expand)AuthorAgeFilesLines
* After model association, while running if the datatype encounters an error we...lipalani@chromium.org2012-02-171-1/+25
* Revert 122030 - Start moving signin code out of browser/sync.rbyers@chromium.org2012-02-151-41/+50
* Start moving signin code out of browser/sync.atwilson@chromium.org2012-02-151-50/+41
* [Sync] Remove dead code in RegisterNewDatatypeszea@chromium.org2012-02-131-5/+0
* [Sync] Ensure we always re-encrypt with newest gaia password if available.zea@chromium.org2012-02-031-12/+25
* Revert 120157 (caused compile failure on chromium os) - [Sync] Ensure we alwa...kinuko@chromium.org2012-02-021-25/+12
* [Sync] Ensure we always re-encrypt with newest gaia password if available.zea@chromium.org2012-02-021-12/+25
* Currently when there are errors during first sync(configure) we trigger an u...lipalani@chromium.org2012-01-291-8/+48
* Move SigninManager initialization out of ProfileSyncService.atwilson@chromium.org2012-01-251-2/+0
* Revert 118649 - Move SigninManager initialize to factory.atwilson@chromium.org2012-01-231-0/+2
* Move SigninManager initialize to factory.atwilson@chromium.org2012-01-221-2/+0
* "Recommit 118589 - Re-commit r117965 and 117130 with a fix for perf regression."atwilson@chromium.org2012-01-221-50/+39
* Revert 118589 - Re-commit r117965 and 117130 with a prospective fix for perf ...atwilson@chromium.org2012-01-211-39/+50
* Re-commit r117965 and 117130 with a prospective fix for perf regression.atwilson@chromium.org2012-01-211-50/+39
* Remove broken variables from sync's AllStatusrlarocque@chromium.org2012-01-201-1/+1
* sync: Make ProfileSyncService a ProfileKeyedService.tim@chromium.org2012-01-201-12/+14
* Revert SigninManager changes to see if they were the cause of the perf regres...atwilson@chromium.org2012-01-191-40/+53
* [Sync] Pave the way for fewer asynchronous calls and UI spin while setting a ...rsimha@chromium.org2012-01-181-1/+2
* sync: Pass ProfileSyncService to NonFrontendDataTypeController's ctortim@chromium.org2012-01-181-1/+3
* Moved SigninManager out of browser/sync, and start changing the code so signinatwilson@chromium.org2012-01-111-53/+40
* base::Bind() conversion for sync codedcheng@chromium.org2011-12-231-7/+6
* [Sync] Ensure encryption happens before syncing with the server.zea@chromium.org2011-12-221-5/+8
* This is the second patch in the set. This propagates the unrecoverable error ...lipalani@chromium.org2011-12-211-1/+6
* sync: take two on removing cros_user parameter from ProfileSyncService.tim@chromium.org2011-12-211-11/+5
* Revert 114909 - [Sync] Add NOTREACHED for empty passphrase.stevenjb@google.com2011-12-191-2/+0
* Revert "sync: remove cros_user parameter from ProfileSyncService"nkostylev@chromium.org2011-12-191-5/+11
* [Sync] Add NOTREACHED for empty passphrase.zea@chromium.org2011-12-171-0/+2
* sync: remove cros_user parameter from ProfileSyncServicetim@chromium.org2011-12-161-11/+5
* [Sync] Rename ModelEnumSet to ModelTypeSetakalin@chromium.org2011-12-131-26/+26
* [Sync] Replace all instances of ModelTypeSet with ModelEnumSetakalin@chromium.org2011-12-101-72/+43
* Call NotifyObservers() after setting sync setup completed.stevenjb@google.com2011-12-081-0/+1
* [Sync] Replace all instances of ModelTypeBitSet with ModelEnumSetakalin@chromium.org2011-12-081-5/+7
* sync: change semantics (and name) of SigninManager::GetUsernametim@chromium.org2011-12-071-30/+14
* Fix the sync sign in dialog issues for app notifications:munjal@chromium.org2011-12-031-0/+14
* Make the change in ProfileSyncService such that it declares successmunjal@chromium.org2011-12-021-16/+59
* sync: remove GetAuthenticatedUsername from ProfileSyncService/SyncBackendHost.tim@chromium.org2011-12-021-7/+0
* Unswap sync backend initialize histogramsrlarocque@chromium.org2011-11-301-3/+3
* Re-application of CL originally reviewed here: http://codereview.chromium.org...jimblackler@google.com2011-11-301-0/+8
* [Sync] Convert VLOGs to DVLOGsakalin@chromium.org2011-11-291-31/+31
* sync: rename ProfileSyncFactory to ProfileSyncComponentsFactory.tim@chromium.org2011-11-221-2/+2
* Revert 110905 - Adding parameter to GetStatusLabels to indicate if links are ...torne@chromium.org2011-11-211-8/+0
* Adding parameter to GetStatusLabels to indicate if links are acceptable, as s...jimblackler@google.com2011-11-211-0/+8
* [Sync] Add type conversion constructor for WeakHandleakalin@chromium.org2011-11-171-1/+1
* Revert 110384 - Revert 110356 - Sync: Improve handling of database load failurescpu@chromium.org2011-11-171-4/+9
* Revert 110356 - Sync: Improve handling of database load failurescpu@chromium.org2011-11-161-9/+4
* Sync: Improve handling of database load failuresrlarocque@chromium.org2011-11-161-4/+9
* Revert 110177 - Sync: Improve handling of database load failuresrlarocque@chromium.org2011-11-151-9/+4
* Sync: Improve handling of database load failuresrlarocque@chromium.org2011-11-151-4/+9
* When the user enters new credentials to sync we clear the data from db as wel...lipalani@chromium.org2011-11-121-1/+1
* Do nothing in EnableEncryptEverything()if encryption already enabled.atwilson@chromium.org2011-11-111-1/+2