summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/profile_sync_service.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert 39964 - Move data type start/stop management into DataTypeManagerchron@chromium.org2010-02-251-35/+114
* Move data type start/stop management into DataTypeManagerskrul@chromium.org2010-02-251-114/+35
* Move pref_{member,service} and important_file_writer from chrome/commonphajdan.jr@chromium.org2010-02-191-1/+1
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-191-0/+1
* This change will include preferences as part of the usual startup sequence of...skrul@chromium.org2010-02-171-27/+94
* Reverting change: broke unit tests on chrome OS.finnur@chromium.org2010-02-161-83/+15
* This change will include preferences as part of the usual startup sequence of...skrul@chromium.org2010-02-161-15/+83
* Implemented new notification methods.akalin@chromium.org2010-02-111-2/+10
* First stab at a DataTypeController.skrul@chromium.org2010-02-101-122/+77
* Moved all sync-related command-line logic to profile_sync_service.akalin@chromium.org2010-02-091-1/+7
* Switch the order of two checks to avoid dereferencing a null RequestContextdantasse@chromium.org2010-02-041-2/+2
* Check the LSID before starting up a ProfileSyncService. This will stop memor...dantasse@chromium.org2010-02-031-0/+4
* Fixed bug 21102 where shutdown while starting Sync leaves things weird.nick@chromium.org2010-01-291-3/+6
* Update the kHasSyncSetupCompleted preference when the bootstrapedalbertb@google.com2010-01-211-22/+26
* Fix a crash when enabling bookmark sync.zork@google.com2010-01-051-9/+9
* Cleanup histogram classes mixing SetFlags into FactoryGet argumentsjar@chromium.org2009-12-281-6/+1
* Generic ModelAssociator based on prototype from earlier CL.tim@chromium.org2009-12-171-44/+22
* Fix a leak added in r34510. We need to delete old ChangeProcessors.tony@chromium.org2009-12-151-0/+1
* I refactored ChangeProcessor so that the common stuff can be reused by otheralbertb@google.com2009-12-141-28/+69
* Fix the crashing chromeos sync tests and revert the patch that disabled them.albertb@google.com2009-12-101-2/+3
* Fix typo in ifdef for enabling auth bootstraping on Chrome OSalbertb@google.com2009-12-101-3/+3
* Remove IsPrefRegistered function from PrefService API and fix the callers totony@chromium.org2009-12-071-1/+1
* Use factory to create histograms, and refcounts to track lifetimesjar@chromium.org2009-12-061-5/+6
* Plumping for taking LSID cookie from ProfileSyncService to GaiaAuthenticator.albertb@google.com2009-12-011-3/+36
* Enable sync by default on all platforms.akalin@chromium.org2009-11-301-4/+2
* Revert 33318 - Enable sync by default on all platforms.akalin@chromium.org2009-11-301-2/+4
* Enable sync by default on all platforms.akalin@chromium.org2009-11-301-4/+2
* Revert 32727 - Disable sync. (Will be committed on beta branch only, and this...akalin@chromium.org2009-11-211-1/+1
* Disable sync. (Will be committed on beta branch only, and this CL will be imm...akalin@chromium.org2009-11-211-1/+1
* Implement the gaia captcha state and unlock capability in the sync setup wizard.tim@chromium.org2009-11-121-2/+3
* Turn on sync for OS X (behind an --enable-sync switch).akalin@chromium.org2009-11-121-0/+8
* Part 1 of implementing captcha for sync dialog. tim@chromium.org2009-11-111-5/+7
* Fix a few spelling mistakes.nick@chromium.org2009-11-091-3/+3
* Use GetSwitchValueASCII.tony@chromium.org2009-11-061-2/+3
* Remove the browser_sync flag.zork@chromium.org2009-10-271-4/+1
* Rename CHROME_PERSONALIZATION to BROWSER_SYNC.nick@chromium.org2009-10-171-2/+2
* Facelifts to sync UItim@chromium.org2009-10-151-10/+14
* Fix pieces of syncapi that aren't implemented on Linux.zork@chromium.org2009-10-151-9/+11
* Cleanup some rotten references to old command line switches.nick@chromium.org2009-10-061-2/+2
* Initial CL for fixing some of the proxy auth issues.chron@chromium.org2009-10-061-6/+1
* Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classesbrettw@chromium.org2009-10-031-1/+0
* Handle some startup errors encountered by ModelAssociator (such as tim@chromium.org2009-09-161-0/+3
* Remove deprecated status flags from synczork@google.com2009-09-101-2/+0
* Reorganize UMA data to measure network latency on sync authorization.brg@chromium.com2009-08-221-5/+9
* Removed personalization_strings.h and moved all the strings into generated_re...idana@chromium.org2009-08-201-3/+4
* Remove personalization.h/cc by putting things in final resting placestim@chromium.org2009-08-201-1/+0
* Move model operations from ProfileSyncService to ChangeProcessor.tim@chromium.org2009-08-181-513/+40
* Some personalization cleanup:tim@chromium.org2009-08-151-41/+17
* Add the default sync service URL.tim@chromium.org2009-08-111-2/+4
* Add UMA histograms for chrome-sync.We add the following histograms:Sync.Merge...brg@chromium.com2009-08-111-1/+35