1. 4518400 Reland of Change base::Value::ListStorage to std::vector<base::Value> by jdoerrie · 7 years ago
  2. 7ce5d82 Revert of Change base::Value::ListStorage to std::vector<base::Value> (patchset #14 id:260001 of https://codereview.chromium.org/2740143002/ ) by rouslan · 7 years ago
  3. 0143ef0 Change base::Value::ListStorage to std::vector<base::Value> by jdoerrie · 7 years ago
  4. c56cc7f Remove base::BinaryValue by jdoerrie · 7 years ago
  5. 62e159c Reland of Use base::flat_map for base::Value dictionary storage. (patchset #1 id:1 of https://codereview.chromium.org/2811043002/ ) by mkwst · 7 years ago
  6. 86c7264 Revert of Use base::flat_map for base::Value dictionary storage. (patchset #3 id:40001 of https://codereview.chromium.org/2807953002/ ) by mkwst · 7 years ago
  7. ce5db03 Use base::flat_map for base::Value dictionary storage. by brettw · 7 years ago
  8. fcdbae7 Remove base::Value::CreateNullValue by jdoerrie · 7 years ago
  9. 2765c7b Fixing std::swap(x, x) in base. by dyaroshev · 7 years ago
  10. 751d7d7 Deprecate Value::(Create)DeepCopy by jdoerrie · 7 years ago
  11. 74f7680 Add noexcept specifier to base::Value by jdoerrie · 7 years ago
  12. 046caee Implement comparison operators for base::Value by jdoerrie · 7 years ago
  13. ce38c19 Enable noexcept on Windows, use for a few move constructors. by brettw · 7 years ago
  14. 3f3f191 Revert of Enable noexcept on Windows, use for a few move constructors. (patchset #3 id:40001 of https://codereview.chromium.org/2771643002/ ) by scottmg · 7 years ago
  15. 6d1b2b1 Enable noexcept on Windows, use for a few move constructors. by brettw · 7 years ago
  16. 953e0c5 Revert of Temporarily CHECK use after free in Value (patchset #1 id:1 of https://codereview.chromium.org/2743363004/ ) by vabr · 7 years ago
  17. 798c5ef 1 - Removing checks for self-assignment from base::Value. by dyaroshev · 7 years ago
  18. 3f090ed Temporarily CHECK use after free in Value by vabr · 7 years ago
  19. 7eac835 Check Swaps and MergeDictionary for base::Value by vabr · 7 years ago
  20. 0d1295b Remove base::StringValue by jdoerrie · 7 years ago
  21. bfe825e Remove base::FundamentalValue by jdoerrie · 7 years ago
  22. 1d5b348 Move Storage for ListValue and DictValue in Union by jdoerrie · 7 years ago
  23. 58325a4 Inline base::BinaryValue into base::Value by jdoerrie · 7 years ago
  24. 34ee9f6 Remove Custom StringValue implementations by jdoerrie · 7 years ago
  25. 3129913 Inline StringValue into base::Value by jdoerrie · 7 years ago
  26. 93a0cf3 Inline FundamentalValue into base::Value by jdoerrie · 7 years ago
  27. 94ef796 Add struct traits for base::Value. by sammc · 8 years ago
  28. 89ee31a Make base::Value::TYPE a scoped enum. by jdoerrie · 8 years ago
  29. d66aba8 Remove deprecated ListValue::Append(Value*) overload on CrOS. by dcheng · 8 years ago
  30. 50a617b Replace deprecated version of SetWithoutPathExpansion by corona10 · 8 years ago
  31. a603046 Remove some non-essential StringPiece->std::string conversion in base/ by lazyboy · 8 years ago
  32. 17f21de Remove deprecated ListValue::Append(Value*) overload on Linux. by dcheng · 8 years ago
  33. 46cc6ec Change more base::ListValue methods to use std::unique_ptr. by dcheng · 8 years ago
  34. ae1c2d6 Use StringPiece more in base::Value interfaces. by dcheng · 8 years ago
  35. e44b932 Add base::Value::GetTypeName(). by thestig · 8 years ago
  36. 03c8f32 Return a unique_ptr from BinaryValue::CreateWithCopiedBuffer. by dcheng · 8 years ago
  37. 340e3eb Remove base/move.h by dcheng · 8 years ago
  38. 7c7fa42 Revert of Remove base/move.h (patchset #4 id:60001 of https://codereview.chromium.org/2038273002/ ) by tzik · 8 years ago
  39. d9f786e Remove base/move.h by dcheng · 8 years ago
  40. 1fa44fb Use std::unique_ptr for base::DictionaryValue and base::ListValue's internal store. by dcheng · 8 years ago
  41. cc8e4d8 Convert //base to use std::unique_ptr by dcheng · 8 years ago
  42. c8651bf base: Add out-of-line copy ctors for complex classes. by vmpstr · 8 years ago
  43. 800d2ea base: Use std::move() instead of Pass() for real movable types. by danakj · 9 years ago
  44. d39049b Add scoped_ptr-safe base::Value to Dictionary/List conversion functions. by reillyg · 9 years ago
  45. c568efe Another optimization of DictionaryValue::Get(). by asvitkine · 9 years ago
  46. 22632bf Optimize DictionaryValue::Get() by avoiding temp string copies. by asvitkine · 9 years ago
  47. 51a57ab Make DictionaryValue::DeepCopyWithoutEmptyChildren return a scoped_ptr by estade · 9 years ago
  48. b5f30dd Convert JsonWriter::Write to taking a const ref for the in-param by estade · 9 years ago
  49. 033e61e More base::Values-related bare pointer -> scoped_ptr conversions by estade · 9 years ago
  50. 77a018f Add some more scoped_ptr functions in values.h by estade · 9 years ago
  51. 8b1a88a Removed obsolete float_util.h as VS2013 supports standards well enough. by mateuszs · 9 years ago
  52. 58322f4 Split ValueSerializer into separate Serializer and Deserializer classes. by prashhir · 9 years ago
  53. b57f3f5 json_schema_compiler: Use std::vector<char> for binary values. by pneubeck · 10 years ago
  54. 948395d Add DictionaryValue::Set and ::SetWithoutPathExpansion functions by estade · 10 years ago
  55. 2984a6b Remove Create*Value (except CreateNullValue) by estade@chromium.org · 10 years ago
  56. 6ebcd52 Fix typo in base/values.cc from r249102, add a test by estade@chromium.org · 10 years ago
  57. 0fd309d libaddressinput - reduce number of copies in storage class by 2 by estade@chromium.org · 10 years ago
  58. fe74951 Get rid of some uses of base::Create*Value by estade@chromium.org · 10 years ago
  59. 8e2b208 GTTF: Enable glibcxx debug mode for Debug builds by default. by phajdan.jr@chromium.org · 11 years ago
  60. 903d5c9 Remove JsonPrefStore pruning of empty values on write. by gab@chromium.org · 11 years ago
  61. 829bda4 Remove commented out logs in base/values.cc by gab@chromium.org · 11 years ago
  62. 5b75823 Fix memory leak in PrefMetricsService by battre@chromium.org · 11 years ago
  63. f29dd61 test IWYU fixups for base by mostynb@opera.com · 11 years ago
  64. ae43e0a Make element removal methods in DictionaryValue and ListValue take scoped_ptr's as outparams. by bauerb@chromium.org · 11 years ago
  65. 88aa655 Make base compile with no "using base::Value" in values.h by brettw@chromium.org · 11 years ago
  66. 68a745c Use a direct include of strings headers in base/. by avi@chromium.org · 11 years ago
  67. 17f6062 Use a direct include of utf_string_conversions.h in android_webview/, apps/, ash/, base/. by avi@chromium.org · 11 years ago
  68. 25373b5 Move BrowserAction references from ExtensionPrefs to ExtensionActionAPI by rdevlin.cronin@chromium.org · 11 years ago
  69. 03ed862 Removing base::DictionaryValue::key_iterator which was displaced by DictionaryValue::Iterator. by pneubeck@chromium.org · 11 years ago
  70. af2a396 History: Pass min/max timestamps as query parameters to history server. by dubroy@chromium.org · 11 years ago
  71. fa04b92 Revert 183116 by grt@chromium.org · 11 years ago
  72. 587ef3b History: Pass min/max timestamps as query parameters to history server. by dubroy@chromium.org · 11 years ago
  73. fc6088b Fix scoped_ptr<T[]> to disallow construction and reset from NULL. by dcheng@chromium.org · 11 years ago
  74. a2fbefc Replaced DictionaryValue::key_iterator by DictionaryValue::Iterator outside of chrome/browser. by pneubeck@chromium.org · 12 years ago
  75. 07615b4 Add missing, and remove unnecessary, 'explicit' from constructors. (base/) by hans@chromium.org · 12 years ago
  76. 7b1dfba BinaryValue support for NULL buffer. by rpaquay@chromium.org · 12 years ago
  77. e2d2b72 Add copy and assignment to FundamentalValue and StringValue. by estade@chromium.org · 12 years ago
  78. 3b60054 This CL provides a general ONC signature which is used for validation and normalization. by pneubeck@chromium.org · 12 years ago
  79. 5081d8e Add some useful features to base::Values: by kalman@chromium.org · 12 years ago
  80. 829cf75 Add an ostream operator to Value (based on JSONWriter) so that assertions by kalman@chromium.org · 12 years ago
  81. d5d38e3 Clean-up inline members of nested classes (base/) by hans@chromium.org · 12 years ago
  82. a8ca4fd Correct const accessors in base/values.(h|cc), Part II (ListValue) by vabr@chromium.org · 12 years ago
  83. 7456243 Correct const accessors in base/values.(h|cc) by vabr@chromium.org · 12 years ago
  84. 52852d5 persist known media galleries (only directories for now) by estade@chromium.org · 12 years ago
  85. 592520e Reverting due to memory waterfall failures. by jhawkins@chromium.org · 12 years ago
  86. 3897f9b Allowed BinaryValue to take a NULL buffer. by mitchellwrosen@chromium.org · 12 years ago
  87. c2d2b20 Rewrite base::JSONReader to be 35-40% faster, depending on the input string. by rsesek@chromium.org · 12 years ago
  88. 29eaa25 Value::GetAsDictionary by battre@chromium.org · 13 years ago
  89. 4c73d40 Make DictionaryValue::SetWithoutPathExpansion more efficient. by grt@chromium.org · 13 years ago
  90. 1602a47 Adds Find method to the ListValue class. by pastarmovj@chromium.org · 13 years ago
  91. f4f5827 Revert recent changes to base::Value by stevenjb@google.com · 13 years ago
  92. e9de08f base: Add AsBinary() function to Value API. by tfarina@chromium.org · 13 years ago
  93. 13417b2 base: Add AsList() function to Value API. by tfarina@chromium.org · 13 years ago
  94. 8d103c7 Reverts debugging code added in hopes of tracking crash. This also by sky@chromium.org · 13 years ago
  95. 727780e Remove check_on_delete for ChromeOS to avoid change to sizeof(Value) by satorux@chromium.org · 13 years ago
  96. a40267d base: Map non-finite double Values to 0.0. by derat@chromium.org · 13 years ago
  97. 142c71c Adds some debugging code in hopes of figuring out a crash. As far as I by sky@chromium.org · 13 years ago
  98. af8c8f0 base: Add DCHECK that double Values are finite. by derat@chromium.org · 13 years ago
  99. 09cf434 base: Fix the TODO in ListValue::Remove(). by tfarina@chromium.org · 13 years ago
  100. 254780a base: Rename ValueType to something less redundant as _just_ Type. by tfarina@chromium.org · 13 years ago