Bug 139522

Summary: WK1: Add initial support for immediate actions
Product: WebKit Reporter: Beth Dakin <bdakin>
Component: WebKit APIAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, bdakin, mitz, thorton
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mitz: review+

Beth Dakin
Reported 2014-12-10 18:44:25 PST
This bug tracks adding initial support for immediate actions to WK1
Attachments
Patch (17.29 KB, patch)
2014-12-10 21:47 PST, Beth Dakin
mitz: review+
Beth Dakin
Comment 1 2014-12-10 21:47:33 PST
mitz
Comment 2 2014-12-10 21:52:46 PST
Comment on attachment 243099 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=243099&action=review > Source/WebKit/mac/WebView/WebImmediateActionController.h:41 > +- (id)initWithWebView:(WebView *)webView; The return type should be instancetype > Source/WebKit/mac/WebView/WebImmediateActionController.mm:45 > +- (id)initWithWebView:(WebView *)webView (and here to match)
Beth Dakin
Comment 3 2014-12-10 22:23:43 PST
Note You need to log in before you can comment on or make changes to this bug.