summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/profile_sync_service_preference_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* chrome: Remove the remaining use of ALLOW_THIS_IN_INITIALIZER_LIST.tfarina@chromium.org2013-05-011-5/+4
* signin: pull basic SigninManager functionality into new SigninManagerBase class.tim@chromium.org2013-04-211-1/+2
* chrome: Update the include paths of base/string_piece.h to its new location.tfarina@chromium.org2013-03-311-1/+1
* sync: Implementation of Priority Preferences.albertb@chromium.org2013-03-271-5/+6
* Introduce //components/user_prefs.joi@chromium.org2013-03-061-1/+1
* Split testing_pref_service.h/.cc into two parts, generic vs. Chrome-specific.joi@chromium.org2013-02-121-1/+1
* Introduce PrefRegistrySyncable, simplifying PrefServiceSyncable.joi@chromium.org2013-02-101-3/+5
* Linux/ChromeOS Chromium style checker cleanup, chrome/browser edition.rsleevi@chromium.org2013-02-071-2/+2
* Stop static_cast<StringValue*>'ing from TYPE_STRING values.kinaba@chromium.org2013-01-291-4/+2
* Copy entries of broken (having unrecoverable error) data types to delete jour...haitaol@chromium.org2013-01-261-2/+3
* Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable.joi@chromium.org2012-12-221-2/+2
* sync: use ProfileSyncServiceFactory in all AbstractProfileSyncServiceTest tests.tim@chromium.org2012-12-061-31/+27
* [Sync] Have the generic change processor fill the syncer_merge_resultzea@chromium.org2012-11-271-6/+53
* [Sync] Fix leak in ManagedListPreferenceszea@chromium.org2012-11-211-5/+6
* [Sync] Ensure association only reads from user preferences.zea@chromium.org2012-11-201-0/+54
* [Sync] Introduce DataTypeDebugListener and add plumbing to the DataTypeManagerzea@chromium.org2012-11-081-1/+1
* Transaction version is used to detect out-of-sync between sync model and nati...haitaol@chromium.org2012-10-261-5/+5
* [Sync] Require ProfileSyncService to have an uninitialized backend on shutdownakalin@chromium.org2012-10-021-0/+1
* Moving google_apis and GaiaClient to src/google_apis.joi@chromium.org2012-09-071-1/+1
* [sync] Divorce DataTypeManager from NotificationService notifications by cre...rsimha@chromium.org2012-08-171-1/+1
* [Sync] Move ModelType and related classes to 'syncer' namespaceakalin@chromium.org2012-07-031-20/+20
* [Sync] Move model_type* from syncable/ to base/akalin@chromium.org2012-07-031-1/+1
* [Sync] Rename csync namespace to syncerakalin@chromium.org2012-06-281-30/+30
* [Sync] Put everything in sync/api into csync namespaceakalin@chromium.org2012-06-271-2/+2
* [Sync] Rename sync_api to csyncakalin@chromium.org2012-06-221-28/+28
* sync: move internal_api components used by chrome/browser into internal_api/p...tim@chromium.org2012-06-171-5/+5
* [Sync] Add histogram to track the reason for unrecoverable errors at the PSS.zea@chromium.org2012-06-141-1/+1
* sync: create internal_api/public to house sync/ files needed by chrome/browse...tim@chromium.org2012-06-071-1/+1
* Migrate the rest of the "global" prefs.falken@google.com2012-05-221-3/+3
* Add additional error logging to investigate Autocomplete Sync failures.isherman@chromium.org2012-05-171-1/+4
* [Sync] Move chrome/browser/sync/api to sync/apiakalin@chromium.org2012-05-151-1/+1
* [Sync] Move 'syncapi_core' and 'sync_unit_tests' targets to sync/akalin@chromium.org2012-04-211-5/+5
* sync: Make BaseNode lookup-related Init functions return specific failures.tim@chromium.org2012-04-211-4/+8
* Modify the base::JSONReader interface to take a set of options rather than a ...rsesek@chromium.org2012-04-111-4/+2
* [Sync] Have SyncableService's take ownership of their SyncChangeProcessor.zea@chromium.org2012-03-231-3/+5
* [Sync] Move 'sync' target to sync/akalin@chromium.org2012-03-151-1/+1
* [Sync] Create new top-level sync/ directoryakalin@chromium.org2012-03-101-2/+2
* Converting TokenService to a ProfileKeyedService.rlp@chromium.org2012-03-081-2/+2
* [Sync] Remove SyncableServiceAdapter.zea@chromium.org2012-03-061-32/+15
* sync: remove use of protobuf extensions in protocol to reduce static init ove...tim@chromium.org2012-03-041-2/+2
* Revert 123872 - Revert 122403 - After model association, while running if the...lipalani@chromium.org2012-02-281-6/+10
* Revert 122403 - After model association, while running if the datatype encoun...lipalani@chromium.org2012-02-281-10/+6
* Break two classes defined in json_value_serializer.cc, .h into separate files.bbudge@chromium.org2012-02-261-1/+1
* After model association, while running if the datatype encounters an error we...lipalani@chromium.org2012-02-171-6/+10
* "Recommit 118589 - Re-commit r117965 and 117130 with a fix for perf regression."atwilson@chromium.org2012-01-221-2/+4
* Revert 118589 - Re-commit r117965 and 117130 with a prospective fix for perf ...atwilson@chromium.org2012-01-211-4/+2
* Re-commit r117965 and 117130 with a prospective fix for perf regression.atwilson@chromium.org2012-01-211-2/+4
* sync: Make ProfileSyncService a ProfileKeyedService.tim@chromium.org2012-01-201-5/+7
* Revert SigninManager changes to see if they were the cause of the perf regres...atwilson@chromium.org2012-01-191-5/+3
* Make SigninManager a ProfileKeyedService.atwilson@chromium.org2012-01-171-1/+2