[go: nahoru, domu]

  1. f9156b0 PA: Add PA_UNLIKELY to allocation failure handlers by Yuki Shiino · 75 minutes ago
  2. ed86e9a PA: Let LightweightQuarantineBranch.Quarantine() take usable_size by Yuki Shiino · 2 hours ago lkgr-android-internal
  3. 484216c0 PA: Precalculate Mac alignment kludge by Kalvin Lee · 6 hours ago
  4. c85b7f8 Add nogncheck for #include behind preprocessor macro. by Mirko Bonadei · 13 hours ago
  5. 933c309b Make base::span_from_cstring() templated on string type by Patrick Monette · 18 hours ago
  6. 2cdb91b Enable unsafe-buffers warnings in VectorBuffer and its tests by danakj · 19 hours ago
  7. c9b6fb8 Enable ContentUriUtilsTest by Joel Hockey · 19 hours ago
  8. 3c16f6f Add test for GetContentUriFileSize() by Joel Hockey · 19 hours ago
  9. 0f08354 [windows] Register an absl abort hook in the same fashion as OOM termination by Greg Thompson · 19 hours ago
  10. 91c715b Spanify and bounds-check base::circular_deque by danakj · 20 hours ago
  11. 2f87db3 partition_alloc: Use PA_CONSTEXPR_DTOR by Arthur Sonzogni · 24 hours ago
  12. 1d737482 Fix (most of?) the remaining absl::optional references by David Benjamin · 2 days ago
  13. e625558 Add -allowaccessmodification to a couple of our proguard rules by Andrew Grieve · 2 days ago
  14. 2a4fdf0 [PA/shim] Guarantee tail call optimization by mikt · 2 days ago
  15. 11e42da partition_alloc: Follow-up moving tests. by Arthur Sonzogni · 2 days ago
  16. e85e185d Spanify android bundle_utils by danakj · 2 days ago
  17. ca5caf82 Revert "Make static initialization of base::ProtectedMemory objects required" by Will Harris · 2 days ago
  18. f806f565 autospan: base/i18n/streaming_utf8_validator_unittest.cc by Arthur Sonzogni · 2 days ago
  19. aac573e [//gpu] [Graphite] Implement background memory dumps by Colin Blundell · 2 days ago
  20. 5eeb409 [tracing] Handle viz stages exceeding presentation by Oksana Zhuravlova · 2 days ago
  21. 2160306 [Scroll Jank] Refactor predictor jank SQL metrics. by Harkiran Bolaria · 2 days ago
  22. 7b28fb3 autospan: base/containers/linked_list_unittest.cc by Arthur Sonzogni · 2 days ago
  23. 020d887 Fix possible OOM in ScriptedIdleTaskController by Mikhail Atuchin · 2 days ago
  24. da76baa9 Improve support for reading android virtual content uri as FilePath by Joel Hockey · 2 days ago
  25. 290e7177 partition_alloc: Check support for C++17 by Arthur Sonzogni · 3 days ago
  26. 7f04022e Make static initialization of base::ProtectedMemory objects required by Jeffrey Gour · 3 days ago
  27. ca634348 [Android] Decouple declareElementFactory() from declaring the Condition by Henrique Nakashima · 3 days ago
  28. 6332a25d [Android] Prevent Elements.Builder from being reused by Henrique Nakashima · 3 days ago
  29. 6d09d3e3 Add revision for xdg_users_dir dependency by kylechar · 3 days ago
  30. 3da73d2 Remove dproy@chromium.org from base/profiler/OWNERS by Owners Cleanup · 3 days ago
  31. cec65ad3 IWYU: add again required missing include for HistogramBase by Jose Dapena Paz · 3 days ago
  32. 182c5b11 partition_alloc: support cpp17 by Arthur Sonzogni · 3 days ago
  33. 1e04826 [base] Add bool conversion operator to base::optional_ref by Christoph Schwering · 3 days ago
  34. bd9afa0 Disable close() ScopedFD hook for component builds by Tatsuyuki Ishi · 3 days ago
  35. 2fafc062 Remove base/template_util.h by Daniel Cheng · 6 days ago
  36. b11d0cf Remove template_util.h include from strcat_internal.h by Daniel Cheng · 6 days ago
  37. a7584edb Remove base::internal::is_iterator from template_util.h by Daniel Cheng · 6 days ago
  38. c231109 Use std::input_iterator in circular_deque by Daniel Cheng · 6 days ago
  39. aebd527 Remove base::internal::priority_tag by Daniel Cheng · 6 days ago
  40. ec15f0d Reland #2 "partition_alloc: Move pa tests into pa."" by Arthur Sonzogni · 6 days ago
  41. 5e6c548 Remove base::internal::priority_tag use in base::StrCat helpers by Daniel Cheng · 6 days ago
  42. 19cd9b8 Make all allocation routines from Rust fallible when clang links by danakj · 6 days ago
  43. 3e09b780 Fix method name to allow copybara to autoroll stdlib to perfetto. by Harkiran Bolaria · 6 days ago
  44. 03218500 partition_alloc Fix violations of the PRESUBMIT by Arthur Sonzogni · 6 days ago
  45. 46926998 Revert "Reland "partition_alloc: Move pa tests into pa."" by Arthur Sonzogni · 6 days ago
  46. 40d4a6e Remove template_util.h include from //base/ranges/ranges.h by Daniel Cheng · 6 days ago
  47. 759b290 libstdc++: do not assume std::string can be a constexpr by Jose Dapena Paz · 7 days ago
  48. ea3048f4 [stdlib] SQL refactoring for performance improvements. by Harkiran Bolaria · 7 days ago
  49. d4253cd Remove `base::ranges::begin()` and `base::ranges::end()` by Daniel Cheng · 7 days ago
  50. a565e82b Convert base::ranges::{begin,end} usage to std::ranges::{begin,end} by Daniel Cheng · 7 days ago
  51. 2ecbb28 Reland "partition_alloc: Move pa tests into pa." by Arthur Sonzogni · 7 days ago
  52. 5d58319 Revert "partition_alloc: Move pa tests into pa." by Titouan Rigoudy · 7 days ago
  53. 1788437 partition_alloc: Move pa tests into pa. by Arthur Sonzogni · 7 days ago
  54. 4a15749 partition_alloc: Use 64k pages for ppc64 partition page constants by Timothy Pearson · 7 days ago
  55. 7b17414 Reland "Reland "Reland "Reland "Add toolchains without PartitionAlloc-Everywhere for dump_syms et al"""" by danakj · 8 days ago
  56. 863d00c [Scroll Jank] Add a top-level single scroll event. by Harkiran Bolaria · 8 days ago
  57. 5d409ea3 Convert std::unique_ptr<T[]> to FixedArray by Mudiaga Akpokwaye · 8 days ago
  58. 550b726 Revert "Reland "Reland "Reland "Add toolchains without PartitionAlloc-Everywhere for dump_syms et al"""" by Michael Wilson · 9 days ago
  59. 4aceb04a Reland "Reland "Reland "Add toolchains without PartitionAlloc-Everywhere for dump_syms et al""" by danakj · 9 days ago
  60. 4a09f498 Convert TaskTracker::shutdown_event_ to std::optional by Bartek Nowierski · 9 days ago
  61. 8502059 partition_alloc: Autodetect page size on ppc64 systems by Timothy Pearson · 9 days ago
  62. 9734f41 partition_alloc: Allow variable page sizes on ppc64 Linux by Timothy Pearson · 9 days ago
  63. 533295e Revert "Promote most UBSan flags to the ASan configuration on non-Windows" by David Benjamin · 9 days ago
  64. a0ac9e3 Add support for 64K pages on Linux/AArch64 by Casey Smalley · 10 days ago
  65. 81211c6 Rename NextIdleTimeTicks to NextIdleBarrier. by Jan Keitel · 10 days ago
  66. 7f7a755 Register FuzzTests in non-single-process-mode tests. by Adrian Taylor · 10 days ago
  67. 6e77948 [BRP] Mark OperationToken as STACK_ALLOCATED by Bartek Nowierski · 10 days ago
  68. ecf6ac077 [PA] Enable glue_core_pools by Bartek Nowierski · 10 days ago
  69. fa70c22 Mark WaitableEvent::IsSignaled `const` by Bartek Nowierski · 10 days ago
  70. 82bf11b PA: Untag pool offset freelist entries by Kalvin Lee · 10 days ago
  71. a2692d2 [Android] Create CarryOn and Condition#waitFor(). by Henrique Nakashima · 12 days ago
  72. 0a02b73e8 Remove now unnecessary EnsureOpenSSLInit and CRYPTO_library_init calls by David Benjamin · 13 days ago
  73. 54af45e Re-enabled DisplayCutoutTest for android-13+ bots by Andrew Grieve · 13 days ago
  74. 048536cf Test realloc in the realloc test by danakj · 13 days ago
  75. 25723fa [tracing] Forward startup tracing config as shmem by Etienne Pierre-doray · 13 days ago
  76. d9245c1 partition_alloc: Prioritize non-constant POSIX page size by Timothy Pearson · 13 days ago
  77. 7a4cd8c Deflake & batch MediaLauncherActivityTest by Andrew Grieve · 13 days ago
  78. 6455638 Implement rel=opener as a proactive BrowsingInstance swap opt-out by Kevin McNee · 13 days ago
  79. 51ad44f Android: Make it more obvious when batched tests fail in @AfterTest by Andrew Grieve · 13 days ago
  80. 5c42861 Android: Rename CallbackHelper.waitForFirst() -> waitForOnly() by Andrew Grieve · 14 days ago
  81. 6c67ae2 Android: Fix flakiness in ActivityFinisher when multiple Activities exist. by Andrew Grieve · 14 days ago
  82. 789901c8 [Android][Testing] Ignore AssumptionViolatedException when wrapping by Adem Derinel · 14 days ago
  83. d68d003 android: Check input hint with immediate next work info only by Egor Pasko · 14 days ago
  84. 38bf7b6 Fix log message showing negative numbers for number of cleared SharedPreferences by Andrew Grieve · 14 days ago
  85. b1dbbe8 Reland "JNI Zero: Expose empty String, List, Map as constants" by Andrew Grieve · 14 days ago
  86. 8cd083d android: Add Input Hint init status histogram by Egor Pasko · 14 days ago
  87. 252be916 Cleanup kOptimizeDataUrls feature flag by Nidhi Jaju · 2 weeks ago
  88. e63d39a Add the Revision: field to NSPR's README.chromium by Wan-Teh Chang · 2 weeks ago
  89. d7e0616 etw payload support by Myungsub Kim · 2 weeks ago
  90. 4f49bc3 Timer: CHECK when OneShotTimer has an unbound user task by Daniel Andersson · 2 weeks ago
  91. 1ed9c8d Remove per-file unsafe_buffer_usage pragma from span_unittest.cc by Tom Sepez · 2 weeks ago
  92. 3cd153a android: Implement InputHintChecker::HasInput by Egor Pasko · 2 weeks ago
  93. c16397d [stdlib] Sync chrome/tasks.sql with Perfetto version in aosp/3146556. by Harkiran Bolaria · 2 weeks ago
  94. 9d40a7a Enable MTE by default on ConfigurePartitionsForTesting by Tarcisio Fischer · 2 weeks ago
  95. 65a9ee0 raw_span: Change ExtractAsDanglingSpan() to keep the raw_ptr protection by Bartek Nowierski · 2 weeks ago
  96. 30d3323 [PartitionAlloc] Purge more buckets from time to time in fast mode by Benoît Lizé · 2 weeks ago
  97. 5be9a7d [Scroll Jank] Implement predictor jank metrics in SQL. by Harkiran Bolaria · 2 weeks ago
  98. fd39d61 partition_alloc: merge buildflags.h #cleanup by Arthur Sonzogni · 2 weeks ago
  99. 3cdba0d Convert base::StringPiece to std::string_view final //base by Helmut Januschka · 2 weeks ago
  100. c1b50eb Revert "Reland "Reland "Add toolchains without PartitionAlloc-Everywhere for dump_syms et al""" by Will Yeager · 2 weeks ago