Thanks to visit codestin.com
Credit goes to chromium.googlesource.com

  1. 2a9a8d8 [mojo] Reserve space in DictValue/ListValue on unserialization. by François Doray · 9 weeks ago
  2. fc7952f0 [tracing] Delete base/trace_event/base_tracing.h by Etienne Pierre-doray · 5 months ago
  3. 4c826fa [tracing] Remove enable_base_tracing by Etienne Pierre-doray · 5 months ago
  4. 806b04bf Avoid redundant dictionary storage in JSONParser by Andrew Paseltiner · 7 months ago
  5. 82cb8b6 Optimize base::DictValue::Merge by Andrew Paseltiner · 7 months ago
  6. 3ce6ff7 Use C++20 operator<=> and operator reordering for base::Value by Joe Mason · 8 months ago
  7. ab2c6ac Migrate absl variant.h and utility.h in base by Victor Hugo Vianna Silva · 8 months ago
  8. c4c65fe Un-nest base::Value::Dict and base::Value::List classes by Andrew Paseltiner · 8 months ago
  9. 025a9425 Reland "[cleanup] Replace base::ranges with std::ranges: base/" by Peter Kasting · 10 months ago
  10. 982cfb70 Revert "[cleanup] Replace base::ranges with std::ranges: base/" by Salvador Guerrero Ramos · 10 months ago
  11. cbf3d67 [cleanup] Replace base::ranges with std::ranges: base/ by Peter Kasting · 10 months ago
  12. b2517a1d Add Value::List::contains(). by Peter Kasting · 10 months ago
  13. 9bf61ff Replace O(n log n) base::Value::Dict::Clone with O(n) by Andrew Paseltiner · 1 year ago
  14. 5411965 Replace CHECK(false) in base/ by Peter Boström · 1 year ago
  15. d3af52e Make Value::BlobStorage's std::move-able out of the parent value. by Matt Menke · 1 year, 2 months ago
  16. d4e9a78 Fix unsafe buffer warnings in base/values.cc. by Jan Keitel · 1 year, 4 months ago
  17. 8800b664 Convert base::StringPiece to std::string_view //base by Helmut Januschka · 1 year, 4 months ago
  18. 1dce9dc Convert base::StringPiece to std::string_view left overs. by Helmut Januschka · 1 year, 5 months ago
  19. cb0d5306 Rename DUMP_ version of NOTREACHED() by Peter Boström · 1 year, 5 months ago
  20. 42abceb7 Convert base::StringPiece to std::string_view in //base by Aquibuzzaman Md. Sayem · 1 year, 6 months ago
  21. 493c8a0 Exclude all hit NOTREACHED()s on iOS M124 stable by Peter Boström · 1 year, 6 months ago
  22. 51d26a40 Reland "Opt //base into unsafe-buffer-usage warnings, except PA and third_party" by danakj · 1 year, 7 months ago
  23. 3e9ab038 Revert "Opt //base into unsafe-buffer-usage warnings, except PA and third_party" by [email protected] · 1 year, 7 months ago
  24. 564151ec Opt //base into unsafe-buffer-usage warnings, except PA and third_party by danakj · 1 year, 7 months ago
  25. dae52e9 Reland "[base] Update Erase()/EraseIf() calls for std::vector<> in misc files" by Andrew Rayskiy · 1 year, 9 months ago
  26. b24693e46 Revert "[base] Update Erase()/EraseIf() calls for std::vector<> in misc files" by Aya Elsayed · 1 year, 9 months ago
  27. 98f692f [base] Update Erase()/EraseIf() calls for std::vector<> in misc files by Andrew Rayskiy · 1 year, 9 months ago
  28. cc318b73 switch away from std::to_address by Nick Diego Yamane · 1 year, 9 months ago
  29. e5fff99c Rename {absl => std}::optional in base + everywhere. [Final] by Arthur Sonzogni · 1 year, 9 months ago
  30. 7a20c3c2 base: Adopt std::to_address. by Jeremy Roman · 2 years ago
  31. 3dfec413 [Base] Introduce FindOrNull() and FindPtrOrNull() by Andrew Rayskiy · 2 years, 1 month ago
  32. 864a0e9 Introduce Rvalue `base::Dict::SetByDottedPath` methods by Jeroen Dhollander · 2 years, 4 months ago
  33. 0e8148a Use reverse_iterator and const_reverse_iterator for by Nan Lin · 2 years, 5 months ago
  34. 972ed636 [CodeHealth] Change |frames| to base::Value::List in StatusData by Andrew Rayskiy · 2 years, 6 months ago
  35. e48b996 [Code Health] Add base::Value::List::rbegin()/rend() by Oksana Zhuravlova · 2 years, 6 months ago
  36. b3bb3601 [CodeHealth] Remove SetKey() from base/values.{h,cc} by Andrew Rayskiy · 2 years, 6 months ago
  37. 91569364 [CodeHealth] Remove RemoveKey() from base/values.{h,cc} by Andrew Rayskiy · 2 years, 6 months ago
  38. 99a884c [CodeHealth] Remove FindPath() from base/values.{h,cc} by Andrew Rayskiy · 2 years, 6 months ago
  39. 592111e8 [CodeHealth] Remove SetStringKey() from base/values.{h,cc} by Andrew Rayskiy · 2 years, 6 months ago
  40. 9c2b405 [CodeHealth] Remove selected functions from base/values.{h,cc} by Andrew Rayskiy · 2 years, 6 months ago
  41. b1dd761 [CodeHealth] Remove selected functions from base/values.{h,cc} by Andrew Rayskiy · 2 years, 6 months ago
  42. 68d74c3 [CodeHealth] Remove FindStringKey() from base/values.{h,cc} by Andrew Rayskiy · 2 years, 6 months ago
  43. 8de3a82 [Code Health] Remove remaining deprecated base.Value.DictSize by Sergii Bykov · 2 years, 6 months ago
  44. 0fc824a Remove FindBoolKey by Matthew Riley · 2 years, 6 months ago
  45. 3f166bc Remove `cxx17_backports.h` and base::clamp usage from the code in base/ by Ho Cheung · 2 years, 6 months ago
  46. 92a1429 [Code Health] Replace remaining base.Value.SetIntKey with dict Set by Sergii Bykov · 2 years, 6 months ago
  47. 7055ca4 [Code Health] Replace remaining base.Value.SetBoolKey with dict Set by Sergii Bykov · 2 years, 7 months ago
  48. 999d1c4 Eliminate remaining calls to FindListKey() by Andrew Rayskiy · 2 years, 7 months ago
  49. 239f8f1ae [Code Health] Remove unused base::Value::SetDoubleKey by Yoichi Osato · 2 years, 7 months ago
  50. 2cbc0986 Eliminate remaining calls to FindDictKey() by Andrew Rayskiy · 2 years, 7 months ago
  51. 8cd62b5 Remove Value::DictItems(), replacing it with Value::GetDict(). by Matt Menke · 2 years, 8 months ago
  52. 1fdd728 Remove base::Value::SetPath() and base::Value::SetStringPath(). by Matt Menke · 2 years, 8 months ago
  53. 14db69d [Code Health] Remove base::Value::SetDoublePath() by Emilia Paz · 2 years, 8 months ago
  54. 051f1bd [Code Health] Remove base::Value::DictEmpty() by Emilia Paz · 2 years, 8 months ago
  55. a32620a8 [Code Health] Remove base::Value::SetIntPath() by Emilia Paz · 2 years, 8 months ago
  56. 037dbd8 [Code Health] Remove base::Value::SetBoolPath() by Emilia Paz · 2 years, 8 months ago
  57. 6956a02 Remove base::Value::FindDoubleKey() by Emilia Paz · 2 years, 8 months ago
  58. 45a24334 Introduce Rvalue setters for Value::Dict and Value::List by Jeroen Dhollander · 2 years, 8 months ago
  59. a524958 Remove Value::GetKeyOfType() and Value::GetPathOfType(). by Matt Menke · 2 years, 9 months ago
  60. a00f9ec3c Remove MergeDictionary from base::Value by Avi Drissman · 2 years, 9 months ago
  61. 885fc4e Remove `base::Value::FindKey()` by Kush Sinha · 2 years, 9 months ago
  62. 0cc9cec Remove Value::ExtractKey(). by Matt Menke · 2 years, 9 months ago
  63. a6e8e02 Remove base::Value::RemovePath by Avi Drissman · 2 years, 9 months ago
  64. 625071a Migrate Value::Append() call and remove it by Emilia Paz · 2 years, 9 months ago
  65. 54b860c Remove Value methods that take dotted paths by span by Avi Drissman · 2 years, 9 months ago
  66. b23c5d38 Revert "Remove Value::Append()" by Emilia Paz · 2 years, 9 months ago
  67. b67e03d5 Remove Value::Append() by Matt Menke · 2 years, 9 months ago
  68. 0ca72147 Revert "Remove Value methods that take paths by list or span" by Thomas Guilbert · 2 years, 10 months ago
  69. 35c17dd Remove Value methods that take paths by list or span by Avi Drissman · 2 years, 10 months ago
  70. 7a1e46e Remove unused Value methods by Avi Drissman · 2 years, 10 months ago
  71. 4dbbee2 Remove legacy Dict and List storage by Avi Drissman · 2 years, 10 months ago
  72. d2a736f Remove base::Value::Type::DICTIONARY by Avi Drissman · 2 years, 10 months ago
  73. b7a810d Revert "Remove unused Value methods" by [email protected] · 2 years, 10 months ago
  74. 60bdfb5 Remove unused Value methods by Avi Drissman · 2 years, 10 months ago
  75. 98d33f81 [CodeHealth] Remove DictionaryValue and DictAdapterForMigration by Andrew Williams · 2 years, 10 months ago
  76. 2305d56 Fix WebRTC 'base_tracing' compilation issue. by Jeremy Leconte · 2 years, 10 months ago
  77. e577289 Remove base::ListValue, and make ListStorage a private member of List. by Matt Menke · 2 years, 10 months ago
  78. 94da705 [CodeHealth] Remove unused ListValue member functions. by David Bertoni · 2 years, 10 months ago
  79. b292c13 Remove GetDictionary by Ari Chivukula · 2 years, 11 months ago
  80. 991cc42 Remove DictionaryValue::SetString by Ari Chivukula · 2 years, 11 months ago
  81. 6d2a9b70 Cleanup unused DictionaryValue functions by Ari Chivukula · 2 years, 11 months ago
  82. a3e4ee30 Remove base::Value constructors that take LegacyDictStorage. by Lei Zhang · 2 years, 11 months ago
  83. ab2d0d0 [Code Health] Remove DictionaryValue::Get by Roman Sorokin · 2 years, 11 months ago
  84. 0a7fa1d [CodeHealth] Remove deprecated DictionaryValue::SetInteger() by sisidovski · 2 years, 11 months ago
  85. 9c60564 [CodeHealth] Remove DictionaryValue::GetString by Nicolás Peña Moreno · 2 years, 11 months ago
  86. 5b0329d [CodeHealth] Remove DictionaryValue::GetInteger by Nicolás Peña Moreno · 2 years, 11 months ago
  87. 1766be1 [CodeHealth] Remove deprecated DictionaryValue::GetList() by sisidovski · 2 years, 11 months ago
  88. eb544e2 CodeHealth: Remove `base::Value::GetAsDictionary()` by Kush Sinha · 3 years ago
  89. b177579 Remove one form of base::Value::GetAsDictionary(). by Lei Zhang · 3 years ago
  90. 06ca609 CodeHealth: Remove `base::Value::GetAsDictionary()` by Kush Sinha · 3 years ago
  91. 37256f8 Remove base::Value::GetListDeprecated(). by Matt Menke · 3 years ago
  92. b00ef3e9 Remove deprecated base::DictionaryValue::SetList(). by Lei Zhang · 3 years ago
  93. 8977d33 Remove some deprecated base::Value APIs that have no callers. by Lei Zhang · 3 years ago
  94. c9651ba5 Remove Value::ClearList(). by Matt Menke · 3 years ago
  95. 5dcba4a Remove deprecated Value calls in frame_tracker_unittest.cc. by Matt Menke · 3 years ago
  96. a887789 Rewrite T& into raw_ref<T> under base/ by Ali Hijazi · 3 years ago
  97. 50039f3 Replace std::copy() with base::ranges::copy(): base/ by Peter Kasting · 3 years, 1 month ago
  98. b1f6d11 Delete base::(Dictionary)Value::CreateDeepCopy(). by Lei Zhang · 3 years, 1 month ago
  99. 195452a Remove deprecated base::ListValue::Swap(). by Lei Zhang · 3 years, 1 month ago
  100. b76698b3 Remove deprecated base::Value::ExtractPath(). by Lei Zhang · 3 years, 1 month ago