summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_pref_store.cc
Commit message (Expand)AuthorAgeFilesLines
* Create a DefaultPrefStore to hold registered application-default preference v...pam@chromium.org2010-09-141-9/+22
* Move prefs-related files under chrome/browser/ into a prefs/ subdir.evan@chromium.org2010-08-261-1/+1
* Notify pref observers when the PrefStore controlling a preference changes, ev...pam@chromium.org2010-08-191-4/+8
* Refactor PrefService, pulling the PREF_CHANGED notification infrastructure ou...pam@chromium.org2010-08-181-1/+1
* Make prefs use std::string for keys rather than wstrings.viettrungluu@chromium.org2010-08-111-2/+2
* First stage of proxy extension API.pam@chromium.org2010-08-041-54/+127
* Fix memory leaks in ExtensionPrefStore and its unit test.pam@chromium.org2010-07-261-12/+10
* Fix memory leak in extension pref storejrg@chromium.org2010-07-121-0/+6
* Add an ExtensionPrefStore, layered between the user prefs and the managed pre...pam@chromium.org2010-07-121-0/+105