Bug 218640

Summary: Do not allow pages to enter fullscreen while an exit fullscreen operation is ongoing.
Product: WebKit Reporter: Jer Noble <jer.noble>
Component: New BugsAssignee: Jer Noble <jer.noble>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, eric.carlson, esprehn+autocc, ews-watchlist, kangil.han, peng.liu6, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Jer Noble
Reported 2020-11-05 17:20:45 PST
Do not allow pages to enter fullscreen while an exit fullscreen operation is ongoing.
Attachments
Patch (14.39 KB, patch)
2020-11-05 17:25 PST, Jer Noble
no flags
Jer Noble
Comment 1 2020-11-05 17:21:27 PST
Jer Noble
Comment 2 2020-11-05 17:25:12 PST
Peng Liu
Comment 3 2020-11-05 17:34:55 PST
Comment on attachment 413378 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=413378&action=review > LayoutTests/fullscreen/full-screen-enter-while-exiting.html:16 > + logResult(false, "This test requires Internals."); Nit. Is the error message correct? > LayoutTests/fullscreen/full-screen-enter-while-exiting.html:22 > + logResult(false, "This test requires WebKitTestRunner.") Ditto.
Jer Noble
Comment 4 2020-11-05 22:59:27 PST
(In reply to Peng Liu from comment #3) > Comment on attachment 413378 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=413378&action=review > > > LayoutTests/fullscreen/full-screen-enter-while-exiting.html:16 > > + logResult(false, "This test requires Internals."); > > Nit. Is the error message correct? Yes; it's shorthand for having both window.testRunner and window.internals, both of which are required for this test. > > LayoutTests/fullscreen/full-screen-enter-while-exiting.html:22 > > + logResult(false, "This test requires WebKitTestRunner.") > > Ditto. Yes; the callback methods have only been implemented in WKTR.
EWS
Comment 5 2020-11-06 10:33:31 PST
Committed r269522: <https://trac.webkit.org/changeset/269522> All reviewed patches have been landed. Closing bug and clearing flags on attachment 413378 [details].
Note You need to log in before you can comment on or make changes to this bug.