RESOLVED FIXED 277649
[fullscreen] Stop nesting event loop tasks in requestFullscreen
https://bugs.webkit.org/show_bug.cgi?id=277649
Summary [fullscreen] Stop nesting event loop tasks in requestFullscreen
Tim Nguyen (:ntim)
Reported 2024-08-05 15:16:47 PDT
https://github.com/WebKit/WebKit/commit/5d683d69a8da1a2b0a98e5b292700930fcb49ae0 added the inner one https://github.com/WebKit/WebKit/commit/9434a77e1117ecc9775f97b910f5f5ca13c063ad added the outer one The event loop tasks might just have ended up accidentally nested, the outer one just does pre-flight checks, the inner one just calls into the client. They can just be done in one event loop task.
Attachments
Radar WebKit Bug Importer
Comment 1 2024-08-05 15:21:39 PDT
Tim Nguyen (:ntim)
Comment 2 2024-08-05 15:26:13 PDT
Tim Nguyen (:ntim)
Comment 3 2025-03-02 01:21:48 PST
EWS
Comment 4 2025-03-02 20:42:20 PST
Committed 291478@main (0897ad201f82): <https://commits.webkit.org/291478@main> Reviewed commits have been landed. Closing PR #41734 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.