Bug 192694 - [PSON] WebsitePolicies are lost on process-swap
Summary: [PSON] WebsitePolicies are lost on process-swap
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-12-13 22:44 PST by Chris Dumez
Modified: 2018-12-14 12:59 PST (History)
4 users (show)

See Also:


Attachments
Patch (24.88 KB, patch)
2018-12-13 22:51 PST, Chris Dumez
beidson: review+
Details | Formatted Diff | Diff

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