Bug 247773

Summary: Improve WebKit's default crash handling behavior
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebKit2Assignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: kkinnunen, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Chris Dumez 2022-11-10 16:59:10 PST
Improve WebKit's default crash handling behavior in the event where there is a pending API request URL.
In such case, we now attempt to load the pending API request URL again instead of issuing a reload.

This is particularly important when there is no current HistoryItem (i.e. this is the first load and the WebProcess just crashed), since the default behavior was to issue a reload and reloading is a no-op when there is no current HistoryItem.
Comment 1 Chris Dumez 2022-11-10 17:00:46 PST
Pull request: https://github.com/WebKit/WebKit/pull/6379
Comment 2 EWS 2022-11-11 10:19:15 PST
Committed 256575@main (b94ca3b38a05): <https://commits.webkit.org/256575@main>

Reviewed commits have been landed. Closing PR #6379 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2022-11-11 10:20:20 PST
<rdar://problem/102245505>