RESOLVED FIXED 132526
[Cocoa WebKit2] Add basic _WKWebsiteDataStore implementation
https://bugs.webkit.org/show_bug.cgi?id=132526
Summary [Cocoa WebKit2] Add basic _WKWebsiteDataStore implementation
Sam Weinig
Reported 2014-05-03 12:08:39 PDT
[Cocoa WebKit2] Add basic _WKWebsiteDataStore implementation
Attachments
Patch (30.00 KB, patch)
2014-05-03 12:16 PDT, Sam Weinig
andersca: review+
Sam Weinig
Comment 1 2014-05-03 12:16:07 PDT
Anders Carlsson
Comment 2 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?
Sam Weinig
Comment 3 2014-05-03 13:47:14 PDT
Note You need to log in before you can comment on or make changes to this bug.