[webkit-changes] [WebKit/WebKit] 1e4586: Fix ordering when calling requestFullscreen inside...
Tim Nguyen
noreply at github.com
Fri Dec 9 22:32:22 PST 2022
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 1e45867f3dc4e1b81a17ef2fe037c531106507e2
https://github.com/WebKit/WebKit/commit/1e45867f3dc4e1b81a17ef2fe037c531106507e2
Author: Tim Nguyen <ntim at apple.com>
Date: 2022-12-09 (Fri, 09 Dec 2022)
Changed paths:
M LayoutTests/imported/w3c/web-platform-tests/fullscreen/api/element-ready-allowed-expected.txt
M LayoutTests/imported/w3c/web-platform-tests/fullscreen/api/element-request-fullscreen-and-exit-iframe-expected.txt
M LayoutTests/platform/mac-wk1/imported/w3c/web-platform-tests/fullscreen/api/element-request-fullscreen-timing-expected.txt
M Source/WebCore/dom/FullscreenManager.cpp
Log Message:
-----------
Fix ordering when calling requestFullscreen inside a frame
https://bugs.webkit.org/show_bug.cgi?id=249067
rdar://103206507
Reviewed by Ryosuke Niwa.
- Queue events in tree order when entering fullscreen
- Add to top layer should always add at the end of the top layer
* LayoutTests/imported/w3c/web-platform-tests/fullscreen/api/element-ready-allowed-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/fullscreen/api/element-request-fullscreen-and-exit-iframe-expected.txt:
* LayoutTests/platform/mac-wk1/imported/w3c/web-platform-tests/fullscreen/api/element-request-fullscreen-timing-expected.txt:
* Source/WebCore/dom/FullscreenManager.cpp:
(WebCore::FullscreenManager::willEnterFullscreen):
Canonical link: https://commits.webkit.org/257673@main
More information about the webkit-changes
mailing list