Bug 132526

Summary: [Cocoa WebKit2] Add basic _WKWebsiteDataStore implementation
Product: WebKit Reporter: Sam Weinig <sam>
Component: New BugsAssignee: Sam Weinig <sam>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch andersca: review+

Description Sam Weinig 2014-05-03 12:08:39 PDT
[Cocoa WebKit2] Add basic _WKWebsiteDataStore implementation
Comment 1 Sam Weinig 2014-05-03 12:16:07 PDT
Created attachment 230758 [details]
Patch
Comment 2 Anders Carlsson 2014-05-03 13:44:06 PDT
Comment on attachment 230758 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=230758&action=review

> Source/WebKit2/UIProcess/API/Cocoa/_WKWebsiteDataStore.h:41
> +@property (readonly) BOOL isNonPersistentDataStore;

I think this should be

@property (readonly, getter=isNonPersistentDataStore) BOOL nonPersistentDataStore;

Or maybe just nonPersistent?
Comment 3 Sam Weinig 2014-05-03 13:47:14 PDT
Committed r168229: <http://trac.webkit.org/changeset/168229>