1. effcf3d Add viz-compositor thread identification by Gregg Tavares · 2 hours ago main
  2. fbfd7ae [Android] Implement ConditionWaiter custom polling loop by Henrique Nakashima · 3 hours ago
  3. ee43164 [self_compact] Remove unused feature by Thiabaud Engelbrecht · 4 hours ago
  4. 7bbc861 Add base::FilePath Rust FFI wrapper by Liza Burakova · 9 hours ago
  5. 7c67ab4 Add BCP47 initial extension support to LanguageCode by Danilo Tedeschi · 10 hours ago
  6. 8124ad1 partition_alloc: Clean up warnings in standalone config. by Arthur Sonzogni · 13 hours ago
  7. 6963636 partition-alloc: Define is_ubsan and is_tsan for standalone build by Arthur Sonzogni · 17 hours ago
  8. fc5be5f partition_alloc: Fix user space segment by Michael Lippautz · 19 hours ago
  9. d17756b base/i18n: Rename LanguageCode to LanguageTag by Danilo Tedeschi · 26 hours ago
  10. 77d3fcb [Android] Add doc comments and rename variable in ConditionWaiter by Henrique Nakashima · 28 hours ago
  11. a4148c5 [Android] Consolidate getNow() behavior for consistent timestamps in PT by Henrique Nakashima · 28 hours ago
  12. 9201ae0 [Android] Introduce Public Transit TransitionTimeoutUnitTest by Henrique Nakashima · 28 hours ago
  13. 39ab9bd Use SplitStringPiece and string_view in TraceConfig parsing. by Jeffrey Yu · 30 hours ago
  14. a3e0c4b Add sdk_int_full accessor to C++ by Aaron Moss · 31 hours ago
  15. 1ba825b Remove deprecated SysInfo::AmountOfPhysicalMemory by Joe Mason · 33 hours ago
  16. 3d83a37 [sync] Extend DeviceInfoSpecifics with Android build fingerprint by Mikel Astiz · 33 hours ago
  17. fdbe914 [base] Implement CurrentTaskRunnerInheritsThreadType by Etienne Pierre-doray · 35 hours ago
  18. cf95ae6 partition_alloc: Enable user space zero segment on ChromeOS by Michael Lippautz · 2 days ago
  19. a05e228 Fix TSan data race in PartitionRoot::AdjustSlotSpanRing by Dominic Battre · 2 days ago
  20. 3408ada partition_alloc: Rework userspace zero segment and enable on Windows by Michael Lippautz · 2 days ago
  21. 7120d8f [iOS]MessagePumpAppleInitialNestingTest fails on ios-asan by Arthur Milchior · 2 days ago
  22. 7206329 Checked Span: Address `blink_perf` suites by Kalvin Lee · 3 days ago
  23. bccbb0d Fix WinHeap accounting for large allocations by Jose Dapena Paz · 3 days ago
  24. 212872a Fix switch-to-tab behavior and window scoping for @tabs starter pack by Ben Chin · 3 days ago
  25. eec98bd Revert "Prototype for different ASLR in each child process" by Will Harris · 3 days ago
  26. c6772d1 Fix flaky tests in base/i18n/icubridge/date_time_formatter by Danilo Tedeschi · 3 days ago
  27. e22c6f5 Relax thread checks in base/android utilities for tests by Jenna Himawan · 3 days ago
  28. 36adfa1 Rename PERCEPTIBLE importance to NOT_PERCEPTIBLE by Aldo Culquicondor · 3 days ago
  29. d8ed50e Migrate UrgentPageDiscardingPolicy to base::MemoryConsumer by Patrick Monette · 3 days ago
  30. f09ea6a [tracing] Make TraceLog test only by Etienne Pierre-doray · 3 days ago
  31. cf5520b Implement conversion between legacy ICU to BCP47 by Danilo Tedeschi · 3 days ago
  32. 38d3ff2 Close QUIC sessions on Android pre-freeze by Yaron Friedman · 3 days ago
  33. 098f1d7 base: create base::i18n::TimeZone object by Danilo Tedeschi · 3 days ago
  34. e6f8696 partition_alloc: fix OFFICIAL_BUILD legacy macro by Arthur Sonzogni · 4 days ago
  35. 684012c Reduce unnecessary string copies in lens. by Jeffrey Yu · 4 days ago
  36. 5c56424 Reland "android: Show DevTools in an activity" by Ryo Hashimoto · 6 days ago
  37. 7b2ffb6 [base] Fix Windows CommandLine argument smuggling by Dan Murphy · 6 days ago
  38. e3f6c2a [ios/web_view] Synchronize run loop nesting state with host app. by Anuj Kumar · 6 days ago
  39. 4d73e5f [window.rust] Provide initial Rust API for base::Feature. by Julia Hansbrough · 6 days ago
  40. 45648a5 Clean up: Fix 11 wrong escapes in 5 DEPS files in base by yoshiki iguchi · 6 days ago
  41. 3d00d58 Add stringview 16 as a supported string type to base::StringTokenizer by Sophie Chang · 6 days ago
  42. fd61a21 RenderThreadImpl: Remove MemoryPressureListener and centralize tracing by Patrick Monette · 6 days ago
  43. 284995d partition_alloc: Add missing <cstring> includes for standalone builds by Arthur Sonzogni · 7 days ago
  44. 76e1746 partition_alloc: presubmit against external define by Arthur Sonzogni · 7 days ago
  45. 0184a77 Introduce kUnprotectedInRelease raw_ptr trait by Keishi Hattori · 7 days ago
  46. 7ea38ad make ReportInvalidWaitableEventResult diagnostic debug-only by acharif · 7 days ago
  47. 5151c52 Don't emit AnyCritical hangwatcher histograms for background renderers by Jean-Philippe Gravel · 7 days ago
  48. da43401 Android: Fix ModuleCacheTest.CheckAgainstProcMaps when native libs are not extracted by Andrew Grieve · 7 days ago
  49. 2b542d5 [MemoryCoordinator] Remove the MemoryReleaseBehavior trait by Patrick Monette · 7 days ago
  50. 0c2b3f7 Expose RunLoop::RunUntilIdle to Rust by Devon Loehr · 7 days ago
  51. 3a64106 Add License for Netscape Portable Runtime (NSPR) by Wan-Teh Chang · 7 days ago
  52. 9f7e5e2 Create a LanguageCodeMatcher for matching supported locales by Danilo Tedeschi · 7 days ago
  53. 257cfa7 base: Introduce ReallocProtectedIterator to mitigate container realloc UAF by Keishi Hattori · 8 days ago
  54. 77d8baf [base] Fix build for CPU yield on LoongArch. by Wang Qing · 8 days ago
  55. 010a5a4 base: Use one OVERLAPPED per Windows file watcher by Klaus · 8 days ago
  56. 004a39c Launch PumpPeekMessageWithObserver by default client-side. by Gabriel Charette · 8 days ago
  57. 5953a6b Fix SuppressMemoryListeners bug for initial notifications. by Patrick Monette · 8 days ago
  58. 630e6d3 Add UNSAFE_BUFFERS to some lines in checked_iterators_nocompile.nc by Arthur Eubanks · 8 days ago
  59. ce75dee Reland "[SplitCompatService][1/4] Fork SplitCompatService to base module" by Xuehui Chen · 8 days ago
  60. 81107dc Reland #3 "Enable use_mold for 64-bit target_os="android" is_official_build=false" by Andrew Grieve · 8 days ago
  61. ac756b6 lock: Remove `UNSAFE_TODO()` gated by `DCHECK` by Kalvin Lee · 8 days ago
  62. 3bd9db1 Reland "android: Remove the stale rule from chromium_apk.flags and expectations" by Andrew Grieve · 9 days ago
  63. 23228b1 PA: Add public PartitionRoot::GetRootFromAddress() method by Takashi Sakamoto · 9 days ago
  64. f76982c [PA/MO] Support flexible configuration of TaskAnnotator purge by mikt · 9 days ago
  65. 65921d2 Revert "android: Remove the stale rule from chromium_apk.flags and expectations" by Mei Liang · 9 days ago
  66. 407aa40 Revert "Reland #2 "Enable use_mold for 64-bit target_os="android" is_official_build=false"" by Andrew Grieve · 9 days ago
  67. 95782f7 [PartitionAlloc] Allow process type upgrade in tests by Dan Murphy · 9 days ago
  68. 534daa3 PA: Replace FreeWithSize() with Free() with FreeFlags::kWithSizeHint. by Takashi Sakamoto · 9 days ago
  69. 10b2286 android: Remove the stale rule from chromium_apk.flags and expectations by Haiyang Pan · 9 days ago
  70. 7b0b684 Fix dangling pointer in base::win::ObjectWatcher by keybo · 9 days ago
  71. 31ffd17 base message_loop: clean up UIPumpImprovementsWin by Sean Maher · 9 days ago
  72. 6369fd0 ICuBridge: Create DateTimeFormatter by Danilo Tedeschi · 9 days ago
  73. f227a11 pdf-default: ensure pop-up opens in foreground by Jesse McKenna · 9 days ago
  74. 50e8f8a siso: enable remote execution for create_string_rc.py by Takuto Ikuta · 9 days ago
  75. 22baed7 Reland #2 "Enable use_mold for 64-bit target_os="android" is_official_build=false" by Andrew Grieve · 9 days ago
  76. 19952f4 Fix --ttp-save-trace path on Android. by Kartar Singh · 9 days ago
  77. 46ad42d Initialize the feature list early for all tests by Martin Kong · 9 days ago
  78. fe8b483 partition_alloc: Use PA_BUILDFLAG(IS_COMPONENT_BUILD) by Arthur Sonzogni · 10 days ago
  79. 34626ca Revert "Reland "Enable use_mold for 64-bit target_os="android" is_official_build=false"" by Andrew Grieve · 10 days ago
  80. 48da980 Android: Make FeatureList.isNativeInitialized() respect setDisableNativeForTesting() by Andrew Grieve · 10 days ago
  81. 17ee5bf [pre_freeze] Remove unused flags by Thiabaud Engelbrecht · 10 days ago
  82. c8a090b [Android] Restore JNI overrides after each test case by Henrique Nakashima · 10 days ago
  83. ab76191 Introduce TestLocale to set the locale of a test class by Martin Kong · 10 days ago
  84. c16cb1a Android: Fix base::debug::StackTrace() when built without unwind tables by Andrew Grieve · 10 days ago
  85. ea37796 [base] Add ByteSize overload to ScaleByMemoryLimit by Thiabaud Engelbrecht · 10 days ago
  86. 68dd30a Reland "Enable use_mold for 64-bit target_os="android" is_official_build=false" by Andrew Grieve · 10 days ago
  87. 5e1ff17 Revert "[SplitCompatService][1/4] Fork SplitCompatService to base module" by Andrew Grieve · 10 days ago
  88. 0abbe18 Revert "Enable use_mold for 64-bit target_os="android" is_official_build=false" by Andrew Grieve · 10 days ago
  89. 84a31ee [SplitCompatService][1/4] Fork SplitCompatService to base module by Xuehui Chen · 10 days ago
  90. 8f3b0ea Enable use_mold for 64-bit target_os="android" is_official_build=false by Andrew Grieve · 10 days ago
  91. abb9ba5 [base] WaitableEvent::WaitMany is always WILL_BLOCK by Etienne Pierre-doray · 10 days ago
  92. 350fe9a Add a `simulated` parameter to `CreateTrialFromStudy()` by Luc Nguyen · 11 days ago
  93. 2dab49b Remove comment about ForTesting methods from check_is_test.h by Cliff Smolinsky · 13 days ago
  94. e1d1ce6 [SplitTabRestore] Adding Split to MemoryInfraBackgroundAllowlist by Kunal Daftari · 13 days ago
  95. 29f64dc base/i18n: Introduce IcuBridge by Danilo Tedeschi · 13 days ago
  96. b1e427f base/i18n: Move time formatting enums to a separate header by Danilo Tedeschi · 13 days ago
  97. 5298a0a [base] Default spin count of base::Lock should be zero by Anand Ravi · 13 days ago
  98. f5a2436 [tracing] Fold file tracing directly into base/ using Perfetto Flows. by Etienne Pierre-doray · 13 days ago
  99. f93402b Small refac to LanguageCodeBuilder to build from Icu4xLocale by Danilo Tedeschi · 13 days ago
  100. 2f12db2 Create the Icu4xFallbacker Rust wrapper by Danilo Tedeschi · 13 days ago