Bug 180504

Summary: -[WKWebViewConfiguration copyWithZone] doesn't copy _groupIdentifier
Product: WebKit Reporter: Jeff Miller <jeffm>
Component: WebKit APIAssignee: Jeff Miller <jeffm>
Status: RESOLVED FIXED    
Severity: Normal CC: ggaren, jeffm, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch ggaren: review+

Description Jeff Miller 2017-12-06 14:03:05 PST
-[WKWebViewConfiguration copyWithZone] doesn't copy the _groupIdentifier string, which means WKWebView's created with a copy of the configuration won't have a page group. For example, this is done during UIDelegate::UIClient::createNewPage().
Comment 1 Radar WebKit Bug Importer 2017-12-06 14:03:47 PST
<rdar://problem/35891437>
Comment 2 Jeff Miller 2017-12-06 14:38:45 PST
Created attachment 328633 [details]
Patch
Comment 3 Geoffrey Garen 2017-12-06 14:41:02 PST
Comment on attachment 328633 [details]
Patch

r=me
Comment 4 Jeff Miller 2017-12-06 16:19:35 PST
Fixed in <https://trac.webkit.org/changeset/225603/webkit>.