Bug 197799

Summary: [PSON] Prevent flashing when the process-swap is forced by the client
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebKit2Assignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: aakash_jain, ap, commit-queue, ggaren, koivisto, ryanhaddad, webkit-bot-watchers-bugzilla, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=196774
Attachments:
Description Flags
Patch none

Description Chris Dumez 2019-05-10 14:59:39 PDT
Prevent flashing when the process-swap is forced by the client.
Comment 1 Chris Dumez 2019-05-10 15:04:20 PDT
Created attachment 369603 [details]
Patch
Comment 2 Geoffrey Garen 2019-05-10 15:56:49 PDT
Comment on attachment 369603 [details]
Patch

r=me
Comment 3 WebKit Commit Bot 2019-05-10 16:25:34 PDT
Comment on attachment 369603 [details]
Patch

Clearing flags on attachment: 369603

Committed r245198: <https://trac.webkit.org/changeset/245198>
Comment 4 WebKit Commit Bot 2019-05-10 16:25:35 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Radar WebKit Bug Importer 2019-05-10 16:26:14 PDT
<rdar://problem/50682008>
Comment 6 Chris Dumez 2019-05-10 18:32:29 PDT
I am looking into the ProcessSwap.OpenerLinkAfterAPIControlledProcessSwappingOfOpener API test failure on macOS.
Comment 7 Chris Dumez 2019-05-10 19:15:39 PDT
(In reply to Chris Dumez from comment #6)
> I am looking into the
> ProcessSwap.OpenerLinkAfterAPIControlledProcessSwappingOfOpener API test
> failure on macOS.

Fixed API test in <https://trac.webkit.org/changeset/245204>.