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. d4796f0 Update type_traits in base/values_unittest.cc by jdoerrie · 7 years ago
  12. 74f7680 Add noexcept specifier to base::Value by jdoerrie · 7 years ago
  13. 046caee Implement comparison operators for base::Value by jdoerrie · 7 years ago
  14. 0d1295b Remove base::StringValue by jdoerrie · 7 years ago
  15. bfe825e Remove base::FundamentalValue by jdoerrie · 7 years ago
  16. 1d5b348 Move Storage for ListValue and DictValue in Union by jdoerrie · 7 years ago
  17. 58325a4 Inline base::BinaryValue into base::Value by jdoerrie · 7 years ago
  18. 3129913 Inline StringValue into base::Value by jdoerrie · 7 years ago
  19. 93a0cf3 Inline FundamentalValue into base::Value by jdoerrie · 7 years ago
  20. 89ee31a Make base::Value::TYPE a scoped enum. by jdoerrie · 8 years ago
  21. d95e71b Re-write many calls to WrapUnique() with MakeUnique() by ricea · 8 years ago
  22. 03c8f32 Return a unique_ptr from BinaryValue::CreateWithCopiedBuffer. by dcheng · 8 years ago
  23. cc8e4d8 Convert //base to use std::unique_ptr by dcheng · 8 years ago
  24. a6a6a68 Switch to standard integer types in base/. by avi · 9 years ago
  25. 800d2ea base: Use std::move() instead of Pass() for real movable types. by danakj · 9 years ago
  26. 51a57ab Make DictionaryValue::DeepCopyWithoutEmptyChildren return a scoped_ptr by estade · 9 years ago
  27. 033e61e More base::Values-related bare pointer -> scoped_ptr conversions by estade · 9 years ago
  28. 4d4eaf0 base: Use scoped_ptr for ownership of pointers in unittests. by danakj · 9 years ago
  29. 77a018f Add some more scoped_ptr functions in values.h by estade · 9 years ago
  30. b57f3f5 json_schema_compiler: Use std::vector<char> for binary values. by pneubeck · 10 years ago
  31. 948395d Add DictionaryValue::Set and ::SetWithoutPathExpansion functions by estade · 10 years ago
  32. 7dc8df5 Standardize usage of virtual/override/final in base/ by dcheng · 10 years ago
  33. b3fa814 Clarify Value::Get*()'s interface to reflect the current implementation. by gab@chromium.org · 10 years ago
  34. 6ebcd52 Fix typo in base/values.cc from r249102, add a test by estade@chromium.org · 10 years ago
  35. fe74951 Get rid of some uses of base::Create*Value by estade@chromium.org · 10 years ago
  36. 903d5c9 Remove JsonPrefStore pruning of empty values on write. by gab@chromium.org · 11 years ago
  37. ae43e0a Make element removal methods in DictionaryValue and ListValue take scoped_ptr's as outparams. by bauerb@chromium.org · 11 years ago
  38. 68a745c Use a direct include of strings headers in base/. by avi@chromium.org · 11 years ago
  39. 17f6062 Use a direct include of utf_string_conversions.h in android_webview/, apps/, ash/, base/. by avi@chromium.org · 11 years ago
  40. d6c6d24 Remove base::DictionaryValue::HasNext. by pneubeck@chromium.org · 11 years ago
  41. 8164c2c Rewrite std::string("") to std::string(), Linux edition. by dcheng@chromium.org · 11 years ago
  42. 3070200 Revert "Rewrite std::string("") to std::string(), Linux edition." by dcheng@chromium.org · 11 years ago
  43. cb5b331 Rewrite std::string("") to std::string(), Linux edition. by dcheng@chromium.org · 11 years ago
  44. 7b1dfba BinaryValue support for NULL buffer. by rpaquay@chromium.org · 12 years ago
  45. 50be576 base: Do not use Value::Create* functions. by tfarina@chromium.org · 12 years ago
  46. 592520e Reverting due to memory waterfall failures. by jhawkins@chromium.org · 12 years ago
  47. 3897f9b Allowed BinaryValue to take a NULL buffer. by mitchellwrosen@chromium.org · 12 years ago
  48. cbb2239 Coverity: Fix a leak. by jhawkins@chromium.org · 12 years ago
  49. de3a6cf Add virtual and OVERRIDE to base/ implementation files by rsleevi@chromium.org · 12 years ago
  50. 29eaa25 Value::GetAsDictionary by battre@chromium.org · 13 years ago
  51. 1604ad6 Add a key/value iterator to DictionaryValue (in addition to the existing key by kalman@chromium.org · 13 years ago
  52. 1602a47 Adds Find method to the ListValue class. by pastarmovj@chromium.org · 13 years ago
  53. f4f5827 Revert recent changes to base::Value by stevenjb@google.com · 13 years ago
  54. e9de08f base: Add AsBinary() function to Value API. by tfarina@chromium.org · 13 years ago
  55. 13417b2 base: Add AsList() function to Value API. by tfarina@chromium.org · 13 years ago
  56. 09cf434 base: Fix the TODO in ListValue::Remove(). by tfarina@chromium.org · 13 years ago
  57. efc0c2b base: Remove CreateBinaryValue() function as it's redundant. by tfarina@chromium.org · 13 years ago
  58. 4cdd38e base: Use TEST() macro in Value unittests. by tfarina@chromium.org · 13 years ago
  59. 0b18b53 Modified Value::GetAsDouble so the function returns true when the object holds an Integer. by yusukes@google.com · 13 years ago
  60. 5c52868 Move some files from base to base/memory. by levin@chromium.org · 13 years ago
  61. 13413eb Rename Real* to Double* in values.* and dependent files by arv@chromium.org · 13 years ago
  62. 810f92f Made return types of various Value::DeepCopy() implementations more specific by akalin@chromium.org · 14 years ago
  63. 1f81ad0 Handle policy refresh internally in ConfigurationPolicyPrefStore. by mnissler@chromium.org · 14 years ago
  64. fbd55e1 Fix for Bug 50726 "Save extension list and "winning" prefs from extensions" by bauerb@chromium.org · 14 years ago
  65. c753303 clang/mac: Fix most problems in unittest targets in webkit.gyp by thakis@chromium.org · 14 years ago
  66. fd5fde9 Fix DictionaryValue::Equals() to also detect differences in key names. by mnissler@chromium.org · 14 years ago
  67. 11f89b0 Header cleanup in base. by brettw@chromium.org · 14 years ago
  68. 6835465 Remove deprecated wstring Get(As)String() methods from Value, etc. by viettrungluu@chromium.org · 14 years ago
  69. 3ae8610 Remove (deprecated) wstring version of Value::CreateStringValue(). by viettrungluu@chromium.org · 14 years ago
  70. 02e420f Remove deprecated wstring DictionaryValue::SetWithoutPathExpansion(). by viettrungluu@chromium.org · 14 years ago
  71. db939fb Remove remaining deprecated wstring DictionaryValue::Get...WithoutPathExpansion()s. by viettrungluu@chromium.org · 14 years ago
  72. 4603a8d Remove deprecated wstring DictionaryValue::Get{Dictionary,List}WithoutPathExpansion() overloads. by viettrungluu@chromium.org · 14 years ago
  73. b7b6aa0 Rename DictionaryValue's SetStringFromUTF16() to SetString() (and overload). by viettrungluu@chromium.org · 14 years ago
  74. 9884e95 Add dictionary comparing functions to DictionaryValue and unit tests by danno@chromium.org · 14 years ago
  75. 31b80ba Remove Value/StringValue's ...UTF16() methods in favour of overloading. by viettrungluu@chromium.org · 14 years ago
  76. d85babb Add #include utf_string_conversions.h to all files that use ASCIIToWide and by brettw@chromium.org · 14 years ago
  77. 496dec2 Make ValuesTest use std::strings (instead of wstrings) for dictionary keys. by viettrungluu@chromium.org · 14 years ago
  78. 17cee0e Preference provider implementation backed by JSON files in a directory. by mnissler@chromium.org · 14 years ago
  79. bf6ce9f Style cleanup in preparation for auto-linting base/. by erg@google.com · 15 years ago
  80. 3b2d3a4 Add string16 methods to JSON value classes. by munjal@chromium.org · 15 years ago
  81. e4948ab Remove emtpy lists and empty dictionaries from Preferences and by tony@chromium.org · 15 years ago
  82. dfe6a69 Fix a memory leak when calling the one-arg form of ListValue::Remove(). by pkasting@chromium.org · 15 years ago
  83. 36515db Many changes to DictionaryValues: by pkasting@chromium.org · 15 years ago
  84. 07b7b08 Minor Coverity nit: Unit test leaking data if failure occurs. by finnur@chromium.org · 15 years ago
  85. c658546 Use scoped_ptr to prevent memory leaks on test failures. by patrick@chromium.org · 15 years ago
  86. ad8855a NO CODE CHANGE by deanm@chromium.org · 15 years ago
  87. 1242667 revert broken change 10833 by nsylvain@chromium.org · 15 years ago
  88. 14e0b9a Port DictionaryValue to use string16 instead of wstring. by dsh@google.com · 15 years ago
  89. af7af1d Revert dsh's change 10818 by nsylvain@chromium.org · 15 years ago
  90. 7258e86 Port DictionaryValue to use string16 instead of wstring. by dsh@google.com · 15 years ago
  91. 8fe7adc NO CODE CHANGE (except one global std::wstring changed to const wchar_t* const per style compliance). by maruel@chromium.org · 15 years ago
  92. c93b02f Flesh out ListValue class. by aa@chromium.org · 16 years ago
  93. 2b923e7 Added std::string to Value via Set/GetString overloading. by scherkus@chromium.org · 16 years ago
  94. 5ad6276 Revert "Added std::string to Value via Set/GetString overloading." by scherkus@chromium.org · 16 years ago
  95. 92bc0d4 Added std::string to Value via Set/GetString overloading. by scherkus@chromium.org · 16 years ago
  96. f003cfe Use a more compact license header in source files. by license.bot · 16 years ago
  97. 691ecef Fix the final few remaining warnings in base by mmentovai@google.com · 16 years ago
  98. adc78f1 Revert r966, as it broke the Windows build. by evanm@google.com · 16 years ago
  99. 135104c Fix signed/unsigned in prep for -Wall. by evanm@google.com · 16 years ago
  100. 90799b5 rollback r922 to fix windows bustage by darin@google.com · 16 years ago