Bug 197143

Summary: [PSON] The process we swap away from should not send a DidFailProvisionalLoadForFrame IPC
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebKit2Assignee: Chris Dumez <cdumez>
Status: RESOLVED WONTFIX    
Severity: Normal CC: achristensen, beidson, ggaren
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Chris Dumez 2019-04-20 17:31:08 PDT
The process we swap away from should not send a DidFailProvisionalLoadForFrame IPC. We currently have logic in the UIProcess to ignore this IPC but it is not very robust.
Comment 1 Chris Dumez 2019-04-20 17:34:34 PDT
Created attachment 367901 [details]
Patch