- d1c9108 Move string storage out of HistogramBase class. by Brian White · 8 years ago
- 75b1c3a Convert 0 and NULL to nullptr in components. by Ivan Kotenkov · 8 years ago
- 45e34728 Delete the PreferenceMACs on profile deletion. by proberge · 8 years ago
- 5f54795 Fix race in JsonPrefStoreCallbackTest.TestSerializeDataCallbacks. by Francois Doray · 8 years ago
- db69a3c Disable flaky JsonPrefStoreCallbackTest.TestSerializeDataCallbacks on Linux TSAN. by Henrik Grunell · 8 years ago
- 405dd2d Add a callback argument to PersistentPrefStore::CommitPendingWrite(). by Francois Doray · 8 years ago
- 3a7275f8 Remove possible Use-After-Frees with DictionaryValue::Set by jdoerrie · 8 years ago
- f420c16e Remove the alternative preferences filename from JsonPrefStore. by sammc · 8 years ago
- 122c4da Remove base::StringValue by jdoerrie · 8 years ago
- 23972357 Remove base::FundamentalValue by jdoerrie · 8 years ago
- 5d919d6 installer and some misc files: Change ScopedTempDir::path() to GetPath() by vabr · 9 years ago
- c503d69 Allow ImportantFileWriter to take in a pre-write callback. by proberge · 9 years ago
- fc46ac1 Add synchronous callback support to important_file_writer.cc by proberge · 9 years ago
- 8023d87 c/browser, c/common, components O-P: Change ScopedTempDir::path() to GetPath() by vabr · 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
- f00b9b4 Update components for new prefs location. by brettw · 9 years ago
- 58cd1f1 Move base/prefs to components/prefs by brettw · 9 years ago[Renamed (87%) from base/prefs/json_pref_store_unittest.cc]
- b48cea9 Revert of Move base/prefs to components/prefs (patchset #7 id:120001 of https://codereview.chromium.org/1648403002/ ) by joedow · 9 years ago[Renamed (87%) from components/prefs/json_pref_store_unittest.cc]
- deb824c Move base/prefs to components/prefs by brettw · 9 years ago[Renamed (87%) from base/prefs/json_pref_store_unittest.cc]
- 9ef8bb0 Switch to standard integer types in base/prefs/. by avi · 9 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
- 4b6e14e Implement lossy pref behavior for JsonPrefStore. by raymes · 10 years ago
- 74bb4de Revert of Implement lossy pref behavior for JsonPrefStore. (patchset #12 id:220001 of https://codereview.chromium.org/1127963002/) by robert.bradford · 10 years ago
- e9d8c98 Implement lossy pref behavior for JsonPrefStore. by raymes · 10 years ago
- 76de1af Add a PrefRegistrationFlags::LOSSY_PREF flag for writing lossy prefs by raymes · 10 years ago
- 054861d base: Remove most uses of MessageLoopProxy by skyostil · 10 years ago
- 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 · 10 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] · 11 years ago
- 56cbcb3a Fix a race condition in preference metric reporting. by [email protected] · 11 years ago
- 7e5b5b0 Revert 242382 "Fix a race condition in preference metric reporting." by [email protected] · 11 years ago
- bbd1299 Fix a race condition in preference metric reporting. by [email protected] · 11 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] · 12 years ago
- dfa049e Move string_number_conversions to base/strings. by [email protected] · 12 years ago
- 7ff48ca base: Convert the remaining uses of MessageLoop::RunUntilIdle to RunLoop variant. by [email protected] · 12 years ago
- f7b98b3 base: Convert MessageLoop::RunUntilIdle() cases to base::RunLoop variant. by [email protected] · 12 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] · 13 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] · 14 years ago
- 34b9963 Move base/thread.h to base/threading, fix up callers to use the new location. by [email protected] · 14 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