1. 1af4da6 Fix uninitialized member variables in WebAnimation and StyleOriginatedAnimation by Nikolas Zimmermann · 85 minutes ago main
  2. 79257f1 Simplify FixedVector move assignment operator by Chris Dumez · 2 hours ago
  3. 64712f2 Fix ContinuousContent::Run copy constructor losing shapingBoundary field by Nikolas Zimmermann · 3 hours ago
  4. f396d23 Avoid redundant StepRange creation and value parsing during input validation by Chris Dumez · 4 hours ago
  5. 4e73e06 Fix std::accumulate truncating float values in parseKeyTimes assertion by Ahmad Saleem · 4 hours ago
  6. 35d6c4c Reduce code duplication in the HTML faster parser by Chris Dumez · 5 hours ago
  7. 541a1c2 Forced layouts are slower when all siblings create their own formatting context. by Yulun Wu · 6 hours ago
  8. d8b1d86 Resync `css/selectors` from WPT Upstream by Ahmad Saleem · 6 hours ago
  9. 55783b9 [JSC] Introduce butterfly-less objects by Yusuke Suzuki · 7 hours ago
  10. 7cfd18e Remove URLPatternAPIEnabled preference by Anne van Kesteren · 7 hours ago
  11. d390890 Cannot set scrollTop during momentum scroll phase by Simon Fraser · 7 hours ago
  12. 6cf763f Don't reserve capacity on InlineDisplay::Content::boxes by Andrew Fryer · 9 hours ago
  13. 422833b `FixedVector(size, value)` should not double-initialize non-POD elements by Chris Dumez · 9 hours ago
  14. ed598b0 [iOS] Add entitlement related to checked allocations by Per Arne Vollan · 12 hours ago
  15. 5eb7a87 Factor Overflow Handlers out of CheckedArithmetic.h, and update OverflowPolicy accordingly. by Menlodorian · 12 hours ago
  16. f93fe13 [IndexedDB API] Support IDBGetAllOptions in IDBIndex::getAll() by Rupin Mittal · 13 hours ago
  17. 9f55493 Remove outdated WPT `feature-policy` directory from TestExpectations by Fady Farag · 15 hours ago
  18. 82c4913 [JSC] Improve the removal logic in InlineMap by Vassili Bykov · 15 hours ago
  19. 9ae1261 [Gardening] Unskip `svg/animations` tests now pass as of STP240 by Ahmad Saleem · 15 hours ago
  20. 8257768 Remove UAVisualTransitionDetectionEnabled preference by Anne van Kesteren · 18 hours ago
  21. cf04689 Fix StaticRange::computeValidity() for collapsed and disconnected ranges by Anne van Kesteren · 20 hours ago
  22. bacc39f Import JetStream 3.0 by Keith Miller · 20 hours ago
  23. 6570d7d Missed review feedback for 310132@main. by Megan Gardner · 20 hours ago
  24. b14fa19 :in-range and :out-of-range pseudo-classes are wrong for time inputs with reversed ranges by Chris Dumez · 20 hours ago
  25. 0bfe485 Use local RefPtr instead of WeakPtr member in ConditionEventListener::handleEvent by Ahmad Saleem · 20 hours ago
  26. 9b1252e Optimize Vector::appendVector(&&) to use bulk move instead of per-element append by Chris Dumez · 20 hours ago
  27. 30a3e3c Use std::midpoint() in more WebCore code by Ahmad Saleem · 20 hours ago
  28. 49049c9 Allow underscore in attribute names in the HTML fast path parser by Chris Dumez · 22 hours ago
  29. dd0784a Fix use-after-move in HTMLDocumentParser::insert(SegmentedString&&) by Chris Dumez · 24 hours ago
  30. 156bb2e Use "= default" for destructor in WebCore by Ahmad Saleem · 26 hours ago
  31. aa51f2d Resync `html/semantics/document-metadata/the-style-element` from WPT Upstream by Ahmad Saleem · 26 hours ago
  32. a5807ce [Swift in WebKit] Non-PAL targets should not access the internal PAL Swift bridging header (part 6) by Richard Robinson · 26 hours ago
  33. 7daec9a Resync `html/semantics/document-metadata/the-link-element` from WPT Upstream by Ahmad Saleem · 27 hours ago
  34. 8f4c548 [threaded-animations] REGRESSION: animating to an implicit value for individual transform properties fails to animate by Antoine Quint · 27 hours ago
  35. b474f3f Ignore outline-width when outline-style is auto by Anne van Kesteren · 29 hours ago
  36. 07a132f Setting <a rel> multiple times would not clear prior relations by Anne van Kesteren · 29 hours ago
  37. e8a5d134 Use single internal appearance value for switch control by Anne van Kesteren · 29 hours ago
  38. cce17a9 Double attributeChanged call for nameAttr in HTMLInputElement by Chris Dumez · 29 hours ago
  39. b24e9a4 Optimize Deque::takeFirst(predicate) and takeLast(predicate) by Chris Dumez · 29 hours ago
  40. 357f042 Simplify / Optimize HTMLInputElement::isDevolvableWidget() by Chris Dumez · 29 hours ago
  41. d1ae339 [JSC] Skip redundant RegExp syntax check when reparsing a function by Sosuke Suzuki · 30 hours ago
  42. 8ba376b8 Simplify HTMLImageElement::isServerMap() by Anne van Kesteren · 30 hours ago
  43. 3f22094 [JSC] Fix null butterfly dereference in JSValue::dumpInContextAssumingStructure by Sosuke Suzuki · 30 hours ago
  44. 532d1ee Fix "Skipping duplicate build file in Compile Sources build phase" warning in JavaScriptCore by Ahmad Saleem · 30 hours ago
  45. c656cc7 CanvasRenderingContext2DBase: Use FontFamily::isGeneric() for canvas font serialization by Vitor Roriz · 31 hours ago
  46. 708eeec Fix "Skipping duplicate build file in Compile Sources build phase" warning in WebKit by Ahmad Saleem · 31 hours ago
  47. 2d1bae0 Unreviewed, reverting 310109@main. by Commit Queue · 31 hours ago
  48. 476f705 Text effect continually reapplied unnecessarily. by Megan Gardner · 33 hours ago
  49. 80119b4 Fix aliasing bugs in Vector::fill() and Vector::insertFill() by Chris Dumez · 34 hours ago
  50. 6862989 [libpas] Refactor libpas runtime configuration code by Marcus Plutowski · 34 hours ago
  51. a7bba6d BitVector::filterSlow fails to zero trailing words when other is inline by Chris Dumez · 34 hours ago
  52. fccbc62 [JSC] testair: remove redundant #if by Dan Hecht · 34 hours ago
  53. b124e9d Replace handcrafted StringTypeAdapters for types with a span() accessor with a partial template specialization by Claudio Saavedra · 34 hours ago
  54. db82cc2 [JSC] Fix testair and testb3 crashes under USE(PROTECTED_JIT) by adding ArenaLifetime to test threads by Yijia Huang · 34 hours ago
  55. 91edef5 [JSC][WASM][Debugger] Implement WASM debugger memory write support by Yijia Huang · 34 hours ago
  56. 3f6623a Convert FontVariant to enum class by Vitor Roriz · 34 hours ago
  57. 58f3edc2 [Swift in WebKit] Non-PAL targets should not access the internal PAL Swift bridging header (part 7) by Richard Robinson · 34 hours ago
  58. d496d47 "Save as" uses the file extension name instead of the URL Content-Type by Joanne Pan · 35 hours ago
  59. 6c3e78a [AutoFill Debugging] Include visible text inside author shadow roots by Wenson Hsieh · 35 hours ago
  60. fdf099c Set Joanne Pan as committer by Joanne Pan · 35 hours ago
  61. e40eb8a [JSC] Reduce size of Wasm GC objects by dropping m_rtt by Yusuke Suzuki · 35 hours ago
  62. f6a3781 FontCascadeDescription: Store FontFamily instead of AtomString by Vitor Roriz · 35 hours ago
  63. 74cd1a9 Create SPI to suppress form validation bubble presentation by Jintian Wang · 36 hours ago
  64. d5599ce [JSC] Extract InlineCacheHandler to its own file and add subclass by Keith Miller · 2 days ago
  65. 37465a7 [YARR] Fix JIT crash on non-greedy ParenthesesSubpattern backtracking by Yusuke Suzuki · 2 days ago
  66. b3caa50 Rubberband animation restoration sometimes appears incorrect by Lily Spiniolas · 2 days ago
  67. 3727113 [Scroll anchoring] Flip state back to `stable` by Simon Fraser · 2 days ago
  68. 148eab9 STTF URLs are too long and unwieldy. by Megan Gardner · 2 days ago
  69. c36ffa9 [iOS] Specify a bundle ID when updating Now Playing activity state by Andy Estes · 2 days ago
  70. 6cce736 Unreviewed, reverting 309636@main (a80da14addae) by Marta Darbinyan · 2 days ago
  71. c96499d Add entitlement related to checked allocations by Per Arne Vollan · 2 days ago
  72. 3e213e6 [css-anchor-position-1] anchor()/anchor-size() fallback value should support unitless zero by Kiet Ho · 2 days ago
  73. 2172786 Add WebKitAdditions hook for TestWebKitAPI by Lily Spiniolas · 2 days ago
  74. 641d4a9 Fix logic errors with cloning XML documents by Anne van Kesteren · 2 days ago
  75. ef12f34 Unreviewed, relanding 310068@main by Geoffrey Garen · 2 days ago
  76. 2f3246a [JSC][WASM][Debugger] Make the WASM debugger stop at unreachable traps by Yijia Huang · 2 days ago
  77. ec80755 [Android] WPEBufferAndroid: RELEASE_ASSERT(s_eglDestroyImage) fires before EGL_NO_IMAGE guard in wpeBufferAndroidDisposeEGLImageIfNeeded by Alejandro G. Castro · 2 days ago
  78. 2b31bb8 [Swift in WebKit] Non-PAL targets should not access the internal PAL Swift bridging header (part 5) by Richard Robinson · 2 days ago
  79. d4ae3b0 Modernize StyleUpdateStrategy to scoped enum class by Ahmad Saleem · 2 days ago
  80. e7dc153 PiP video freezes after accessing Notification Center by Phinehas Fuachie · 2 days ago
  81. e3fd42a [Web Inspector] [Site Isolation] Add inspector test for Page.overrideUserAgent with cross-origin iframes under site isolation by Brandon Stewart · 2 days ago
  82. 08ffa75 tHTMLMediaElement preservesPitch=false and playbackRate aren't correctly handled when hooked up to AudioContext by Jer Noble · 2 days ago
  83. f181e30 SwiftBrowser should be able to show event region debug overlays by Abrar Rahman Protyasha · 2 days ago
  84. a781b1d Resync permissions policy tests from WPT by Marcos Caceres · 2 days ago
  85. afa0a08 WebKit BinCompat: Missing C-API WKPageIsPlayingVideoInEnhancedFullscreen() by Dana Estra · 2 days ago
  86. e31dd4e [GLIB] Unreviewed test gardening by Diego Pino Garcia · 2 days ago
  87. f507f57 [Site Isolation] Should not be able to access the full URL of any arbitrary RemoteFrame by Anthony Tarbinian · 2 days ago
  88. 581f74e Remove more convertToASCIILowercase() string allocations by Anne van Kesteren · 2 days ago
  89. 4f93acf Remove various .order files by Elliott Williams · 2 days ago
  90. 750b2f9 Align stagemode orbit between ModelPlayers by Etienne Segonzac · 2 days ago
  91. 29c4212 [MSE][GStreamer] Move WebCore log message handler from SourceBufferPrivate to MediaSourcePrivate by Philippe Normand · 2 days ago
  92. 044754a [Site Isolation] Allow cross-origin iframes to ask for credentials when the top frame has the same origin as the credential by Anthony Tarbinian · 2 days ago
  93. 82ddc6a [GStreamer] Pausing the pipeline at EOS is prone to resource exhaustion by Philippe Normand · 2 days ago
  94. 1665218 [JSC] Use SIMD to scan the entire string literal by Vassili Bykov · 2 days ago
  95. c2b0c24 Unreviewed, Fix sim debug visionOS build by Mike Wyrzykowski · 2 days ago
  96. 5f5525e Deque::swap() fails to invalidate `other`'s iterators by Chris Dumez · 2 days ago
  97. 7763c9b Fix WeakPtr assignment operators from WeakRef to use public API instead of accessing private members by Chris Dumez · 2 days ago
  98. 7e3461d Deque's implementation truncates `size_t` to `unsigned` in a few places by Chris Dumez · 2 days ago
  99. 7765519 WeakListHashSet::hasNullReferences() copies every WeakPtr by Chris Dumez · 2 days ago
  100. 7230d8c [grid-lanes] [Demo] Use CSS nesting for @media queries in grid3 demos by Brandon Stewart · 2 days ago