Bug 196714

Summary: Loads using loadHTMLString() cause flashing when process-swapping
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebKit2Assignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, beidson, commit-queue, ggaren, koivisto, 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=196784
Attachments:
Description Flags
Patch none

Description Chris Dumez 2019-04-08 15:59:18 PDT
Loads using loadHTMLString() cause flashing when process-swapping. We should fix this.
Comment 1 Chris Dumez 2019-04-08 15:59:34 PDT
<rdar://problem/49637354>
Comment 2 Chris Dumez 2019-04-08 16:30:19 PDT
Created attachment 366997 [details]
Patch
Comment 3 WebKit Commit Bot 2019-04-09 07:20:18 PDT
Comment on attachment 366997 [details]
Patch

Clearing flags on attachment: 366997

Committed r244075: <https://trac.webkit.org/changeset/244075>
Comment 4 WebKit Commit Bot 2019-04-09 07:20:19 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Chris Dumez 2019-04-10 10:13:34 PDT
Follow-up to drop unused data member:
<https://trac.webkit.org/changeset/244132>