RESOLVED FIXED 132880
Add -[WKNavigationAction modifierFlags] and -[WKNavigationAction buttonNumber]
https://bugs.webkit.org/show_bug.cgi?id=132880
Summary Add -[WKNavigationAction modifierFlags] and -[WKNavigationAction buttonNumber]
Anders Carlsson
Reported 2014-05-13 12:09:18 PDT
Add -[WKNavigationAction modifierFlags] and -[WKNavigationAction buttonNumber]
Attachments
Patch (11.75 KB, patch)
2014-05-13 12:11 PDT, Anders Carlsson
mitz: review+
Anders Carlsson
Comment 1 2014-05-13 12:11:41 PDT
mitz
Comment 2 2014-05-13 12:19:03 PDT
Comment on attachment 231398 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=231398&action=review > Source/WebKit2/UIProcess/API/Cocoa/WKNavigationAction.mm:39 > + bool _isUserInitiated; Please use BOOL and match the property name, _userInitiated. > Source/WebKit2/UIProcess/API/Cocoa/WKNavigationActionInternal.h:45 > +- (instancetype)initWithNavigationActionData:(const WebKit::NavigationActionData&)navigationActionData; This internal method’s name needs an underscore prefix.
Anders Carlsson
Comment 3 2014-05-13 12:21:00 PDT
Note You need to log in before you can comment on or make changes to this bug.