RESOLVED FIXED127444
Add WKWebView class
https://bugs.webkit.org/show_bug.cgi?id=127444
Summary Add WKWebView class
Anders Carlsson
Reported 2014-01-22 13:41:56 PST
Add WKWebView class
Attachments
Patch (10.65 KB, patch)
2014-01-22 13:43 PST, Anders Carlsson
mitz: review+
Anders Carlsson
Comment 1 2014-01-22 13:43:09 PST
mitz
Comment 2 2014-01-22 14:05:29 PST
Comment on attachment 221901 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=221901&action=review > Source/WebKit2/UIProcess/API/Cocoa/WKWebView.h:65 > +- (instancetype)initWithFrame:(CGRect)frame configuration:(WKWebViewConfiguration *)configuration NS_DESIGNATED_INITIALIZER; I think you meant WK_DESIGNATED_INITIALIZER. > Source/WebKit2/UIProcess/API/Cocoa/WKWebView.mm:37 > +- (instancetype)initWithFrame:(CGRect)frame configuration:(WKWebViewConfiguration *)configuration Please add a FIXME about overriding -initWithFrame: to do what the header says it should do. > Source/WebKit2/UIProcess/API/Cocoa/WKWebView.mm:42 > + _configuration = adoptNS([configuration copy]); Please add a FIXME here about filling in a configuration that has nil properties with concrete default instances.
Anders Carlsson
Comment 3 2014-01-22 14:12:14 PST
Note You need to log in before you can comment on or make changes to this bug.