Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 62b90babf8ba020b69a887fa629bdccc970837be
https://github.com/WebKit/WebKit/commit/62b90babf8ba020b69a887fa629bdccc970837be
Author: Antoine Quint <[email protected]>
Date: 2025-11-17 (Mon, 17 Nov 2025)
Changed paths:
A
LayoutTests/webanimations/threaded-animations/resources/scroll-timeline-in-iframe-content.html
A
LayoutTests/webanimations/threaded-animations/scroll-timeline-in-iframe-expected.txt
A
LayoutTests/webanimations/threaded-animations/scroll-timeline-in-iframe.html
M Source/WebKit/WebProcess/WebPage/Cocoa/WebPageCocoa.mm
Log Message:
-----------
[threaded-animations] timelines contained within iframes don't get uploaded
to the remote layer tree
https://bugs.webkit.org/show_bug.cgi?id=302647
rdar://164892610
Reviewed by Simon Fraser.
When we added support for uploading timelines through the remote layer tree
transaction in 301942@main
we only ever looked for timelines in the top-level document of any given page.
We now iterate through
all of a page's documents and make a union of all timelines found.
Test: webanimations/threaded-animations/scroll-timeline-in-iframe.html
*
LayoutTests/webanimations/threaded-animations/resources/scroll-timeline-in-iframe-content.html:
Added.
*
LayoutTests/webanimations/threaded-animations/scroll-timeline-in-iframe-expected.txt:
Added.
* LayoutTests/webanimations/threaded-animations/scroll-timeline-in-iframe.html:
Added.
* Source/WebKit/WebProcess/WebPage/Cocoa/WebPageCocoa.mm:
(WebKit::WebPage::willCommitLayerTree):
Canonical link: https://commits.webkit.org/303169@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications