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