Bug 174061 - [Modern API]: Add a callback for when a network process or a database process crashes
Summary: [Modern API]: Add a callback for when a network process or a database process...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: Safari Technology Preview
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-06-30 18:40 PDT by Ryosuke Niwa
Modified: 2017-11-29 16:33 PST (History)
8 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2017-06-30 18:40:27 PDT
We need an equivalent of networkProcessDidCrash / databaseProcessDidCrash on WKContextClient in the modern Objective-C API.
Comment 1 Brady Eidson 2017-07-02 17:24:06 PDT
(In reply to Ryosuke Niwa from comment #0)
> We need an equivalent of networkProcessDidCrash / databaseProcessDidCrash on
> WKContextClient in the modern Objective-C API.

1 - Surprised we don't already have one!
2 - Probably should be "child process crashed" with an enum/flag/whatever saying what type.

Web, Database, Networking, <future>, etc
Comment 2 Radar WebKit Bug Importer 2017-07-04 04:31:15 PDT
<rdar://problem/33122052>