Summary: | Introduce SPI _WKWebsitePolicies.websiteDataStore | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Alex Christensen <achristensen> | ||||
Component: | New Bugs | Assignee: | Alex Christensen <achristensen> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | aestes, sam, webkit-bug-importer | ||||
Priority: | P2 | Keywords: | InRadar | ||||
Version: | WebKit Nightly Build | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Alex Christensen
2017-12-15 13:37:11 PST
Created attachment 329515 [details]
Patch
Comment on attachment 329515 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=329515&action=review > Source/WebKit/UIProcess/API/Cocoa/_WKWebsitePolicies.h:52 > +@property (nonatomic, strong) WKWebsiteDataStore *websiteDataStore WK_API_AVAILABLE(macosx(WK_MAC_TBA), ios(WK_IOS_TBA)); It seems weird to me that something called _WKWebsitePolicies would hold onto a data store. That doesn't strike me as a policy. It's kind of a policy, but you're right. This is definitely the time of navigation when we want to swap out WebsiteDataStores, though. We can rename the SPI if we want, but it needs to go in this object. |