- 8e5a0255 Add equality operator with std::nullopt_t to base::optional_ref. by Jan Keitel · 1 year, 1 month ago
- 3dfec413 [Base] Introduce FindOrNull() and FindPtrOrNull() by Andrew Rayskiy · 1 year, 1 month ago
- fb288d0 Use is_trivally_relocatable in circular_deque by Adam Rice · 1 year, 1 month ago
- b1d8eb2 Implement CHECKs when running null callbacks correctly. by Daniel Cheng · 1 year, 1 month ago
- c6c86c4 PA: Stop using `thread_local` on GNU/Linux and ChromeOS by Yuki Shiino · 1 year, 1 month ago
- efef23f Move PersistentHistogramAllocator debug crash key back by Luc Nguyen · 1 year, 1 month ago
- 7f1726f [base] Adjust CPU reduction experiment API for next optimization round. by François Doray · 1 year, 1 month ago
- d1e98a4 Revert "Do not build unit tests depending on safe libc++ if it is not enabled" by David Benjamin · 1 year, 1 month ago
- 7538a3e Output scroll predictor metrics into traces. by Stephen Nusko · 1 year, 1 month ago
- 879cb861 Delete a few unused constants by Nico Weber · 1 year, 1 month ago
- 96274b5 [PA] Make base a public_deps of base:i18n by Arthur Sonzogni · 1 year, 1 month ago
- 9846f0e [field_trial] rename base::HashName to base::HashFieldTrialName by Thiabaud Engelbrecht · 1 year, 1 month ago
- c45bc64 jni_zero: Migrating all JNI annotations in /base to jni_zero copies by Sam Maier · 1 year, 1 month ago
- 94287d2 Avoid usage of C++'s thread_local in SamplingHeapProfiler by André Kempe · 1 year, 1 month ago
- a84bc7e Avoid raw_ptr<> arithmetic in base::raw_span<>::begin() and end(). by Tom Sepez · 1 year, 1 month ago
- 1bd8fed Avoid potentially crashing in base::ExpectStringValue() by Lei Zhang · 1 year, 1 month ago
- cce09e7 Revert "profiler: Add UMA stats about performance" by Ian Barkley-Yeung · 1 year, 1 month ago
- 59b7e67 Remove Promise references from scoped_refptr by Adam Rice · 1 year, 1 month ago
- 1ecba6d mgs: fix DCHECK crash in process_memory_dump by Irina Fedorova · 1 year, 1 month ago
- 60fd94d Remove ModernLinkerDetailedLoadTime histograms by Egor Pasko · 1 year, 1 month ago
- 01ee225 jni_zero: copying JNI annotations over by Sam Maier · 1 year, 1 month ago
- 80698f6 Fix incorrect declaration of AllocationTraceRecorder and OperationRecord by André Kempe · 1 year, 1 month ago
- c401aa4 GCC: remove redundant template parameter from CheckedThreadLocalOwnedPointer by Joonhyung Hwang · 1 year, 1 month ago
- eb781ac9 Enable test CircularDeque.UseIteratorAfterMutate by Adam Rice · 1 year, 1 month ago
- c341cbe Add UserLevelMemoryPressureSignalOn3GbDevices feature. by Takashi Sakamoto · 1 year, 1 month ago
- ff39332 Introduce base::raw_span<T>. by Tom Sepez · 1 year, 1 month ago
- be6c95e Measure the memory usage of various associative containers. by Daniel Cheng · 1 year, 1 month ago
- d3b543b Add a test that circular_deque doesn't churn ref count by Adam Rice · 1 year, 1 month ago
- d59d9c9c partalloc: handle nullptr_t arguments in SafeSPrintf by Elly · 1 year, 1 month ago
- 376877dc Use unique_ptr in simple_thread instead of raw pointer by Alexander Zhirov · 1 year, 1 month ago
- 5fe0c89 Add remaining deduction guides for base::span to match std::span. by Daniel Cheng · 1 year, 1 month ago
- cfb0f12 Add a deduction guide for base::span from an iterator and a size. by Daniel Cheng · 1 year, 1 month ago
- bd8738a4 Measure time spent in JSON parser implementation by Dustin J. Mitchell · 1 year, 1 month ago
- 26828d1 Disable clang-format in windows_types.h macro. by Arthur Sonzogni · 1 year, 1 month ago
- bdd4bf8 EXPECT instead of CHECK WebTestWithWebState::WaitForCondition() by Victor Hugo Vianna Silva · 1 year, 1 month ago
- db0f34d Rename base::ElapsedTimer::Begin() to start_time() by James Lee · 1 year, 1 month ago
- e212bfc Make ScopedHGlobal easier to use with base::span. by Daniel Cheng · 1 year, 1 month ago
- bb91cc6 Fix test bug in RegistryOverrideManager when using MOCK_TIME. by Qiaofei Ye · 1 year, 1 month ago
- 3a29c081 Remove DCHECK for bug that seems addressed. by Peter Kasting · 1 year, 1 month ago
- ed655c6 Simplify format_macros.h. by Peter Kasting · 1 year, 1 month ago
- 122b6e9e Add a base::span constructor to base::Pickle. by Daniel Cheng · 1 year, 1 month ago
- 2817e37 Refactor ShadowPostTask to use ResettersForTesting and FunctionalInterface. by Sky Malice · 1 year, 1 month ago
- 88ac1d4 Add a deduction guide for base::span. by Daniel Cheng · 1 year, 1 month ago
- 86c8dc2 [Android] Initial documentation for Public Transit framework by Henrique Nakashima · 1 year, 1 month ago
- de5e2b3 [Android] Create Public Transit framework by Henrique Nakashima · 1 year, 1 month ago
- 66e6b6010 [Windows] Tighten logic in MessageWindow::WindowProc by Greg Thompson · 1 year, 1 month ago
- ab43733 Cleanup debug crash keys. by Kartar Singh · 1 year, 1 month ago
- 24cc0dfd2 Do minor string conversion cleanups by Avi Drissman · 1 year, 1 month ago
- 08f89cc Force enable raw_ptrs pointer arithmetic check. by Tom Sepez · 1 year, 1 month ago
- da01bac //base/thread_pool: Remove cruft related to PlatformNativeWorkerPoolWin by Sean Maher · 1 year, 1 month ago
- ab3b39c jni_zero: moving jni_int_wrapper.h to jni_zero by Sam Maier · 1 year, 1 month ago
- 638faf8 FilePathWatcher: Remove BindPostTask from unit tests by Austin Sullivan · 1 year, 1 month ago
- 5045909 viz: separate event category for displayed frame by Matthew DeVore · 1 year, 1 month ago
- 2b45079 Posix: Bring back the SysInfo::NumberOfProcessors() cache by Matthew Denton · 1 year, 1 month ago
- 76b09eaf Introduce raw_ptr trait AllowUninitialized. by Tom Sepez · 1 year, 1 month ago
- b7d560c4 updater: fix crash due to NOTREACHED in process launcher impl. by Sorin Jianu · 1 year, 1 month ago
- b21b9ab Use inline build condition instead of deprecated function by Himadri Agrawal · 1 year, 1 month ago
- 2af8a0ac Vastly simplify RawPtrCountingImplWrapperForTest. by Tom Sepez · 1 year, 1 month ago
- a79de887 IWYU: add limits for std::numeric_limits in utf_string_conversion_utils by Stephan Hartmann · 1 year, 1 month ago
- f18c8ca Add (and use) base::RandTimeDelta[UpTo](). by Peter Kasting · 1 year, 1 month ago
- 509b751 Remove //chrome's copy of SharedPreferencesManager by Andrew Grieve · 1 year, 1 month ago
- cbb983b Declare PartitionAlloc include_dir by Arthur Sonzogni · 1 year, 1 month ago
- 4dcc267 Change SR maps to be keyed by hash instead of histogram names by Luc Nguyen · 1 year, 1 month ago
- ad372edf Fix base/BUILD.gn public_deps for PartitionAlloc. by Arthur Sonzogni · 1 year, 1 month ago
- 9135eb2 Android: Delete @MainDex by Andrew Grieve · 1 year, 1 month ago
- 0bcc023 Move partition_alloc into a "partition_alloc" dir. by Arthur Sonzogni · 1 year, 1 month ago
- 4af8f68 viz: pass swap_trace_id to trace a frame submission by Maksim Sisov · 1 year, 1 month ago
- 8205ae9 Disable build_allocation_stack_trace_recorder for official builds by Keishi Hattori · 1 year, 1 month ago
- 66af2fe6 Disallow calling `SetUserData()` when destroying `SupportsUserData`. by Daniel Cheng · 1 year, 1 month ago
- d9d21aa1 Make absl::optional a typedef for std::optional by David Benjamin · 1 year, 1 month ago
- 5df7469 Allow IgnoreArgs to take a non-closure callback. by Evan Stade · 1 year, 1 month ago
- a47b8f13 Remove experiment code for SupportsUserDataFlatHashMap. by Daniel Cheng · 1 year, 1 month ago
- 14d2f1c2 Use custom RangesManager for allocators in SubprocessMetricsProvider by Luc Nguyen · 1 year, 1 month ago
- 5bda37f [aw] Catch the exception when removing the frame metrics listener by Oksana Zhuravlova · 1 year, 1 month ago
- d816279 Combined Revert of the Unattended Default Codepaths by Robert Liao · 1 year, 1 month ago
- b5158ca2 Delete GN logic related to legacy multidex by Andrew Grieve · 1 year, 1 month ago
- dda73b4 Use clock_gettime to get thread time on Mac by Mikhail Khokhlov · 1 year, 1 month ago
- 1e5a601 tls: fix line printing in constant error message generation by Paul Semel · 1 year, 1 month ago
- 204e8f8 Revert "[PKU] enable pkey support on ChromeOS" by Keishi Hattori · 1 year, 1 month ago
- 54bf25d Remove unnecessary hash.h include in base/unguessable_token.h by Lei Zhang · 1 year, 1 month ago
- 77dabfa [ssm] Plumb Java name hash enable arg through the DFM and remove default arg by Thiabaud Engelbrecht · 1 year, 1 month ago
- 02edea1 Convert a base::PersistentHash() caller to use the span version by Lei Zhang · 1 year, 1 month ago
- f3c81cb Uninline some //base hashing function calls from //base headers by Lei Zhang · 1 year, 1 month ago
- 955a35d Remove IncrementPointerToMemberOperatorCountForTest() from raw_ptr Impls by Tom Sepez · 1 year, 1 month ago
- 31115cc Reland "Robolectric: Load native libraries via test runner" by Andrew Grieve · 1 year, 1 month ago
- 7b701d47 Provide better error message for raw_ptr<>::operator[]() suppression. by Tom Sepez · 1 year, 1 month ago
- f62ab54d Robolectric: Reset timezone and locale between tests by Andrew Grieve · 1 year, 1 month ago
- f54dc007 [PA] Use flags.h to RawPtrTraits by mikt · 1 year, 1 month ago
- 0bc001b [PA] Enable wexit_time_destructors config in all production targets by Lei Zhang · 1 year, 1 month ago
- 7d030fb Revert "Robolectric: Load native libraries via test runner" by Ioana Pandele · 1 year, 1 month ago
- 7e382be MiraclePtr: Add `ExperimentalRenderer` by Kalvin Lee · 1 year, 1 month ago
- ba13db2 Remove transparency in PartitionAlloc diagrams by punithnayak · 1 year, 1 month ago
- 431239a Ban absl::FixedArray, and instead provide base::FixedArray. by Peter Kasting · 1 year, 1 month ago
- 858dd20 profiler: Add UMA stats about performance by Ian Barkley-Yeung · 1 year, 1 month ago
- f5eb07e Robolectric: Load native libraries via test runner by Andrew Grieve · 1 year, 1 month ago
- bbaab29 Prevent unnecessary SR histogram lookup by Luc Nguyen · 1 year, 1 month ago
- 32b29d3 Implement ClampRound() using std::round(). by Steinar H. Gunderson · 1 year, 1 month ago
- 13b14419 Dedupe setBookmarks. by Sky Malice · 1 year, 1 month ago
- 84bb702 Remove Windows-specific wstring variants of StringPrintf() etc. by Peter Kasting · 1 year, 1 month ago
- d2cf18e [Android] Move SharedPreferencesManager to //base by Henrique Nakashima · 1 year, 1 month ago