Bug 181063
Summary: | Add WKNavigationDelegate SPI to tell client the reason a web process was terminated | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jeff Miller <jeffm> |
Component: | WebKit API | Assignee: | Alex Christensen <achristensen> |
Status: | NEW | ||
Severity: | Normal | CC: | jeffm, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Jeff Miller
WKNavigationDelegate currently has:
- (void)webViewWebContentProcessDidTerminate:(WKWebView *)webView
but that doesn't include the reason the web process terminated. We need an equivalent to the WKPageNavigationWebProcessDidTerminateCallback in WKPageNavigationClient from the C SPI.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/36167199>