1. d921b60 Replace pointer-based HexEncode calls with span-based and string_view-based HexEncode by Yisi Yu · 8 hours ago main
  2. 99cd700 Remove ShadowPostTask in favor of the default PausedExecutor (part 2) by Andrew Grieve · 8 hours ago
  3. db79928 [iOS Blink] Fix unused variable warnings in some unit tests by Gyuyoung Kim · 10 hours ago
  4. 8e5ce35 Implement Android on-device AI backend interfaces - Part 1 by Fei Chen · 12 hours ago
  5. eba5b04 spanification: migrate base::ReadUnicodeCharacter usage to string_view by Bryan Enrique Gonzalez Velez · 13 hours ago
  6. 5c202c4 Don't pump UI events during nested loop in TextInputClientMac by Joe Mason · 13 hours ago
  7. bbe7c96 Remove ShadowPostTask in favor of the default PausedExecutor (part 1) by Andrew Grieve · 13 hours ago
  8. 5989d6b Reland "Enable heap profiler bloom filter by default" by Joe Mason · 13 hours ago
  9. ac8c33b Add comment explaining histogram choice in ImportantFileWriter. by Alexei Svitkine · 15 hours ago
  10. ca72d22 [Transit] Allow ActivityElement to optionally match Activity subclasses by Henrique Nakashima · 16 hours ago
  11. c84641f Android: Move executor helpers BaseRobolectricTestRule -> RobolectricUtil by Andrew Grieve · 16 hours ago
  12. e7dd2fa Record MemoryDumpProvider name in traces by Joe Mason · 17 hours ago
  13. 45da2b1 JNI Zero: Remove the std::move exception in the codegen by Martin Kong · 18 hours ago
  14. 10798f4 [base] Avoid Undefined Behavior with misaligned Pickle data by Mikel Astiz · 18 hours ago
  15. 5e896b0 Enable MSan to catch use-after-destruct of raw_ptr's by Hans Wennborg · 23 hours ago
  16. b1839c3 Revert "Enable heap profiler bloom filter by default" by luci-bisection@appspot.gserviceaccount.com · 25 hours ago
  17. af4c3dd Disable SamplerMicroBenchmark on ChromeOS. by Keita Suzuki · 28 hours ago
  18. 29e27eb Add DumpWithoutCrashing when native service falls back by Sam Maier · 33 hours ago
  19. f0ccb78 Enable heap profiler bloom filter by default by Joe Mason · 35 hours ago
  20. cb10e10 [InputVizard] Do not transfer when touch sequence can be intercepted. by Kartar Singh · 36 hours ago
  21. c015160 [task] DefaultTaskPriorityToThreadType allows kMaxValue by Etienne Pierre-doray · 2 days ago
  22. 8295b0b Prepend :: to Windows API calls by Jesse McKenna · 2 days ago
  23. 3e73e3f [ios] Remove direct dependency to base/ and depend on a shim layer by Asami Doi · 2 days ago
  24. c37cfcc Revert "Launch MiraclePtr on Renderer for IS_DESKTOP_ANDROID." by Arthur Sonzogni · 2 days ago
  25. 03f5a5d [chrometto] Add jetstream3 measure tables by Leszek Swirski · 2 days ago
  26. 0f483f7 Add null checks to MAIN_THREAD_ONLY TaskEnvironment by Joe Mason · 2 days ago
  27. c497fc9 use base/win/windows_types.h for HMODULE in file_version* headers by Alex Gough · 2 days ago
  28. e7666df [tracing] Support regular privacy filter on json traces by Etienne Pierre-doray · 2 days ago
  29. 83d7d8c [Memory Coordinator] Deprecate base::MemoryPressureListener by Patrick Monette · 3 days ago
  30. b627d8e Convert std::blah& to const std::blah& in JNI boundary methods by Martin Kong · 3 days ago
  31. fde2766 [iOS] Re-organize Swift/C++ dependencies in //base by Justin Novosad · 3 days ago
  32. 9d8a5589 [Windows] Convert Sid class to using wstring_view and span. by James Forshaw · 3 days ago
  33. 44dc610 Add base::AvailablePhysicalMemoryMonitor by Alex Attar · 3 days ago
  34. 9087b0b base: fix FileUtilsTest for SDK 36 and improve resource handling by Peter Wen · 3 days ago
  35. d35275d Replace wincrypt_shim.h's undefs with WINCRYPT_USE_SYMBOL_PREFIX by David Benjamin · 3 days ago
  36. 0bee859 Remove non-adaptor uses of base::IgnoreResult by Andrew Paseltiner · 3 days ago
  37. 825501a [Base] Add a println() method to base Log by Ziwen Lin · 3 days ago
  38. a29101c Add [[nodiscard]] to base::bits functions by kylechar · 3 days ago
  39. 2931fba android: Update Robolectric tests for SDK 36 compatibility by Peter Wen · 4 days ago
  40. 0a147b4 Convert std::string& to const std::string& in JNI boundary methods by Martin Kong · 4 days ago
  41. f232258 Replace uses of PickleIterator::ReadData(const char**, size_t*) by Andrew Paseltiner · 4 days ago
  42. e9effd9 Resolve dangling pointer in |SamplingHeapProfilerTest| by Jagadesh P · 4 days ago
  43. 0ce0cae Refactor shared memory switch handling. by Alexei Svitkine · 4 days ago
  44. 4e33f89 [ios] Clean up #includes in swift_interop_util.h by Asami Doi · 4 days ago
  45. 39e9ba6 Drive-by: Reorganize `stack_scan_supported` by Kalvin Lee · 4 days ago
  46. 7cca50b Tidy empty #if sections in base/allocator/partition_allocator by Alex Gough · 5 days ago
  47. 421d46e [Memory Coordinator] Add MemoryPressureListenerPolicy by Patrick Monette · 7 days ago
  48. 6a4b522 Add ImportantFile.SerializationSize.* histograms. by Alexei Svitkine · 8 days ago
  49. 78141c2 Make JavalessRenderers a normal flag by Sam Maier · 8 days ago
  50. 1f507ec [Android] Change default RootSpec to focusedRoot() in ViewFinder by Henrique Nakashima · 8 days ago
  51. 6108f1a Fix a UNSAFE_TODO and use span-based HexEncode in module_cache_apple.cc by Yisi Yu · 8 days ago
  52. 73cfd64 Cleanup UseIsUnboundCheck feature by Shin Kawamura · 8 days ago
  53. 2f6d54e Cleanup EffectiveBindingState feature by Shin Kawamura · 8 days ago
  54. 4637787 Replace some pointer-based HexEncode calls with span-based HexEncode in //base by Yisi Yu · 8 days ago
  55. 20122de Remove ObservableSupplier.addObserver() by Andrew Grieve · 8 days ago
  56. 2958a45 Inline ObservableSupplier.addObserver() (part 3) by Andrew Grieve · 8 days ago
  57. ee574c0 Remove stale comments about @DoNotMock by Andrew Grieve · 9 days ago
  58. 966ea62 MemoryCoordinator: Refactor for batched IPC requests by Patrick Monette · 9 days ago
  59. cb600f6 [task] Expose internal::GetCurrentTaskImportance() - apply missing comments. by Etienne Pierre-doray · 9 days ago
  60. 674730e Fix EtwTraceProvider test failures with recent Clang by Hans Wennborg · 9 days ago
  61. 07d22e6 [task] Expose internal::GetCurrentTaskImportance() by Etienne Pierre-doray · 9 days ago
  62. 49c5bdd [win] Undefine LogSeverity macro after including <setupapi.h> by Sylvain Defresne · 9 days ago
  63. ced7aaa Fix some UNSAFE_TODOs in //base/win and time_win.cc by Yisi Yu · 9 days ago
  64. 54b9b43 [Callback list] Fix wrong comment by Caleb Raitto · 9 days ago
  65. f9867a7 Stop adding camera options to generic file pickers on Desktop by Ben Reich · 9 days ago
  66. 70f8aaf Android: Fix Error Prone warnings about Charsets by Andrew Grieve · 9 days ago
  67. b2a3d8d Replace BIND_EXTERNAL_SERVICE with BIND_EXTERNAL_SERVICE_LONG by Alex Mitra · 9 days ago
  68. 74d58b8 Mark NullableObservableSupplier as @DoNotMock by Andrew Grieve · 9 days ago
  69. 22eeba8 [Build] Migrate Log usage. by Ziwen Lin · 9 days ago
  70. cbc394a Add an "experimental_linker_path" GN arg by Andrew Grieve · 10 days ago
  71. 08485f6 Inline ObservableSupplier.addObserver() (part 2) by Andrew Grieve · 10 days ago
  72. 05fcde3 Android: Make Promise.java fail synchronously when no error handler exists by Andrew Grieve · 10 days ago
  73. 6723774 Fix UNSAFE_BUFFER in file_path_reparse_point_win.cc by David Bienvenu · 10 days ago
  74. 8da886d Android: Make SupplierUtils.waitForAll() not run callback synchronously by Andrew Grieve · 10 days ago
  75. d90458c Reland "[Android] Improve ForgivingClickAction to mirror GeneralClickAction" by Henrique Nakashima · 10 days ago
  76. 93ee75f Android: Add Log.* overrides for logging exceptions with no messages by Andrew Grieve · 10 days ago
  77. 869a375 PlatformThread: implement a lease system for thread types by Markus Handell · 10 days ago
  78. ac12af9 [base] Enforce header traits via static_assert by Mikel Astiz · 10 days ago
  79. 2358f7e Add features for using ABOVE_NORMAL_PRIORITY_CLASS on Windows by Jiahe Zhang · 10 days ago
  80. de3786a Revert "[Android] Improve ForgivingClickAction to mirror GeneralClickAction" by Evan Luo · 11 days ago
  81. 3abcafe Fix MessagePumpCFRunLoopBase DCHECK with nested loops in idle work by Keren Zhu · 11 days ago
  82. 0bfb8be Replace `std::set` with `absl::flat_hash_set`. by Jeffrey Yu · 11 days ago
  83. 7424768 Introduce ObserverListReentrancyPolicy to specify untriaged renttrancy. by Mitsuru Oshima · 11 days ago
  84. 09ee7fa [event-timing] Remove old stale total duration metric by Michal Mocny · 11 days ago
  85. 997851e [Android] Allow ViewElement to match non-focusable Views by Henrique Nakashima · 11 days ago
  86. 2363828 Add trace events for CrxDownloader and Unpacker. by Steven Holte · 11 days ago
  87. 3f2a0ea Remove some unused includes of //base/types/strong_alias.h by David Sanders · 11 days ago
  88. e64922b [Android] Improve ForgivingClickAction to mirror GeneralClickAction by Henrique Nakashima · 11 days ago
  89. 1ed5d78 Fix UNSAFE_TODOs in //base/apple by Yisi Yu · 11 days ago
  90. f697240 Remove unused ScopedTempDir class in //base/test by Kay Lin · 11 days ago
  91. 64885ff Add some trace events to Wayland pointer code for diagnostics. by Steve Kobes · 11 days ago
  92. 7de7b42 [Android] Tighten ViewUtils.onViewWaiting variants by Henrique Nakashima · 11 days ago
  93. 002c82a [Document PiP] Prevent launching pip window if PiP is not enabled by Abdelrahman Eed · 11 days ago
  94. 9576b8a Directly link NtQueryInformationProcess by Alex Gough · 11 days ago
  95. f9be1b2 [base] avoid blocking wait in Process::Terminate() when wait=false on Windows by Hewro Hewei · 11 days ago
  96. bc32eb4 Don't return $TMPDIR if empty by jj · 11 days ago
  97. 6e1f00e Switch to NSURLQuarantinePropertiesKey by Avi Drissman · 11 days ago
  98. 5c38bea Enable memory suppression features for PerfCombined2025 by Alex Attar · 12 days ago
  99. e5b4f86 Add `PIDForJobIfLoaded` for cases where an unloaded job is not an error. by Jamie Walch · 12 days ago
  100. 28a9fc6 Add TestFutureMode::kQueue for queuing multiple values by Bryant Chandler · 12 days ago