[webkit-changes] [WebKit/WebKit] c8e45d: Remove Quirk shouldDisableElementFullscreenQuirk f...
Karl Dubost
noreply at github.com
Thu Aug 10 02:01:17 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: c8e45de869f86ccc0bba69a04e39cb7a5d0abaf6
https://github.com/WebKit/WebKit/commit/c8e45de869f86ccc0bba69a04e39cb7a5d0abaf6
Author: Karl Dubost <karlcow at apple.com>
Date: 2023-08-10 (Thu, 10 Aug 2023)
Changed paths:
M Source/WebCore/dom/Document+Fullscreen.idl
M Source/WebCore/dom/Element+Fullscreen.idl
M Source/WebCore/page/Quirks.cpp
M Source/WebCore/page/Quirks.h
Log Message:
-----------
Remove Quirk shouldDisableElementFullscreenQuirk for nfl.com
https://bugs.webkit.org/show_bug.cgi?id=255021
rdar://107633365
Reviewed by Tim Nguyen.
This removes the fullscreen quirk for the nfl.com website.
It was required on iPad so that the controls of the video are
being displayed. It is not necessary anymore.
* Source/WebCore/dom/Document+Fullscreen.idl:
* Source/WebCore/dom/Element+Fullscreen.idl:
* Source/WebCore/page/Quirks.cpp:
(WebCore::Quirks::shouldDisableElementFullscreenQuirk const): Deleted.
* Source/WebCore/page/Quirks.h:
Canonical link: https://commits.webkit.org/266757@main
More information about the webkit-changes
mailing list