Sign in
chromium
/
chromium
/
src
/
98bfd203088a09d06965e6fd6004471c1da13aa7
/
base
/
prefs
/
json_pref_store_unittest.cc
7669182
Revert of base: Remove use of MessageLoopProxy (patchset #6 id:100001 of https://codereview.chromium.org/1100773004/)
by stevenjb
· 10 years ago
62aa5ca
base: Remove use of MessageLoopProxy
by skyostil
· 10 years ago
bfb910a
Add histograms to record the number of writes to the prefs file
by raymes
· 10 years ago
8aef3761
Standardize usage of virtual/override/final specifiers in base/.
by dcheng
· 11 years ago
5648818
Standardize usage of virtual/override/final in base/
by dcheng
· 11 years ago
84b6029
Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.
by dcheng
· 11 years ago
9e096de
replace OVERRIDE and FINAL with override and final in base/
by mostynb
· 11 years ago
e3177dd5
Move file_util to base/files/ directory.
by
[email protected]
· 11 years ago
cfcf0e5
Expand the JsonPrefStore's interface to allow for an alternate filename to be specified.
by
[email protected]
· 11 years ago
1b583766
Move preference MACs to the protected preference stores.
by
[email protected]
· 11 years ago
e33c951
Introduce a new framework for back-and-forth tracked preference migration
by
[email protected]
· 11 years ago
69f65a2
Revert 269415 "Introduce a new framework for back-and-forth trac..."
by
[email protected]
· 11 years ago
9fd4c32
Introduce a new framework for back-and-forth tracked preference migration
by
[email protected]
· 11 years ago
06aaa4e
Revert 269346 "Introduce a new framework for back-and-forth trac..."
by
[email protected]
· 11 years ago
45af274
Introduce a new framework for back-and-forth tracked preference migration
by
[email protected]
· 11 years ago
eeedaa69
Add a unit test for JsonPrefStore::Remove.
by
[email protected]
· 12 years ago
56cbcb3a
Fix a race condition in preference metric reporting.
by
[email protected]
· 12 years ago
7e5b5b0
Revert 242382 "Fix a race condition in preference metric reporting."
by
[email protected]
· 12 years ago
bbd1299
Fix a race condition in preference metric reporting.
by
[email protected]
· 12 years ago
aa328339
Remove JsonPrefStore pruning of empty values on write.
by
[email protected]
· 12 years ago
dd3aa79
Rename base::Delete to base::DeleteFile
by
[email protected]
· 12 years ago
dcd1661
Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to the base namespace.
by
[email protected]
· 12 years ago
756748414
Move PathExists to base namespace.
by
[email protected]
· 12 years ago
f0ff2ad
Move Copy* into the base namespace.
by
[email protected]
· 12 years ago
918efbf
Move file_util::Delete to the base namespace
by
[email protected]
· 12 years ago
cadac62
Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"
by
[email protected]
· 12 years ago
d529cb0
Use a direct include of strings headers in base/.
by
[email protected]
· 12 years ago
a4ea1f1
Use a direct include of utf_string_conversions.h in android_webview/, apps/, ash/, base/.
by
[email protected]
· 12 years ago
3703e92
Update base/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
by
[email protected]
· 12 years ago
fd1d067b
base: Consolidate all test data directories under base/test/data.
by
[email protected]
· 12 years ago
023ad6ab
Replace FilePath with base::FilePath.
by
[email protected]
· 13 years ago
dfa049e
Move string_number_conversions to base/strings.
by
[email protected]
· 13 years ago
7ff48ca
base: Convert the remaining uses of MessageLoop::RunUntilIdle to RunLoop variant.
by
[email protected]
· 13 years ago
f7b98b3
base: Convert MessageLoop::RunUntilIdle() cases to base::RunLoop variant.
by
[email protected]
· 13 years ago
7e3ec42c
base: Do not use Value::Create* functions.
by
[email protected]
· 13 years ago
00c8782
base/prefs: Break the dependency in chrome_paths.h
by
[email protected]
· 13 years ago
5bfdcfd
base/prefs: Break the dependency on chrome/common/pref_names.h
by
[email protected]
· 13 years ago
ea1a3f6
Move scoped_temp_dir from base to base/files
by
[email protected]
· 13 years ago
892f1d6
Change PrefStore::ReadResult to a boolean.
by
[email protected]
· 13 years ago
0de615a
Moved JsonPrefStore to use SequencedWorkerPool instead of FILE thread. The pool also ensures that the same file requests are written in order received and that they block on shutdown.
by
[email protected]
· 13 years ago
dfa9add
Revert 165062 - We believe this change broke startup_tests
by
[email protected]
· 13 years ago
782c3ac
Moved JsonPrefStore to use SequencedWorkerPool instead of FILE thread. The pool also ensures that the same file requests are written in order received and that they block on shutdown.
by
[email protected]
· 13 years ago
1f18bfe
base: Update calls froms RunAllPending() to RunUntilIdle().
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 (99%) from chrome/common/json_pref_store_unittest.cc]
ea3e497
Keep emtpy List/Dictionary pref value with non-empty default.
by
[email protected]
· 13 years ago
fbe17c8a
Remove PrefService::ScheduleSavePersistentPrefs and change SavePersistentPrefs calls to CommitPendingWrites.
by
[email protected]
· 14 years ago
edd685f
Add MessageLoopProxy::current
by
[email protected]
· 14 years ago
e078590
Move scoped_temp_dir and scoped_native_library back from base/memory to base.
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
3a305db
Replacing base::DIR_TEMP with ScopedTempDir when appropriate.
by
[email protected]
· 14 years ago
3b63f8f4
Move some files from base to base/memory.
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
9a8c402
Introduce incognito preference settings.
by
[email protected]
· 15 years ago
34b9963
Move base/thread.h to base/threading, fix up callers to use the new location.
by
[email protected]
· 15 years ago
f2d1f61
Sanitize PrefStore interface.
by
[email protected]
· 15 years ago
57ecc4b
Make prefs use std::string for keys rather than wstrings.
by
[email protected]
· 15 years ago
e83326f
Convert more callers of the integer/string functions to using
by
[email protected]
· 15 years ago
33b9df4
Cleanup: Remove unneeded headers from app/
by
[email protected]
· 15 years ago
ea587b0
Removed dependency on ChromeThread from JsonPrefStore and moved JsonPrefStore and PrefStore to chrome/common. This is because JsonPrefStore is needed in the service process
by
[email protected]
· 15 years ago
[Renamed (90%) from chrome/browser/json_pref_store_unittest.cc]
c0858b0
Implementation of managed policy abstraction on top of a preference store. This is preparation work for implementing platform-specific policy.
by
[email protected]
· 15 years ago
277404c2
Reland "Factor out reading and writing of preferences into |PrefStore|."
by
[email protected]
· 15 years ago
7aa0a96
Revert 45168 - Reland r45028: Factor out reading and writing of preferences into |PrefStore|.
by
[email protected]
· 15 years ago
ac4df1d
Reland r45028: Factor out reading and writing of preferences into |PrefStore|.
by
[email protected]
· 15 years ago
43d1eca
Revert 45028 - Factor out reading and writing of preferences into |PrefStore|.
by
[email protected]
· 15 years ago
9c42a481
Revert 45029 - Fix JsonPrefStoreTest.NonExistentFile.
by
[email protected]
· 15 years ago
2f1bc79
Fix JsonPrefStoreTest.NonExistentFile.
by
[email protected]
· 15 years ago
567992f
Factor out reading and writing of preferences into |PrefStore|.
by
[email protected]
· 15 years ago