Bug 192694

Summary: [PSON] WebsitePolicies are lost on process-swap
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebKit2Assignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, beidson, ggaren, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch beidson: review+

Description Chris Dumez 2018-12-13 22:44:34 PST
WebsitePolicies are lost on process-swap.
Comment 1 Chris Dumez 2018-12-13 22:44:51 PST
<rdar://problem/46715748>
Comment 2 Chris Dumez 2018-12-13 22:51:40 PST
Created attachment 357302 [details]
Patch
Comment 3 Brady Eidson 2018-12-14 09:35:32 PST
Comment on attachment 357302 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=357302&action=review

> Source/WebKit/ChangeLog:11
> +        that it is continueing a load and it will therefore not re-trigger a decidePolicyForNavigationAction.

continuing
Comment 4 Chris Dumez 2018-12-14 09:40:59 PST
Committed r239210: <https://trac.webkit.org/changeset/239210>
Comment 5 Chris Dumez 2018-12-14 12:59:39 PST
Follow-up assertion fix in <https://trac.webkit.org/changeset/239228>.