Bug 300380
| Summary: | [iOS] implement watchdog for completing fullscreen exit. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Jean-Yves Avenard [:jya] <jean-yves.avenard> |
| Component: | Media | Assignee: | 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]
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Jean-Yves Avenard [:jya]
Pull request: https://github.com/WebKit/WebKit/pull/51998
EWS
Committed 301296@main (c026408da578): <https://commits.webkit.org/301296@main>
Reviewed commits have been landed. Closing PR #51998 and removing active labels.