[Webkit-unassigned] [Bug 248714] New: Align Document::fullscreenEnabled and Document::webkitFullscreenEnabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Dec 3 10:41:08 PST 2022


https://bugs.webkit.org/show_bug.cgi?id=248714

            Bug ID: 248714
           Summary: Align Document::fullscreenEnabled and
                    Document::webkitFullscreenEnabled
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: DOM
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ntim at apple.com
                CC: webkit-bug-importer at group.apple.com

The original implementation of the unprefixed API tried to make as little change as possible to the prefixed API.

The only difference between the two methods is the `isFullyActive()` check. Since we successfully unified that check for `Element::requestFullscreen` in https://commits.webkit.org/255551@main, we should also do it for `Document::fullscreenEnabled`.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221203/e73dcf40/attachment.htm>


More information about the webkit-unassigned mailing list