Bug 133689

Summary: Add -[WKWebView evaluateJavaScript:completionHandler:]
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch ggaren: review+

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.