summaryrefslogtreecommitdiffstats
path: root/base/prefs
Commit message (Expand)AuthorAgeFilesLines
* Use a direct include of the message_loop header in base/.avi@chromium.org2013-07-182-2/+2
* 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-112-12/+12
* Move Copy* into the base namespace.brettw@chromium.org2013-07-091-4/+4
* Move DeleteAfterReboot, Move, and ReplaceFile to base namespacebrettw@chromium.org2013-07-011-1/+1
* Move file_util::Delete to the base namespacebrettw@chromium.org2013-07-011-1/+1
* Make base compile with no "using base::Value" in values.hbrettw@chromium.org2013-06-1418-167/+182
* Update CrOS to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-141-1/+1
* Rewrite scoped_ptr<T>(NULL) to use the default ctor in base/.dcheng@chromium.org2013-06-131-3/+1
* Rename base/hash_tables to base/containers/hash_tables.brettw@chromium.org2013-06-112-2/+2
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-114-48/+39
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-103-3/+3
* Use a direct include of strings headers in base/.avi@chromium.org2013-06-103-3/+3
* 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-316-25/+20
* Use base::MessageLoop in more files.xhwang@chromium.org2013-05-301-1/+1
* Eliminate BrowserProcess dependency from sign-in production code.joi@chromium.org2013-05-182-0/+5
* Revert 198844 "Move sequenced_task_runner to base/task"dbeam@chromium.org2013-05-081-1/+1
* Move sequenced_task_runner to base/taskbrettw@chromium.org2013-05-081-1/+1
* base/prefs: Make use of ThreadCheck in favor of less inheritance.tfarina@chromium.org2013-04-222-7/+8
* First-run auto-import on Windows reloads the prefs, which marksdconnelly@chromium.org2013-04-092-2/+2
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-092-2/+2
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-092-2/+2
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-092-2/+2
* base: Consolidate all test data directories under base/test/data.tfarina@chromium.org2013-04-076-42/+1
* Update readme for Prefs now that it's fully componentized.joi@chromium.org2013-03-221-8/+4
* base/prefs: Remove the public/ directory and move the files to //base/prefs.tfarina@chromium.org2013-03-218-12/+12
* Send pref change notifications when changing the default value for a pref.bauerb@chromium.org2013-03-074-17/+110
* base/prefs: Remove DEPS file.tfarina@chromium.org2013-03-061-10/+0
* Introduce //components/user_prefs.joi@chromium.org2013-03-062-12/+0
* Fix prefs registration in BrowserInstantController.joi@chromium.org2013-03-024-0/+32
* Move file_path.h to base/files.brettw@chromium.org2013-02-244-4/+4
* Get rid of the ability to unregister preferences.joi@chromium.org2013-02-214-45/+7
* Remove a TODO that we don't plan to address (at least not for now). Add comme...joi@chromium.org2013-02-211-1/+3
* Replace FilePath with base::FilePath.brettw@chromium.org2013-02-174-42/+48
* Remove PrefServiceBase, since everyone can now depend directly on PrefService.joi@chromium.org2013-02-1610-261/+184
* Moving last generic Prefs implementation files to base/prefs/.joi@chromium.org2013-02-146-2/+797
* Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/.joi@chromium.org2013-02-1117-2/+2679
* 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
* Revert "GTTF: Add missing virtual destructors."phajdan.jr@chromium.org2013-02-063-6/+2
* Remove PrefServiceSimple, replacing it with PrefService and PrefRegistrySimple.joi@chromium.org2013-02-066-27/+22
* GTTF: Add missing virtual destructors.phajdan.jr@chromium.org2013-02-053-2/+6
* base: Convert MessageLoop::RunUntilIdle() cases to base::RunLoop variant.tfarina@chromium.org2013-02-051-2/+3
* Add FilePath to base namespace.brettw@chromium.org2013-02-022-7/+10
* Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable.joi@chromium.org2012-12-223-118/+16
* Fix flakyness in PrefMemberTest::MoveToThreadqsr@chromium.org2012-12-211-0/+8
* base: Do not use Value::Create* functions.tfarina@chromium.org2012-12-166-62/+73
* Fix build on ChromeOS, in certain developer configurations the exportjoi@chromium.org2012-12-131-0/+57