Bug 217698

Summary: Enabling IPC testing API should prevent the termination of WebContent process which sends an invalid IPC
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: WebKit2Assignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, beidson, cdumez, ggaren
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch ggaren: review+

Description Ryosuke Niwa 2020-10-14 01:51:54 PDT
For effective testing, we should keep Web process alive when it sends an invalid message to UI process.
Comment 1 Ryosuke Niwa 2020-10-14 02:00:43 PDT
<rdar://problem/70123245>
Comment 2 Ryosuke Niwa 2020-10-14 02:03:36 PDT
Created attachment 411307 [details]
Patch
Comment 3 Geoffrey Garen 2020-10-14 13:36:46 PDT
Comment on attachment 411307 [details]
Patch

r=me
Comment 4 Ryosuke Niwa 2020-10-14 16:14:57 PDT
Committed r268497: <https://trac.webkit.org/changeset/268497>