Bug 249807 - Add a "post rendering frame" hook
Summary: Add a "post rendering frame" hook
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-12-22 13:43 PST by Simon Fraser (smfr)
Modified: 2022-12-23 15:58 PST (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.