summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/profile_sync_service.cc
Commit message (Expand)AuthorAgeFilesLines
* Integrated customize sync dialog with sync setup wizard on OS X.akalin@chromium.org2010-04-071-13/+0
* Revert 43796 - Integrated customize sync dialog with sync setup wizard on OS X.akalin@chromium.org2010-04-071-0/+13
* Integrated customize sync dialog with sync setup wizard on OS X.akalin@chromium.org2010-04-071-13/+0
* Update routing info and nudge syncer in ConfigureDataTypes().skrul@chromium.org2010-04-021-4/+5
* Move enable/disable storage to prefs.nick@chromium.org2010-04-021-17/+105
* Add linux UI for enabling sync types.zork@chromium.org2010-04-011-0/+4
* Add themes to new sync UI.dantasse@chromium.org2010-04-011-0/+1
* The "Customize Sync" dialog will let users select to sync or not sync each da...dantasse@chromium.org2010-03-311-9/+32
* This is basically a rewrite of the DataTypeManager to support dynamic data ty...skrul@chromium.org2010-03-231-17/+49
* Update sync to support syncing of typed urlszork@chromium.org2010-03-181-1/+2
* Pause the sync thread while starting data types.skrul@chromium.org2010-03-171-1/+1
* Added switch to invalidate the sync xmpp auth token for testing.akalin@chromium.org2010-03-121-1/+6
* Remove DeleteOnIOThread from Datatype controller to fix Valgrind and remove t...zork@chromium.org2010-03-051-6/+0
* Under Chromium OS, keep track of whether sync auth has been bootstrappedalbertb@chromium.org2010-03-051-3/+14
* Improve autofill unit testskrul@chromium.org2010-03-031-1/+2
* Fix crash in ProfileSyncService on ChromiumOS.skrul@chromium.org2010-03-011-1/+1
* Add autofill Change Processor and Model Associatorzork@google.com2010-03-011-1/+6
* Un-reverting 33964 - turns out the problem here was that I used DCHECKs with ...skrul@chromium.org2010-02-261-114/+35
* 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