Bug 247773
| Summary: | Improve WebKit's default crash handling behavior | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Chris Dumez <cdumez> |
| Component: | WebKit2 | Assignee: | 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 | ||
Chris Dumez
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Chris Dumez
Pull request: https://github.com/WebKit/WebKit/pull/6379
EWS
Committed 256575@main (b94ca3b38a05): <https://commits.webkit.org/256575@main>
Reviewed commits have been landed. Closing PR #6379 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/102245505>