summaryrefslogtreecommitdiffstats
path: root/chrome/browser/pref_value_store_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Notify pref observers when the PrefStore controlling a preference changes, ev...pam@chromium.org2010-08-191-16/+63
* Refactor PrefService, pulling the PREF_CHANGED notification infrastructure ou...pam@chromium.org2010-08-181-7/+30
* Remove (deprecated) wstring version of Value::CreateStringValue().viettrungluu@chromium.org2010-08-151-7/+6
* Make prefs use std::string for keys rather than wstrings.viettrungluu@chromium.org2010-08-111-24/+24
* Move a bunch of chrome/browser/ files into a policy/ subdir.evan@chromium.org2010-08-091-1/+1
* Move creation of the PrefStores into the PrefValueStore, to reduce the knowle...pam@chromium.org2010-08-061-6/+9
* Changing policy while Chrome is running should refresh preferences without re...danno@chromium.org2010-08-041-24/+186
* Cleanup: Remove unneeded headers from app/thestig@chromium.org2010-07-291-1/+0
* Add a PrefStore for loading prefs from command-line switches.pam@chromium.org2010-07-161-1/+58
* Add methods for determining which PrefStore contains a given preference, and ...pam@chromium.org2010-07-141-8/+77
* Rename "user" namespace to not conflict with ARM system header.pam@chromium.org2010-07-131-20/+25
* Add an ExtensionPrefStore, layered between the user prefs and the managed pre...pam@chromium.org2010-07-121-11/+42
* Support multiple PrefStoresmnissler@chromium.org2010-06-071-0/+268