WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
248714
Align Document::fullscreenEnabled and Document::webkitFullscreenEnabled
https://bugs.webkit.org/show_bug.cgi?id=248714
Summary
Align Document::fullscreenEnabled and Document::webkitFullscreenEnabled
Tim Nguyen (:ntim)
Reported
2022-12-03 10:41:08 PST
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`.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2022-12-03 10:41:17 PST
<
rdar://problem/102937855
>
Tim Nguyen (:ntim)
Comment 2
2022-12-03 11:14:17 PST
Pull request:
https://github.com/WebKit/WebKit/pull/7117
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug