RESOLVED FIXED 133623
[Cocoa] WKScriptMessage should include the frame the message is from
https://bugs.webkit.org/show_bug.cgi?id=133623
Summary [Cocoa] WKScriptMessage should include the frame the message is from
Sam Weinig
Reported 2014-06-08 16:02:08 PDT
[Cocoa] WKScriptMessage should include the frame the message is from
Attachments
Patch (5.41 KB, patch)
2014-06-08 16:05 PDT, Sam Weinig
mitz: review+
Sam Weinig
Comment 1 2014-06-08 16:05:15 PDT
mitz
Comment 2 2014-06-08 16:07:32 PDT
Comment on attachment 232691 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=232691&action=review > Source/WebKit2/UIProcess/API/Cocoa/WKScriptMessage.mm:32 > #import "WeakObjCPtr.h" > +#import "WKFrameInfo.h" K < e > Source/WebKit2/UIProcess/API/Cocoa/WKUserContentController.mm:108 > + WKWebView* webView = fromWebPageProxy(page); Is this necessary?
Sam Weinig
Comment 3 2014-06-08 16:14:21 PDT
(In reply to comment #2) > (From update of attachment 232691 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=232691&action=review > > > Source/WebKit2/UIProcess/API/Cocoa/WKScriptMessage.mm:32 > > #import "WeakObjCPtr.h" > > +#import "WKFrameInfo.h" > > K < e Will fix. > > Source/WebKit2/UIProcess/API/Cocoa/WKUserContentController.mm:108 > > + WKWebView* webView = fromWebPageProxy(page); > > Is this necessary? Nah.
Sam Weinig
Comment 4 2014-06-08 16:14:35 PDT
Sam Weinig
Comment 5 2014-06-08 16:22:11 PDT
Committed revision 169684
Note You need to log in before you can comment on or make changes to this bug.