summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/profile_sync_service_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Move:ben@chromium.org2010-12-021-1/+1
* Revert 63447 - sync: enable password sync by default.tim@chromium.org2010-11-041-2/+2
* Make SigninManager tolerate SignOut() calls when not initialized.mnissler@chromium.org2010-10-281-0/+11
* sync: enable password sync by default.tim@chromium.org2010-10-211-2/+2
* Rename ChromeThread to BrowserThread Part22:tfarina@chromium.org2010-10-121-1/+1
* Rename ChromeThread to BrowserThread Part5:tfarina@chromium.org2010-10-081-4/+4
* 2nd attempt at http://codereview.chromium.org/3305003/showjohnnyg@chromium.org2010-09-091-15/+20
* Adding the sync-notification-host command line parameter to the integration t...rsimha@chromium.org2010-09-081-1/+0
* Revert 58778 - New authorization framework for sync. johnnyg@chromium.org2010-09-081-20/+15
* New authorization framework for sync. johnnyg@chromium.org2010-09-081-15/+20
* Revert 58768 - Adding the sync-notification-host command line parameter to th...rsimha@chromium.org2010-09-071-0/+1
* Adding the sync-notification-host command line parameter to the integration t...rsimha@chromium.org2010-09-071-1/+0
* Remove the wstring TreeModelNode::GetTitle() and rename GetTitleAsString16() ...viettrungluu@chromium.org2010-08-301-3/+3
* Remove wstrings from bookmarks, part 17.viettrungluu@chromium.org2010-08-291-4/+4
* Move prefs-related files under chrome/browser/ into a prefs/ subdir.evan@chromium.org2010-08-261-1/+1
* Remove wstrings in bookmarks, part 5.viettrungluu@chromium.org2010-08-201-5/+7
* Remove wstrings from bookmarks, part 3.viettrungluu@chromium.org2010-08-191-31/+35
* FBTF: Forward declare everything possible in testing_profile.herg@google.com2010-08-131-0/+2
* sync: Fix backend configuration to support sync db refresh.tim@chromium.org2010-08-111-2/+10
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-031-0/+1
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-311-4/+5
* Set the options dialog as the parent window of the sync wizard when thealbertb@chromium.org2010-07-161-1/+1
* Fix sync startup ordering to make sense and be less broken (though not perfec...tim@chromium.org2010-07-071-11/+12
* Make sure sync starts up on browser restart as well as initial sync flow.tim@chromium.org2010-06-291-0/+3
* Re-enable a previously disabled test. Failure is not reproducible.michaeln@chromium.org2010-06-291-9/+1
* sync: Add location info to unrecoverable errors, and remove the Unrecoverable...tim@chromium.org2010-06-081-6/+15
* Attempt to recommit issue 2013017. Switch sync servers based on channel.chron@chromium.org2010-05-171-0/+6
* Folded TestingProfileSyncService class into TestProfileSyncService.akalin@chromium.org2010-05-131-3/+5
* Revert 47064 - Switch sync servers depending on whether you're running stable...tyoshino@chromium.org2010-05-131-6/+0
* Switch sync servers depending on whether you're running stable or dev. Initia...chron@chromium.org2010-05-121-0/+6
* Remove extra notification from BookmarkModel::Copy.skrul@chromium.org2010-04-161-0/+2
* Pause the sync thread while starting data types.skrul@chromium.org2010-03-171-6/+9
* Add unit test for the "aborted by shutdown" case.skrul@chromium.org2010-03-081-0/+13
* Make DTCs implement the UnrecoverableErrorHandler interface so they can bealbertb@chromium.org2010-03-031-3/+3
* Un-reverting 33964 - turns out the problem here was that I used DCHECKs with ...skrul@chromium.org2010-02-261-11/+26
* Revert 39964 - Move data type start/stop management into DataTypeManagerchron@chromium.org2010-02-251-26/+11
* Move data type start/stop management into DataTypeManagerskrul@chromium.org2010-02-251-11/+26
* Refactored parts of the PSS unit tests to allow for preference sync to be tes...albertb@google.com2010-02-221-85/+8
* Add a unit test verifying the merge behavior when there are twonick@chromium.org2010-02-181-0/+20
* This change will include preferences as part of the usual startup sequence of...skrul@chromium.org2010-02-171-39/+3
* Reverting change: broke unit tests on chrome OS.finnur@chromium.org2010-02-161-1/+37
* This change will include preferences as part of the usual startup sequence of...skrul@chromium.org2010-02-161-37/+1
* Create preferences DTC and wire it into the profile sync factory.skrul@chromium.org2010-02-111-3/+8
* Implemented new notification methods.akalin@chromium.org2010-02-111-1/+2
* First stab at a DataTypeController.skrul@chromium.org2010-02-101-20/+72
* Moved all sync-related command-line logic to profile_sync_service.akalin@chromium.org2010-02-091-1/+0
* Fixed bug 21102 where shutdown while starting Sync leaves things weird.nick@chromium.org2010-01-291-3/+60
* In the sync database, use protobuf-based storage. Drop the oldnick@chromium.org2010-01-271-3/+4
* Generic ModelAssociator based on prototype from earlier CL.tim@chromium.org2009-12-171-31/+26
* I refactored ChangeProcessor so that the common stuff can be reused by otheralbertb@google.com2009-12-141-15/+31