Bug 247773 - Improve WebKit's default crash handling behavior
Summary: Improve WebKit's default crash handling behavior
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-11-10 16:59 PST by Chris Dumez
Modified: 2022-11-11 10:20 PST (History)
2 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-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>