Bug 240079 - WebKit should only reload WebViews automatically on crash if the view is visible
Summary: WebKit should only reload WebViews automatically on crash if the view is visible
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-05-04 13:24 PDT by Chris Dumez
Modified: 2022-05-04 16:52 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2022-05-04 13:24:54 PDT
WebKit should only reload WebViews automatically on crash if the view is visible, to avoid unnecessary churn. Clients that want a different behavior can always implement their own crash handling.
Comment 1 Chris Dumez 2022-05-04 13:26:26 PDT
<rdar://92442052>
Comment 2 Chris Dumez 2022-05-04 13:31:56 PDT
Pull request: https://github.com/WebKit/WebKit/pull/500
Comment 3 EWS 2022-05-04 16:52:49 PDT
Committed r293803 (250277@main): <https://commits.webkit.org/250277@main>

Reviewed commits have been landed. Closing PR #500 and removing active labels.