summaryrefslogtreecommitdiffstats
path: root/base/prefs/json_pref_store_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Add a unit test for JsonPrefStore::Remove.dgrogan@chromium.org2014-01-301-0/+21
* Fix a race condition in preference metric reporting.erikwright@chromium.org2013-12-231-10/+26
* Revert 242382 "Fix a race condition in preference metric reporting."danakj@chromium.org2013-12-231-26/+10
* Fix a race condition in preference metric reporting.erikwright@chromium.org2013-12-231-10/+26
* Remove JsonPrefStore pruning of empty values on write.gab@chromium.org2013-11-271-47/+27
* Rename base::Delete to base::DeleteFilebrettw@chromium.org2013-07-161-1/+1
* Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to...brettw@chromium.org2013-07-151-4/+3
* Move PathExists to base namespace.brettw@chromium.org2013-07-111-10/+10
* Move Copy* into the base namespace.brettw@chromium.org2013-07-091-4/+4
* Move file_util::Delete to the base namespacebrettw@chromium.org2013-07-011-1/+1
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-111-14/+8
* Use a direct include of strings headers in base/.avi@chromium.org2013-06-101-1/+1
* Use a direct include of utf_string_conversions.h in android_webview/, apps/, ...avi@chromium.org2013-06-071-1/+1
* Update base/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-05-311-6/+4
* base: Consolidate all test data directories under base/test/data.tfarina@chromium.org2013-04-071-6/+1
* Replace FilePath with base::FilePath.brettw@chromium.org2013-02-171-15/+15
* Move string_number_conversions to base/strings.brettw@chromium.org2013-02-071-1/+1
* base: Convert the remaining uses of MessageLoop::RunUntilIdle to RunLoop vari...tfarina@chromium.org2013-02-061-2/+2
* base: Convert MessageLoop::RunUntilIdle() cases to base::RunLoop variant.tfarina@chromium.org2013-02-051-2/+3
* base: Do not use Value::Create* functions.tfarina@chromium.org2012-12-161-8/+8
* base/prefs: Break the dependency in chrome_paths.htfarina@chromium.org2012-11-271-3/+8
* base/prefs: Break the dependency on chrome/common/pref_names.htfarina@chromium.org2012-11-221-2/+3
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-161-2/+2
* Change PrefStore::ReadResult to a boolean.bauerb@chromium.org2012-11-081-11/+8
* Moved JsonPrefStore to use SequencedWorkerPool instead of FILE thread. The po...zelidrag@chromium.org2012-11-081-23/+27
* Revert 165062 - We believe this change broke startup_testsnsylvain@chromium.org2012-11-011-27/+23
* Moved JsonPrefStore to use SequencedWorkerPool instead of FILE thread. The po...zelidrag@chromium.org2012-10-301-23/+27
* base: Update calls froms RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-10-301-4/+4
* Move the bits of Prefs where production code has only trivially easyjoi@chromium.org2012-10-221-0/+293