Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Backport] CVE-2023-4365: Inappropriate implementation in Fullscreen.
Cherry-pick of patch originally reviewed on https://chromium-review.googlesource.com/c/chromium/src/+/4508964: Use top-level widget for fullscreen notification On Windows, a topmost child window will be placed behind other topmost windows when its parent gains focus. This is undesired for the fullscreen notification, a security-related window, which was being occluded by the PiP window under certain circumstances. Fix this by showing fullscreen notification in a top-level widget. Bug: 1431043, 1459121 Change-Id: I7c2823ccd0485acd65da39ed066675bd06486795 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4508964 Reviewed-by: Peter Kasting <[email protected]> Commit-Queue: Keren Zhu <[email protected]> Cr-Commit-Position: refs/heads/main@{#1163941} Reviewed-on: https://codereview.qt-project.org/c/qt/qtwebengine-chromium/+/499077 Reviewed-by: Allan Sandfeld Jensen <[email protected]>
- Loading branch information