Bug 217698 - Enabling IPC testing API should prevent the termination of WebContent process which sends an invalid IPC
Summary: Enabling IPC testing API should prevent the termination of WebContent process...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-10-14 01:51 PDT by Ryosuke Niwa
Modified: 2020-10-14 16:14 PDT (History)
4 users (show)

See Also:


Attachments
Patch (10.58 KB, patch)
2020-10-14 02:03 PDT, Ryosuke Niwa
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>