Bug 180504 - -[WKWebViewConfiguration copyWithZone] doesn't copy _groupIdentifier
Summary: -[WKWebViewConfiguration copyWithZone] doesn't copy _groupIdentifier
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit API (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jeff Miller
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-12-06 14:03 PST by Jeff Miller
Modified: 2017-12-06 16:19 PST (History)
3 users (show)

See Also:


Attachments
Patch (3.01 KB, patch)
2017-12-06 14:38 PST, Jeff Miller
ggaren: review+
Details | Formatted Diff | Diff

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