Bug 249807

Summary: Add a "post rendering frame" hook
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: DOMAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, rniwa, simon.fraser, thorton, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=249798
https://bugs.webkit.org/show_bug.cgi?id=249684
https://bugs.webkit.org/show_bug.cgi?id=249796

Description Simon Fraser (smfr) 2022-12-22 13:43:10 PST
We need to add a Page-level "post rendering frame" hook so we can do things like hook up postRequestAnimationFrame() (webkit.org/b/249798), possibly run the WindowEventLoop (webkit.org/b/249684) and correctly implement Inspectors "frame end" event (webkit.org/b/249796).
Comment 1 Radar WebKit Bug Importer 2022-12-22 13:43:54 PST
<rdar://problem/103648840>
Comment 2 Simon Fraser (smfr) 2022-12-22 13:56:43 PST
Pull request: https://github.com/WebKit/WebKit/pull/8020
Comment 3 EWS 2022-12-23 15:58:20 PST
Committed 258311@main (bf82da4c0e3b): <https://commits.webkit.org/258311@main>

Reviewed commits have been landed. Closing PR #8020 and removing active labels.