1. 5d919d6 installer and some misc files: Change ScopedTempDir::path() to GetPath() by vabr · 9 years ago
  2. c503d69 Allow ImportantFileWriter to take in a pre-write callback. by proberge · 9 years ago
  3. fc46ac1 Add synchronous callback support to important_file_writer.cc by proberge · 9 years ago
  4. 8023d87 c/browser, c/common, components O-P: Change ScopedTempDir::path() to GetPath() by vabr · 9 years ago
  5. 85ec5795 Re-write many calls to WrapUnique() with MakeUnique() by ricea · 9 years ago
  6. 5f043bc Convert //components/prefs from scoped_ptr to std::unique_ptr by dcheng · 9 years ago
  7. f00b9b4 Update components for new prefs location. by brettw · 9 years ago
  8. 58cd1f1 Move base/prefs to components/prefs by brettw · 10 years ago[Renamed (87%) from base/prefs/json_pref_store_unittest.cc]
  9. 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 (87%) from components/prefs/json_pref_store_unittest.cc]
  10. deb824c Move base/prefs to components/prefs by brettw · 10 years ago[Renamed (87%) from base/prefs/json_pref_store_unittest.cc]
  11. 9ef8bb0 Switch to standard integer types in base/prefs/. by avi · 10 years ago
  12. 0c8d4aa base: Use std::move() instead of Pass() for real movable types. by danakj · 10 years ago
  13. 0bd407f Convert some base/prefs/ methods to scoped_ptr instead of bare ptr by estade · 10 years ago
  14. 2673059 Add the ability to schedule any pending lossy prefs to be written. by benwells · 10 years ago
  15. 4b6e14e Implement lossy pref behavior for JsonPrefStore. by raymes · 10 years ago
  16. 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
  17. e9d8c98 Implement lossy pref behavior for JsonPrefStore. by raymes · 10 years ago
  18. 76de1af Add a PrefRegistrationFlags::LOSSY_PREF flag for writing lossy prefs by raymes · 10 years ago
  19. 054861d base: Remove most uses of MessageLoopProxy by skyostil · 10 years ago
  20. 7669182 Revert of base: Remove use of MessageLoopProxy (patchset #6 id:100001 of https://codereview.chromium.org/1100773004/) by stevenjb · 10 years ago
  21. 62aa5ca base: Remove use of MessageLoopProxy by skyostil · 10 years ago
  22. bfb910a Add histograms to record the number of writes to the prefs file by raymes · 10 years ago
  23. 8aef3761 Standardize usage of virtual/override/final specifiers in base/. by dcheng · 11 years ago
  24. 5648818 Standardize usage of virtual/override/final in base/ by dcheng · 11 years ago
  25. 84b6029 Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>. by dcheng · 11 years ago
  26. 9e096de replace OVERRIDE and FINAL with override and final in base/ by mostynb · 11 years ago
  27. e3177dd5 Move file_util to base/files/ directory. by [email protected] · 11 years ago
  28. cfcf0e5 Expand the JsonPrefStore's interface to allow for an alternate filename to be specified. by [email protected] · 11 years ago
  29. 1b583766 Move preference MACs to the protected preference stores. by [email protected] · 11 years ago
  30. e33c951 Introduce a new framework for back-and-forth tracked preference migration by [email protected] · 11 years ago
  31. 69f65a2 Revert 269415 "Introduce a new framework for back-and-forth trac..." by [email protected] · 11 years ago
  32. 9fd4c32 Introduce a new framework for back-and-forth tracked preference migration by [email protected] · 11 years ago
  33. 06aaa4e Revert 269346 "Introduce a new framework for back-and-forth trac..." by [email protected] · 11 years ago
  34. 45af274 Introduce a new framework for back-and-forth tracked preference migration by [email protected] · 11 years ago
  35. eeedaa69 Add a unit test for JsonPrefStore::Remove. by [email protected] · 12 years ago
  36. 56cbcb3a Fix a race condition in preference metric reporting. by [email protected] · 12 years ago
  37. 7e5b5b0 Revert 242382 "Fix a race condition in preference metric reporting." by [email protected] · 12 years ago
  38. bbd1299 Fix a race condition in preference metric reporting. by [email protected] · 12 years ago
  39. aa328339 Remove JsonPrefStore pruning of empty values on write. by [email protected] · 12 years ago
  40. dd3aa79 Rename base::Delete to base::DeleteFile by [email protected] · 12 years ago
  41. dcd1661 Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to the base namespace. by [email protected] · 12 years ago
  42. 756748414 Move PathExists to base namespace. by [email protected] · 12 years ago
  43. f0ff2ad Move Copy* into the base namespace. by [email protected] · 12 years ago
  44. 918efbf Move file_util::Delete to the base namespace by [email protected] · 12 years ago
  45. cadac62 Call scoped_refptr<T>::get() rather than relying on implicit "operator T*" by [email protected] · 12 years ago
  46. d529cb0 Use a direct include of strings headers in base/. by [email protected] · 12 years ago
  47. a4ea1f1 Use a direct include of utf_string_conversions.h in android_webview/, apps/, ash/, base/. by [email protected] · 12 years ago
  48. 3703e92 Update base/ to use scoped_refptr<T>::get() rather than implicit "operator T*" by [email protected] · 12 years ago
  49. fd1d067b base: Consolidate all test data directories under base/test/data. by [email protected] · 12 years ago
  50. 023ad6ab Replace FilePath with base::FilePath. by [email protected] · 12 years ago
  51. dfa049e Move string_number_conversions to base/strings. by [email protected] · 12 years ago
  52. 7ff48ca base: Convert the remaining uses of MessageLoop::RunUntilIdle to RunLoop variant. by [email protected] · 12 years ago
  53. f7b98b3 base: Convert MessageLoop::RunUntilIdle() cases to base::RunLoop variant. by [email protected] · 12 years ago
  54. 7e3ec42c base: Do not use Value::Create* functions. by [email protected] · 13 years ago
  55. 00c8782 base/prefs: Break the dependency in chrome_paths.h by [email protected] · 13 years ago
  56. 5bfdcfd base/prefs: Break the dependency on chrome/common/pref_names.h by [email protected] · 13 years ago
  57. ea1a3f6 Move scoped_temp_dir from base to base/files by [email protected] · 13 years ago
  58. 892f1d6 Change PrefStore::ReadResult to a boolean. by [email protected] · 13 years ago
  59. 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
  60. dfa9add Revert 165062 - We believe this change broke startup_tests by [email protected] · 13 years ago
  61. 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
  62. 1f18bfe base: Update calls froms RunAllPending() to RunUntilIdle(). by [email protected] · 13 years ago
  63. 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]
  64. ea3e497 Keep emtpy List/Dictionary pref value with non-empty default. by [email protected] · 13 years ago
  65. fbe17c8a Remove PrefService::ScheduleSavePersistentPrefs and change SavePersistentPrefs calls to CommitPendingWrites. by [email protected] · 14 years ago
  66. edd685f Add MessageLoopProxy::current by [email protected] · 14 years ago
  67. e078590 Move scoped_temp_dir and scoped_native_library back from base/memory to base. by [email protected] · 14 years ago
  68. 845b43a8 Adds async interface method, which is used by JsonPrefStore. Also see the bug description for more info. by [email protected] · 14 years ago
  69. 3a305db Replacing base::DIR_TEMP with ScopedTempDir when appropriate. by [email protected] · 14 years ago
  70. 3b63f8f4 Move some files from base to base/memory. by [email protected] · 14 years ago
  71. 68bf41a Let PrefStore::GetValue return a const Value* instead of Value* and add PersistentPrefStore::GetMutableValue by [email protected] · 14 years ago
  72. 9a8c402 Introduce incognito preference settings. by [email protected] · 15 years ago
  73. 34b9963 Move base/thread.h to base/threading, fix up callers to use the new location. by [email protected] · 15 years ago
  74. f2d1f61 Sanitize PrefStore interface. by [email protected] · 15 years ago
  75. 57ecc4b Make prefs use std::string for keys rather than wstrings. by [email protected] · 15 years ago
  76. e83326f Convert more callers of the integer/string functions to using by [email protected] · 15 years ago
  77. 33b9df4 Cleanup: Remove unneeded headers from app/ by [email protected] · 15 years ago
  78. 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]
  79. 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
  80. 277404c2 Reland "Factor out reading and writing of preferences into |PrefStore|." by [email protected] · 15 years ago
  81. 7aa0a96 Revert 45168 - Reland r45028: Factor out reading and writing of preferences into |PrefStore|. by [email protected] · 15 years ago
  82. ac4df1d Reland r45028: Factor out reading and writing of preferences into |PrefStore|. by [email protected] · 15 years ago
  83. 43d1eca Revert 45028 - Factor out reading and writing of preferences into |PrefStore|. by [email protected] · 15 years ago
  84. 9c42a481 Revert 45029 - Fix JsonPrefStoreTest.NonExistentFile. by [email protected] · 15 years ago
  85. 2f1bc79 Fix JsonPrefStoreTest.NonExistentFile. by [email protected] · 15 years ago
  86. 567992f Factor out reading and writing of preferences into |PrefStore|. by [email protected] · 15 years ago