[go: nahoru, domu]

  1. af1f771 [M123][Layout Metrics] Add new proto for layout trace events by Elaine Chien · 4 months ago
  2. 3664619 [MTE][BRP] Don't bloat up ref-count in the "same slot" mode by Bartek Nowierski · 4 months ago
  3. 37b682a Roll clang+rust llvmorg-18-init-17730-gf670112a-5 : llvmorg-19-init-2319-g7c4c2746-1 / cd6d8f2a04528f827ad3d399581c0f3502b15a72-1 : 340bb19fea20fd5f9357bbfac542fad84fc7ea2b-3 by Arthur Eubanks · 4 months ago
  4. 76d1f88 Add `inline` to `constexpr` constants in raw_ptr.h by Bartek Nowierski · 4 months ago
  5. b1d005dd Preliminary fixes for container rewrite by Ali Hijazi · 4 months ago
  6. 6c2d774 Add debugging and batching sections to Public Transit README by Henrique Nakashima · 5 months ago
  7. f75a665 Add back button handling section to Public Transit's README by Henrique Nakashima · 5 months ago
  8. f39a5f1 Revert "[BRP] Obliterate deprecated `brp-mode` param values" by Andrew Grieve · 5 months ago
  9. e547a64 [Android] Public Transit: implement LogicalElement by Henrique Nakashima · 5 months ago
  10. d7567220 [tracing] Implement EtwDataSource by Etienne Pierre-Doray · 5 months ago
  11. 3e99793 [tracing] Show WaitableEvent wakeups in "toplevel.flow" by Gabriel Charette · 5 months ago
  12. 6b407a96 Make BigEndianReader/Writer work with spans instead of pointer/len pairs by danakj · 5 months ago
  13. 49fefdb3 Upgrade iterator end() DCHECKs to CHECK in base/ by Peter Boström · 5 months ago
  14. 04a8eb2 Add functions for going from primitives to byte arrays by danakj · 5 months ago
  15. e21518d Add missing includes uncovered by libc++ change by Hans Wennborg · 5 months ago
  16. 070f2dc Provide way to construct span from string literal without string_view by danakj · 5 months ago
  17. 1403ac9 base_perftests: Register google_benchmark tests as gtests by Egor Pasko · 5 months ago
  18. a7778fa Expand trace coverage of EventForwarder and TouchDispositionGestureFilter. by Stephen Nusko · 5 months ago
  19. 8e4901d Cleanup bind_internal.h and bind_unittest.cc in advance of other CLs. by Peter Kasting · 5 months ago
  20. a365c562 Roll abseil_revision 563c86a80c..797501d12e by Danil Chapovalov · 5 months ago
  21. 2bd91ed [base] Prevent usage of SequenceLocalStorage inside RunOrPostTask. by François Doray · 5 months ago
  22. fd4158b Update .cr.so -> .so in a few missed unittests by Andrew Grieve · 5 months ago
  23. 0a1e6b14 Fix missing include for absl::optional in BufferIterator test. by Daniel Cheng · 5 months ago
  24. 2fa4164 Enable Dangling Pointer Detector on Chrome OS by mikt · 5 months ago
  25. 709486c [PA/MO] Verify memory is freed when PASchedulerLoopQuarantine disabled by mikt · 5 months ago
  26. ec5b03a Add use_full_mte gn flag by Keishi Hattori · 5 months ago
  27. 70c508e5 Allow rvalue arrays in as_byte_span, and type-deduce rvalue arrays by danakj · 5 months ago
  28. acddeab8 [Android] Public Transit: option to not repeat the OnExceptionCallback by Henrique Nakashima · 5 months ago
  29. c104d940 Refactor shared memory switch helper functions. by Roger McFarlane · 5 months ago
  30. bb885329 Enhance Bind to support functors with overloaded operator()()s. by Peter Kasting · 5 months ago
  31. 6b4f784 [tracing] Emit 'navigation-start' background tracing trigger. by Etienne Pierre-doray · 5 months ago
  32. d1f60b9 base: Guard against wrong windows.h clang-format reordering by Arthur Sonzogni · 5 months ago
  33. 48c05d4 Remove unused file: ResettersForTestingTestRule.java by Andrew Grieve · 5 months ago
  34. 0d8cb55 Cleanup use "" instead of <> for base/ include. by Arthur Sonzogni · 5 months ago
  35. 7e8a59c0 Android: Make ThreadChecker optimized away in release builds by Andrew Grieve · 5 months ago
  36. 16433307 Enable Dangling Pointer Detector on platforms except Chrome OS by mikt · 5 months ago
  37. 9efe01c IWYU: LogMessage raw_ptr requires include by Jose Dapena Paz · 5 months ago
  38. da1bdd7 [BRP] Obliterate deprecated `brp-mode` param values by Bartek Nowierski · 5 months ago
  39. 1d27fd1 Add features that will be used during Finch experimentation. by Ada Romanowski · 5 months ago
  40. 8c7f7411 Annotate existing dangling pointers to re-enable DPD [1/N] by Arthur Sonzogni · 5 months ago
  41. 8509cc6 jni_zero: consolodating down to one externally visible jni_zero.h by Sam Maier · 5 months ago
  42. 874afc08 Avoid assuming string_view iterators are char* by danakj · 5 months ago
  43. 3ff4a90 Fix missing <string> dependency. by Arthur Sonzogni · 5 months ago
  44. 889711dc IWYU: add missing include for std::optional usage in big_endian.h by Jose Dapena Paz · 5 months ago
  45. c9d1b63 base: convert 0-length java.nio.Buffer to valid span by Elly · 5 months ago
  46. 311d878 Make pickle::payload() a protected method. by Tom Sepez · 5 months ago
  47. 5dc224d plumb MessagePumpForUI spurious wakeup reason to traces in chrometto by Sean Maher · 5 months ago
  48. 2fae4ce3 [PA/MO] Fix memory leak if PASchedulerLoopQuarantine disabled by mikt · 5 months ago
  49. fd0b9c3 raw_ptr_unittest: Remove clang-format exception by Kalvin Lee · 5 months ago
  50. 6d325d7 Write unsafe review for BufferIterator and use safer span methods by danakj · 5 months ago
  51. e976a306 [Android] Public Transit: Create uniqueViewElement() by Henrique Nakashima · 5 months ago
  52. 685060f Android: Remove support for junit3 tests by Andrew Grieve · 5 months ago
  53. 59a2c9d6 Add automatic type conversions to jni_zero via annotation by Mohamed Heikal · 5 months ago
  54. c23ccb95 [iOS] Remove Old iOS Runtime Conditional Checks by Joemer Ramos · 5 months ago
  55. b2573ebd Make base::File::GetLength() method a const by punithnayak · 5 months ago
  56. 36684f8d Downgrade NOTREACHEDs that still hit frequently by Peter Boström · 5 months ago
  57. 0487eab [base][i18n] Cleanup ICU and release data in ResetGlobalsForTesting by Wez · 5 months ago
  58. f759050 [buganizer] Migrate remaining DIR_METADATA in chromium/src by Jeff Yoon · 5 months ago
  59. a5e3335 Remove skyostil@chromium.org from base/android/java/src/org/chromium/base/task/OWNERS by Owners Cleanup · 5 months ago
  60. 9e5e7d9 Avoid unspecified behavior in MetricsSubSampler during testing for concurrent writes and reads to global variables. by Olivier Li Shing Tat-Dupuis · 5 months ago
  61. 86bce6f4 [ios] Fix compilation of //base for application extensions by Sylvain Defresne · 5 months ago
  62. 120045d compiler-specific.h: only enable preserve_most for supported platforms by kxxt · 5 months ago
  63. 5077d95 Remove use_combined_annotations by Peter Boström · 5 months ago
  64. 31e3124 Copy absl::WrapUnique()'s static_asserts into base::WrapUnique() by Lei Zhang · 5 months ago
  65. 5429e64 [Android] Public Transit: Compare ViewElements of origin and destination by Henrique Nakashima · 5 months ago
  66. 8499462d Remove the ptr+len overload of the `base::PersistentHash` function. by Lukasz Anforowicz · 5 months ago
  67. f438cca [Base] Make Android Token JNI Natives visible for testing by Calder Kitagawa · 5 months ago
  68. a1d8b6a Partial Reland: Fix incorrect @RunsWith on a few tests by Andrew Grieve · 5 months ago
  69. 7af3ed5a Update our scripts to use the data in the trace for vsync_intervals. by Stephen Nusko · 5 months ago
  70. b79bc51 Revert "[memory-infra] Report per-process and total GPU mapped_memory" by Brian Sheedy · 5 months ago
  71. 336972e Refactoring in advance of supporting overloaded operator()()s. by Peter Kasting · 5 months ago
  72. 25e1597 base/win: base::StringPiece -> std::string_view by Helmut Januschka · 5 months ago
  73. 6511d101 Add more crash keys by Luc Nguyen · 5 months ago
  74. 5896023 Remove various uses of `base::WriteInto()` in //base. by Daniel Cheng · 5 months ago
  75. 52dabfe Fix incorrect (but not unsafe) count arg to GetFinalPathNameByHandle(). by Daniel Cheng · 5 months ago
  76. ca02ec0f base/hash: base::StringPiece -> std::string_view by Helmut Januschka · 5 months ago
  77. 87c33f1 Clamp the calculation of GetSystemCommitCharge to 0 by Joe Mason · 5 months ago
  78. 8b0e8c0 Delete `base::MD5Sum` overload taking separate `data` and `size` params. by Lukasz Anforowicz · 5 months ago
  79. e0ba557 [pre_freeze] Clean up locking annotations by Thiabaud Engelbrecht · 5 months ago
  80. 133b2d9 Rewrite std::set<T*> into std::set<raw_ptr<T, SetExperimental>> by Ali Hijazi · 5 months ago
  81. 1fe60a9 [memory-infra] Report per-process and total GPU mapped_memory by Benoit Lize · 5 months ago
  82. a48685e Pull the IsComplete concept into its own header. by Peter Kasting · 5 months ago
  83. 60dbadc base/trace_event: base::StringPiece -> std::string_view by Helmut Januschka · 5 months ago
  84. 6de0e46 base/mac: remove unused string_piece.h header by Helmut Januschka · 5 months ago
  85. 802a7ae Unsafe review of base::span by danakj · 5 months ago
  86. b9e1019 Add JNI interface to content_extraction.InnerText by Salvador Guerrero Ramos · 5 months ago
  87. f1abab03 Reland: Enable sandbox shims to work regardless of timing by Stefan Smolen · 5 months ago
  88. 738194b Revert "Restrict the scope of overly broad ProGuard rule" by Sam Maier · 5 months ago
  89. 0f6f611 Expose WeakPtrFactory::BindToCurrentSequence to PM nodes by Joe Mason · 5 months ago
  90. 590d1523 Add conversions from arrays of bytes to integers/floats by danakj · 5 months ago
  91. 5b7a411 Reland "Exo: Pass trace ID across wayland to track frame submission." by Yuzhu Shen · 5 months ago
  92. 6519f11 base: base::StringPiece -> std::string_view by Helmut Januschka · 5 months ago
  93. 94c5fd4 Store SlotStart in LightweightQuarantineBranch by Keishi Hattori · 5 months ago
  94. becc987a [base] Do not crash when ThreadPool is configured with >256 cores by Gabriel Charette · 5 months ago
  95. 44190ab6 Allow conversion from base::span<T, N> to std::span<T, N> for const N by danakj · 5 months ago
  96. 7c00119 [base][weak_ptr] Better document not to use MaybeValid() in general by Erik Chen · 5 months ago
  97. b0713f02 Revert "Roll clang+rust llvmorg-18-init-17730-gf670112a-1 : llvmorg-19-init-817-g3f5fcb59-1 / cd6d8f2a04528f827ad3d399581c0f3502b15a72-1 : cdaa12e3dff109f72a5a8a0a67ea225052122a79-1" by Alan Zhao · 5 months ago
  98. f77fd11 Android: Enable native code for base robolectric tests by Andrew Grieve · 5 months ago
  99. db22f76 Add Windows 23H2/22631 OS version support by Kevin DiClemente · 5 months ago
  100. 6aaed0b7 Replace sync primitive with outside of blocking scope. by Artem Sumaneev · 5 months ago