Sign in
chromium
/
chromium
/
src
/
fb9e596ea026c9885c9029adb2df32a84dba9fd7
/
components
/
prefs
/
testing_pref_store.cc
92b4e34
Remove uses of deprecated override of PrefValueMap::SetValue
by Sylvain Defresne
· 7 years ago
8ee75fbc
Make PrefValueMap use base::Value
by Vladislav Kuzkokov
· 7 years ago
788eaf6
[PrefService] Introduce a synchronous option to CommitPendingWrite()
by Gabriel Charette
· 7 years ago
84b58bd
prefs: Replace base::MakeUnique with std::make_unique
by Jinho Bang
· 8 years ago
45e34728
Delete the PreferenceMACs on profile deletion.
by proberge
· 8 years ago
405dd2d
Add a callback argument to PersistentPrefStore::CommitPendingWrite().
by Francois Doray
· 8 years ago
537415ea
Check that prefs are serializable in TestingPrefStore and JsonPrefStore.
by Sam McNally
· 8 years ago
122c4da
Remove base::StringValue
by jdoerrie
· 8 years ago
23972357
Remove base::FundamentalValue
by jdoerrie
· 8 years ago
e23659b4
Add PrefStore::GetValues
by tibell
· 8 years ago
0373fe1
Revert of Add PrefStore::GetValues (patchset #8 id:140001 of https://codereview.chromium.org/2692203007/ )
by aelias
· 8 years ago
311d4a1
Add PrefStore::GetValues
by tibell
· 8 years ago
42b92c1
Reduce usage of FOR_EACH_OBSERVER macro in components/
by ericwilligers
· 9 years ago
85ec5795
Re-write many calls to WrapUnique() with MakeUnique()
by ricea
· 9 years ago
5f043bc
Convert //components/prefs from scoped_ptr to std::unique_ptr
by dcheng
· 9 years ago
53fc0d4
Clear incognito preferences on destroying incognito profile.
by dvadym
· 10 years ago
f00b9b4
Update components for new prefs location.
by brettw
· 10 years ago
58cd1f1
Move base/prefs to components/prefs
by brettw
· 10 years ago
[Renamed from base/prefs/testing_pref_store.cc]
b48cea9
Revert of Move base/prefs to components/prefs (patchset #7 id:120001 of https://codereview.chromium.org/1648403002/ )
by joedow
· 10 years ago
[Renamed from components/prefs/testing_pref_store.cc]
deb824c
Move base/prefs to components/prefs
by brettw
· 10 years ago
[Renamed from base/prefs/testing_pref_store.cc]
9ef8bb0
Switch to standard integer types in base/prefs/.
by avi
· 10 years ago
0c8d4aa
base: Use std::move() instead of Pass() for real movable types.
by danakj
· 10 years ago
0bd407f
Convert some base/prefs/ methods to scoped_ptr instead of bare ptr
by estade
· 10 years ago
2673059
Add the ability to schedule any pending lossy prefs to be written.
by benwells
· 10 years ago
76de1af
Add a PrefRegistrationFlags::LOSSY_PREF flag for writing lossy prefs
by raymes
· 10 years ago
b90439b
Refactor TestingPrefStore to make it useful to some tests of load errors and asynchrony.
by
[email protected]
· 11 years ago
aa328339
Remove JsonPrefStore pruning of empty values on write.
by
[email protected]
· 12 years ago
14e0ec6
Switch prefs to use ObserverList::might_have_observers instead of ObserverList::size.
by
[email protected]
· 12 years ago
a43a667b
Make base compile with no "using base::Value" in values.h
by
[email protected]
· 12 years ago
7e3ec42c
base: Do not use Value::Create* functions.
by
[email protected]
· 13 years ago
892f1d6
Change PrefStore::ReadResult to a boolean.
by
[email protected]
· 13 years ago
03b9b4e
Move the bits of Prefs where production code has only trivially easy
by
[email protected]
· 13 years ago
[Renamed (98%) from chrome/browser/prefs/testing_pref_store.cc]
3e58a3a
Add ManagedModePolicyProvider and extension API to get and set policies.
by
[email protected]
· 13 years ago
c3160cf3
Cleanup: Remove unneeded scoped_ptr.h includes from chrome/browser.
by
[email protected]
· 13 years ago
2dea5c0
RefCounted types should not have public destructors, chrome/browser/ part 5
by
[email protected]
· 13 years ago
ea3e497
Keep emtpy List/Dictionary pref value with non-empty default.
by
[email protected]
· 13 years ago
59c1071
Add PrefService::GetInitializationStatus()
by
[email protected]
· 13 years ago
d3b05ea
Reinitialize LocalState's CommandLinePrefStore after about_flags updates the command line. Otherwise flags set in about:flags are ignored by the LocalState.
by
[email protected]
· 14 years ago
fbe17c8a
Remove PrefService::ScheduleSavePersistentPrefs and change SavePersistentPrefs calls to CommitPendingWrites.
by
[email protected]
· 14 years ago
845b43a8
Adds async interface method, which is used by JsonPrefStore. Also see the bug description for more info.
by
[email protected]
· 14 years ago
68bf41a
Let PrefStore::GetValue return a const Value* instead of Value* and add PersistentPrefStore::GetMutableValue
by
[email protected]
· 14 years ago
f89ee34
Fix missing change notifications of UserPrefStore
by
[email protected]
· 14 years ago
fadc607b6
Clean up warnings found in our testing code.
by
[email protected]
· 15 years ago
f2d1f61
Sanitize PrefStore interface.
by
[email protected]
· 15 years ago
acd78969c
Clean up pref change notification handling.
by
[email protected]
· 15 years ago