Bug 300380

Summary: [iOS] implement watchdog for completing fullscreen exit.
Product: WebKit Reporter: Jean-Yves Avenard [:jya] <jean-yves.avenard>
Component: MediaAssignee: Jean-Yves Avenard [:jya] <jean-yves.avenard>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Jean-Yves Avenard [:jya]
Reported 2025-10-08 00:43:35 PDT
Following 290536@main ; exiting fullscreen relies on the web process to complete its task and to call WebFullScreenManagerProxy::beganEnterFullScreen If the web process has hung or died, the fullscreen window remains on screen with non-functional controls, giving the appearance that Safari is completely locked up. Like we do on Mac, we should set a 1s watchdog that should the exit of fullscreen mode stopped in any way, we would force the exit. rdar://162112548
Attachments
Jean-Yves Avenard [:jya]
Comment 1 2025-10-08 00:46:18 PDT
EWS
Comment 2 2025-10-09 21:14:38 PDT
Committed 301296@main (c026408da578): <https://commits.webkit.org/301296@main> Reviewed commits have been landed. Closing PR #51998 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.