RESOLVED FIXED 133689
Add -[WKWebView evaluateJavaScript:completionHandler:]
https://bugs.webkit.org/show_bug.cgi?id=133689
Summary Add -[WKWebView evaluateJavaScript:completionHandler:]
Anders Carlsson
Reported 2014-06-10 12:42:23 PDT
Add -[WKWebView evaluateJavaScript:completionHandler:]
Attachments
Patch (20.43 KB, patch)
2014-06-10 12:48 PDT, Anders Carlsson
ggaren: review+
Anders Carlsson
Comment 1 2014-06-10 12:48:31 PDT
Geoffrey Garen
Comment 2 2014-06-10 14:17:02 PDT
Comment on attachment 232804 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=232804&action=review r=me > Source/WebKit2/UIProcess/API/Cocoa/WKWebView.mm:495 > + // We don't want to call the block from within the call that invalidates the web view, > + // so defer it here. Why not?
Anders Carlsson
Comment 3 2014-06-10 14:26:24 PDT
Note You need to log in before you can comment on or make changes to this bug.