summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_pref_store.cc
Commit message (Expand)AuthorAgeFilesLines
* RefCounted types should not have public destructors, chrome/browser/extension...rsleevi@chromium.org2012-04-271-6/+6
* Add ability to find out whether an extension pref value is coming from incogn...bauerb@chromium.org2011-03-091-1/+2
* Introduce incognito preference settings.battre@chromium.org2011-01-251-13/+27
* Sanitize PrefStore interface.mnissler@chromium.org2010-12-091-0/+28
* Fix for Bug 50726 "Save extension list and "winning" prefs from extensions"bauerb@chromium.org2010-12-061-199/+0
* Move:ben@chromium.org2010-12-021-1/+1
* Part 3 of immutable Extension refactor.mpcomplete@chromium.org2010-10-291-4/+4
* 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