Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
chromium
/
src
/
main
/
base
/
containers
6caf75b
Remove MatchingScenarioObserver::NotifyIfScenarioMatchChanged
by Joe Mason
· 2 days ago
2ee63d4
[base] Add `base::ToVector` overload for rvalue arrays.
by Jan Wilken Dörrie
· 2 days ago
1067ba6
[base] Add transparent overload for flat_map::operator[]
by Jan Wilken Doerrie
· 9 days ago
a35df90
[base] span: Deduce const element type from temporary ranges
by Jan Wilken Dörrie
· 11 days ago
8868cd5f
[base] Add absl::Hash support for base::span
by Jan Wilken Dörrie
· 2 weeks ago
107d960
absl::Hash support for flat_set and flat_map
by Adam Rice
· 3 weeks ago
9194783
Fix nocompile tests for C++23
by Victor Hugo Vianna Silva
· 6 weeks ago
1b04992
[base] Create distinct feature to select map type in VariantMap.
by François Doray
· 7 weeks ago
817a79d7
Replace std::map in Resource Attribution queries with VariantMap
by Joe Mason
· 8 weeks ago
e5dc41d
Convert const-correctness tests to compile-time
by Chris Fredrickson
· 8 weeks ago
a50d2f5
Use `base` map helpers; fix FindPtrOrNull for const correctness
by Chris Fredrickson
· 9 weeks ago
d3052d0
Have mojo::ReceiverSetState use VariantMap.
by Olivier Li
· 9 weeks ago
61c86e8
Provide default key type for InsertOrAssign
by Chris Fredrickson
· 9 weeks ago
5d1b261
Add test for const/non-const FindPtrOrNull usage
by Chris Fredrickson
· 9 weeks ago
fc3f51f
Switch VariantMap to using ReducePPMs flag
by Olivier Li
· 9 weeks ago
a1d268ec
Fix unsafe buffer usage in websocket_channel_impl.cc
by Kelsen Liu
· 9 weeks ago
7d0cee4
Make some nocompile expectations non-optional
by Devon Loehr
· 9 weeks ago
ed4f3c0
Experiment with alternative map types.
by Olivier Li
· 10 weeks ago
ac0c2e5fc
Remove `WTF::` in base/
by Kent Tamura
· 3 months ago
7859fac5
Run unsafe_pragma_rewriter scripts against base/
by Tom Sepez
· 4 months ago
e8fd45e9
containers/vector_buffer: silence memcpy warn/err
by Adrian Ratiu
· 4 months ago
e98208d7
Remove a few __native_client__ and __pnacl__ checks
by Nico Weber
· 4 months ago
0c689251
spanify: Rewrite std::begin/end(c_array) to helper func calls
by Yuki Shiino
· 4 months ago
5b21d68f
base: Remove references to BUILDFLAG(IS_NACL)
by Takuto Ikuta
· 4 months ago
b0048645
Nocompile fixes for new clang only
by Devon Loehr
· 4 months ago
b39481fd
Clean up lint errors for the explicit keyword in //base
by Lei Zhang
· 5 months ago
db03e1f9
Remove dependency of flat_tree on span
by Aldo Culquicondor
· 5 months ago
df3ff0c
Remove blink_gc_plugin_ignore annotation from base::LRUCacheBase
by Daniel Cheng
· 5 months ago
69411da
Allow transparent look-ups in base::LRUCache
by Jan Keitel
· 5 months ago
03e74e19
spanify: Use `span_from_ref`
by Kalvin Lee
· 5 months ago
8a68f2ec
Spanifier: Fix SingleVariableSpan rewrites
by Keishi Hattori
· 5 months ago
dd09beb
Spanifier: rewrite pre/post increment
by Keishi Hattori
· 5 months ago
4d5d7b76
Remove functional include from span.h, take 2
by Daniel Cheng
· 5 months ago
4493f55
Do IWYU for std::array in various dirs
by Lei Zhang
· 5 months ago
2a84e11
[base] Remove base::Overloaded
by Ho Cheung
· 5 months ago
d2dad1bf
spanify: Introduce base::SpanificationSizeofForStdArray to improve the rewritten code
by Yuki Shiino
· 5 months ago
ad24b032
Use std::construct_at to copy elements in constexpr span::copy_from
by Daniel Cheng
· 5 months ago
4b19d93
Revert "Remove <functional> header from //base/containers/span.h"
by Takuto Ikuta
· 5 months ago
d0fd486
Remove <functional> header from //base/containers/span.h
by Daniel Cheng
· 5 months ago
1302b70
Remove vector use in base/containers/span.h
by Daniel Cheng
· 5 months ago
a0655c22
Reland "Move cstring_view -> span conversion helpers into cstring_view.h"
by Daniel Cheng
· 5 months ago
8e1d940
Revert "Move cstring_view -> span conversion helpers into cstring_view.h"
by
[email protected]
· 5 months ago
40e63ea
Move cstring_view -> span conversion helpers into cstring_view.h
by Daniel Cheng
· 5 months ago
415cd07
Move as_string_view() out of base/containers/span.h
by Daniel Cheng
· 5 months ago
bacd7d5
Move span stringification into to_string.h implementation
by Daniel Cheng
· 5 months ago
4c826fa
[tracing] Remove enable_base_tracing
by Etienne Pierre-doray
· 5 months ago
ba8ac3b
Reland "Allow a RingBuffer to take a value that is not copyable"
by Dave Tapuska
· 6 months ago
b78b297
Revert "Allow a RingBuffer to take a value that is not copyable"
by Crisrael Lucero
· 6 months ago
99868713
Allow a RingBuffer to take a value that is not copyable
by Dave Tapuska
· 6 months ago
941e868
Remove obsolete comment from VectorBuffer
by Adam Rice
· 6 months ago
c7c2bea
Provide a default Key type for Find[Ptr]OrNull
by Chris Fredrickson
· 6 months ago
4fac864
spanify: Add UNSAFE_CRYPTO_BUFFER_DATA macro
by Yuki Shiino
· 6 months ago
43e1aa3
spanify: Add UNSAFE_HB_BUFFER_GET_GLYPH_INFOS macro
by Yuki Shiino
· 6 months ago
2df0f0b
spanify: Add UNSAFE_G_GET_SYSTEM_DATA_DIRS macro
by Yuki Shiino
· 6 months ago
b236928
Fix std::projected abuse causing build failure
by Bruno Pitrus
· 6 months ago
9ddee24d
Modernize equality operators in //base (3/3)
by Jan Keitel
· 6 months ago
71a86c37
spanify: Rewrite unsafe third-party free func calls to helper macro calls
by Yuki Shiino
· 6 months ago
4a007f6
IWYU: Add missing includes in span_forward_internal.h
by Ivan Murashov
· 6 months ago
6feac3e
Convert some SAFETY comments to PRECONDITIONS in //base.
by Tom Sepez
· 6 months ago
7803ea2
spanify: Rewrite unsafe third-party method calls to helper macro calls
by Yuki Shiino
· 7 months ago
9de83e09
Adjust base/containers/contains.h includes
by Lei Zhang
· 7 months ago
1b1a35e
Remove <array> from base/containers/span.h
by Lei Zhang
· 7 months ago
7fef81d
Remove duplicate #include in base/containers/contains.h
by Lei Zhang
· 7 months ago
e6b3f069
Make non-borrowed range span constructor consistent with borrowed one.
by Tom Sepez
· 7 months ago
b6cb1bf1
Remove <string.h> inclusion from span.h
by Tom Sepez
· 7 months ago
9095c77
Comment on CHECK with multiple conditionals in base/containers/span.h
by Lei Zhang
· 7 months ago
4f6cc65
Use requires instead of SFINAE in base/containers
by Jan Keitel
· 7 months ago
35d49c9
Only include base/check.h in base/containers/checked_iterators.h
by Lei Zhang
· 7 months ago
b325ced
spanify busywork: Adjust `span_rust_unittest`
by Kalvin Lee
· 7 months ago
ca05536
Allow span::begin() and span::end() to suppress precondition CHECKs
by Daniel Cheng
· 8 months ago
701f15b
base: remove CheckedContiguousIterator::IsRangeMoveSafe
by Elly
· 8 months ago
61ccd1c
Make moved-from base::LinkedList empty
by Adam Rice
· 8 months ago
6ffc124
Add a move constructor to base::LinkedList
by Adam Rice
· 8 months ago
b0b1fde
Reduce overhead of safety checks for span/iterators in non-official builds
by Daniel Cheng
· 8 months ago
8e0163c
Add comment on limitation of no key-write for iterator in LRUCache
by John L Chen
· 9 months ago
d298db2
Performance Scenarios API to check for "idle" state
by Joe Mason
· 9 months ago
1c8da0f
Do not allow dynamic_extent for count argument in two=arg subspan().
by Tom Sepez
· 9 months ago
c7cadace
remove a branch from one-arg base::span<>::subspan()
by Tom Sepez
· 9 months ago
e4a257e
Actually use dynamic span in SpanTest.TemplatedSubspanFromDynamicSpan
by Tom Sepez
· 9 months ago
190498d
Move base::internal::SupportsToString out of to_string.h
by Jeremy Roman
· 9 months ago
b46910d
Remove constexpr from `base::EnumSet` operations
by Michael Cui
· 9 months ago
ca96182b
base: Use `to_underlying` in `EnumSet`
by Michael Cui
· 9 months ago
f89c8f5
Use emplace_hint instead of operator[] to avoid unnecessary string construction.
by Roger McFarlane
· 9 months ago
a253f75
Misc. cleanup: base/
by Peter Kasting
· 10 months ago
3b811ffd
Remove base/ranges/.
by Peter Kasting
· 10 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
8726d30e
Suppress unsafe_libc_call warning for initial identified files.
by Tom Sepez
· 10 months ago
9bd517b
Improve documentation in base/containers/span_writer.h
by Lei Zhang
· 10 months ago
4ca4f83f
containers: Rework the readme to incorporate Abseil hash tables
by John Admanski
· 10 months ago
0e6bd5d5
Add tests as good example for ToVector() with move-only input
by Xianzhu Wang
· 10 months ago
55c8af4
Address bindings perf regression.
by Peter Kasting
· 10 months ago
6218bbad
Manually fix remaining clang-tidy errors in base/.
by Peter Kasting
· 10 months ago
65083541
More std::ranges compatibility fixes: base/
by Peter Kasting
· 10 months ago
811504a7
Apply clang-tidy autofixes to base/.
by Peter Kasting
· 10 months ago
bd9dde5c
Manually port some of base/ to std::ranges::.
by Peter Kasting
· 10 months ago
32c8a52
Fix minor compile errors found when testing base::ranges->std::ranges.
by Peter Kasting
· 10 months ago
acce5b0c
Use std::ranges:: concepts where appropriate.
by Peter Kasting
· 11 months ago
134ef9af
[cleanup] clang-format base.
by Peter Kasting
· 11 months ago
Next »