| Commit message (Expand) | Author | Age | Files | Lines |
* | Move prefs-related files under chrome/browser/ into a prefs/ subdir. | evan@chromium.org | 2010-08-26 | 1 | -198/+0 |
* | Clean up unnecessary #includes of base/{scoped_ptr.h,string16.h}. | viettrungluu@chromium.org | 2010-08-19 | 1 | -1/+0 |
* | Notify pref observers when the PrefStore controlling a preference changes, ev... | pam@chromium.org | 2010-08-19 | 1 | -3/+19 |
* | FBTF: Remove unneeded headers from base/ (part 6) | thestig@chromium.org | 2010-08-19 | 1 | -2/+2 |
* | Refactor PrefService, pulling the PREF_CHANGED notification infrastructure ou... | pam@chromium.org | 2010-08-18 | 1 | -28/+16 |
* | Make prefs use std::string for keys rather than wstrings. | viettrungluu@chromium.org | 2010-08-11 | 1 | -12/+12 |
* | Fix memory leak in policy refresh implementation | danno@chromium.org | 2010-08-06 | 1 | -7/+10 |
* | Move creation of the PrefStores into the PrefValueStore, to reduce the knowle... | pam@chromium.org | 2010-08-06 | 1 | -12/+30 |
* | Changing policy while Chrome is running should refresh preferences without re... | danno@chromium.org | 2010-08-04 | 1 | -1/+45 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Adjust preference sync code to only sync user modifiable preferences. | mnissler@chromium.org | 2010-07-21 | 1 | -1/+11 |
* | Add a PrefStore for loading prefs from command-line switches. | pam@chromium.org | 2010-07-16 | 1 | -0/+4 |
* | Add methods for determining which PrefStore contains a given preference, and ... | pam@chromium.org | 2010-07-14 | 1 | -4/+16 |
* | Add an ExtensionPrefStore, layered between the user prefs and the managed pre... | pam@chromium.org | 2010-07-12 | 1 | -13/+25 |
* | Support multiple PrefStores | mnissler@chromium.org | 2010-06-07 | 1 | -0/+91 |