1. 5e58082 Remove LegacyNativeDictionaryRequiredInterfaceNullability from PointerEventInit by Anne van Kesteren · 46 minutes ago main
  2. 5e0c6a7 Improve find in page performance by using a cached flat buffer by Cole Carley · 2 hours ago
  3. c3db1aa WKWebView._cachedActiveNSURL doesn't need to store the WTF::URL by Chris Dumez · 2 hours ago
  4. 7102afe Stop using all caps in log identifiers in WebKit log definitions by Per Arne Vollan · 2 hours ago
  5. d399725 Bring TestWebKitAPI up to code with regard to adoptRef, adoptCF, and adoptOSObject by Brady Eidson · 4 hours ago
  6. d39fdf0f [Gardening] Update `windows` specific test expectations by Ahmad Saleem · 4 hours ago
  7. 44a6ef8 [JSC] DFG should keep scope OSR-available for ModuleVar resolve_scope by Sosuke Suzuki · 4 hours ago
  8. 9f58e49 document.styleSheets should be accessible on DOMParser-created documents by Chris Dumez · 5 hours ago
  9. f3e9e42 Update ANGLE to 2026-04-08 (641c0d0e1bbd7d7220f797887fa28a1f17bfeb7d) by Kimmo Kinnunen · 6 hours ago
  10. 20d0622 Unreviewed, reverting 311030@main. by Commit Queue · 6 hours ago
  11. 5c71cb4 CSPViolationReportBody does not report line number by Brent Fulgham · 7 hours ago
  12. 52dbebe Unreviewed build fix: Remove vestigial references to libpas.a by Geoffrey Garen · 10 hours ago
  13. 6a202c4e [Win] Switch to ccache depend mode by Ian Grunert · 13 hours ago
  14. 52a9721 [JSC] Avoid repeated lock contension due to NativeCalleeRegistry registration by Yusuke Suzuki · 14 hours ago
  15. 203b7fc [Build Speed] Move debug-only code in VMManager out-of-line; causing excess template creation by Jer Noble · 15 hours ago
  16. 9d282b5 [GStreamer] Gardening https://bugs.webkit.org/show_bug.cgi?id=312097 by Philippe Normand · 16 hours ago
  17. db6887c 2X (7s) speedup in the bmalloc clean build by Geoffrey Garen · 17 hours ago
  18. 56d2552 WKWebView.URL should not need not parse the URL string every time it is called by Chris Dumez · 18 hours ago
  19. 265d100 [Win] Fix build on clang 21 https://bugs.webkit.org/show_bug.cgi?id=311934 by Ian Grunert · 19 hours ago
  20. cfed70b checkUTF8 should use SIMDUTF by Yusuke Suzuki · 21 hours ago
  21. a3ea192 NavigationDisabler should not block navigations in unrelated frames by Chris Dumez · 22 hours ago
  22. 175fd09 [WPE][Qt] Remove apparently dead code writing to offscreen surface by Simon Pena · 22 hours ago
  23. 5767bc4 [css-mixins-1] Register function parameter and return value types by Antti Koivisto · 23 hours ago
  24. 2aa1178 Add strong CSS/Style types for CSS property identifiers by Sam Weinig · 23 hours ago
  25. edd693e window.open() should consume user activation when creating a new browsing context by Chris Dumez · 25 hours ago
  26. d55d921 [JSC] Short-circuit assignment should not overwrite read-only locals by Sosuke Suzuki · 25 hours ago
  27. 02b359f Resync `html/rendering` from WPT Upstream by Ahmad Saleem · 26 hours ago
  28. 446ece8 Block redirects to data: URLs by Anne van Kesteren · 27 hours ago
  29. 24fbdff Remove LegacyNativeDictionaryRequiredInterfaceNullability from EME code by Anne van Kesteren · 27 hours ago
  30. 25186fb Remove LegacyNativeDictionaryRequiredInterfaceNullability from FaceDetectorOptions by Anne van Kesteren · 27 hours ago
  31. 8223680 Resync `css/CSS2/floats` from WPT Upstream by Ahmad Saleem · 29 hours ago
  32. 7e0fed7 [Gardening] Unskip now passing table layout tests post 310995@main by Ahmad Saleem · 29 hours ago
  33. 73e0c06 Codify that smart pointers initialized with an `adopt` method should be declared with their smart pointer type, and not `auto` by Brady Eidson · 30 hours ago
  34. f1975484 [JSC] IPInt should not require metadata for constant and memory access by Yusuke Suzuki · 30 hours ago
  35. ad75758 [css-anchor-position-1] getComputedStyle() of inset: auto on layout-time anchor-positioned elements should be 0 by Kiet Ho · 31 hours ago
  36. ca8836a Unreviewed, reverting 310871@main. by Commit Queue · 31 hours ago
  37. d093eba XML parser hangs in trying to expand deeply nested entity references by Ryosuke Niwa · 32 hours ago
  38. b9dd8d7 Remove NODELETE annotation from RenderTableSection::distributeRemainingExtraLogicalHeight by Ryosuke Niwa · 32 hours ago
  39. 165a746 Unreviewed, reverting 311011@main. by Commit Queue · 33 hours ago
  40. 730f483 Margin collapse should be allowed when preferred block size behaves as auto by Ahmad Saleem · 34 hours ago
  41. 0b653dd Update `auto` to `RetainPtr` in Cocoa API tests by Brady Eidson · 34 hours ago
  42. 175d392 Build fix for 310997@main by Anne van Kesteren · 34 hours ago
  43. 14b38f0 Adopt FastFloat in XPathValue https://bugs.webkit.org/show_bug.cgi?id=307443 by Anne van Kesteren · 34 hours ago
  44. 4a93a28 Fix outstanding safer C++ warnings in Source/WebKit by Ryosuke Niwa · 35 hours ago
  45. 68edc82 FontPlatformDataCocoa.mm: Remove unused SPI includes by Vitor Roriz · 36 hours ago
  46. c764334 Resync `html/semantics/grouping-content` from WPT Upstream by Ahmad Saleem · 36 hours ago
  47. cd3c271 Resync `html/semantics/text-level-semantics` from WPT Upstream by Ahmad Saleem · 36 hours ago
  48. 8ff9fd2 Resync `css/CSS2/abspos` from WPT Upstream by Ahmad Saleem · 2 days ago
  49. 94ddd68 Resync `html/semantics/tabular-data` from WPT Upstream by Ahmad Saleem · 2 days ago
  50. 11fb868 [Table] Incorrect distributed height when <td> height is set by Alan Baradlay · 2 days ago
  51. 5d2ff74 Fix gstDebugLevelFromWTFLogLevel not declared without journald by tusooa · 2 days ago
  52. 98130df Adopt roundeven(f) in JSC https://bugs.webkit.org/show_bug.cgi?id=312040 by Anne van Kesteren · 2 days ago
  53. f4a29be Structured clone of SharedArrayBuffer should throw DataCloneError outside of postMessage by Chris Dumez · 2 days ago
  54. 9617444 Adopt Clang and GCC __builtin_roundeven(f) by Anne van Kesteren · 2 days ago
  55. dcd0fbf Validate transferable states after serialization per spec by Chris Dumez · 2 days ago
  56. 27d1a32 `position: relative` doesn't work as expected on table row by Alan Baradlay · 2 days ago
  57. 4d404f4 wooting.io: inline-block <img> shows a larger border than in firefox/chrome by Alan Baradlay · 2 days ago
  58. 6959e33 Remove LegacyNativeDictionaryRequiredInterfaceNullability from RTC code by Anne van Kesteren · 2 days ago
  59. b3ec744 Proper IDL [Clamp] and Blob's slice() support by Anne van Kesteren · 2 days ago
  60. 79351e0 Document `unsafe` use in WKSeparatedImageView by Etienne Segonzac · 2 days ago
  61. 1b7c3a2 [Web Inspector] [Site Isolation] Add inspector test for Page.overrideSetting with cross-origin iframes under site isolation by Brandon Stewart · 2 days ago
  62. d924138 [GStreamer] Unreviewed test gardening by Diego Pino Garcia · 2 days ago
  63. 2281fc7 [threaded-animations] enable "Threaded Time-based Animations" by default (take 3) by Antoine Quint · 2 days ago
  64. 77e8828 [GStreamer] Unreviewed test gardening by Diego Pino Garcia · 2 days ago
  65. bc6e9ea [GLIB] Unreviewed test gardening by Diego Pino Garcia · 2 days ago
  66. ebfab26 [threaded-animations] REGRESSION: Flickery animations on https://pudding.cool/2026/03/ivf/ by Antoine Quint · 2 days ago
  67. 539dfd8 [GFC] Make item placement avoidance reasons more fine grained by Sammy Gill · 2 days ago
  68. d8482d1 Unreviewed, reverting 308995@main (99ecafd045f5) by Sammy Gill · 2 days ago
  69. befe8e6 [AppKit Gestures] Text selection gestures no longer work in some cases by Richard Robinson · 2 days ago
  70. 27776de Remove LegacyNativeDictionaryRequiredInterfaceNullability from CaptionDisplaySettingsOptions by Anne van Kesteren · 2 days ago
  71. 152a4ad Remove LegacyNativeDictionaryRequiredInterfaceNullability from Web Inspector code by Anne van Kesteren · 2 days ago
  72. d9b2478 Remove LegacyNativeDictionaryRequiredInterfaceNullability from TextEncoderEncodeIntoResult by Anne van Kesteren · 2 days ago
  73. 8acae1d [GLIB] Unreviewed test gardening by Diego Pino Garcia · 2 days ago
  74. 8eef87b Fix PlayStation build following 310964@main by Ross Kirsling · 2 days ago
  75. de9233f Unreviewed, reverting 310317@main. by Commit Queue · 2 days ago
  76. 6de0942 [JSC][JSPI] Change WebAssembly.Suspending and WebAssembly.SuspendError to data properties by Vassili Bykov · 2 days ago
  77. d03e904 Include all object elements in document named items by Chris Dumez · 2 days ago
  78. 93182da Drop WKBundlePageExtendIncrementalRenderingSuppression() private API by Chris Dumez · 2 days ago
  79. a026de3 Crash in `XPCEndpoint::XPCEndpoint` when running `WebKit.XPCEndpoint` and letting the test runner not terminate immediately by Chris Dumez · 2 days ago
  80. aa4800b [ASan] Work around lipo bug with >4GB static archives by Elliott Williams · 2 days ago
  81. e63d3f7 [css-anchor-position-1] First child precedes second child if first child is ancestor of second child by Kiet Ho · 2 days ago
  82. 235b147 Declare jit_heap_runtime_config as pas_heap_runtime_config (not pas_basic_heap_runtime_config) by Geoffrey Garen · 2 days ago
  83. 2cc90f4 [Grid] Crash under GridTrackSizingAlgorithm::copyUsedTrackSizesForSubgrid when paint containment changes on subgrid. by Sammy Gill · 2 days ago
  84. 8283a18 Add cycle detection and object de-dupe logic to JavaScriptEvaluationResult::ObjCExtractor by Brady Eidson · 2 days ago
  85. 9bd681f [JSC][JSPI polish] Use std::unique_ptr for EvacuatedStackSlice ownership in PinballHandlerContext by Vassili Bykov · 2 days ago
  86. 06ee264 Remove check for UI_BUTTON_PERFORM_PRIMARY_ACTION by Jessica Cheung · 2 days ago
  87. 4153942 Removed about 9% of #include statements from WTF by Geoffrey Garen · 2 days ago
  88. 8a0fb7d [AutoFill Debugging] It should be possible to click targets that are scrolled offscreen by Wenson Hsieh · 2 days ago
  89. 46a0e68 [GARDENING] for [Site Isolation] Add ews bots for site isolation by Robert Jenner · 2 days ago
  90. 8cb887d [JSC][WASM][Debugger] Generate meaningful module names from name section and source URL by Yijia Huang · 2 days ago
  91. adf99e0 [JSC][WASM][Debugger] Fix DebugState incorrectly reporting VM as stopped during non-debugger VM traps by Yijia Huang · 2 days ago
  92. f564c4f RenderObjectEnums.h: Convert plain enums to enum class by Vitor Roriz · 2 days ago
  93. 6a97f27 HTMLMediaElement volume=0.5 does not work when using AudioContext by Jer Noble · 2 days ago
  94. 6814cd8 Unreviewed, reverting 310945@main (c177a1016bb3) rdar://174512801 by Robert Jenner · 2 days ago
  95. 6adee66 [Gardening][macOS release] inspector/runtime/execution-context-in-scriptless-page.html is a flaky text failure. by Diego De La Toba · 2 days ago
  96. 7b88589 JSPI polish: look into getting rid of VM::m_evacuatedStacksLock by Vassili Bykov · 2 days ago
  97. 94556bd [CMake][GLIB] Support PGO features in regular CMake builds with clang by Lauro Moura · 3 days ago
  98. 9e3d4b7 AX: fix LayoutTests that fail with --site-isolation by Dominic Mazzoni · 3 days ago
  99. 599f35b [JSC] Wasm stack results should match arguments by Keith Miller · 3 days ago
  100. d4ddf18 [AutoFill Debugging] Text extractions should indicate whether text form controls were AutoFilled by Wenson Hsieh · 3 days ago