RESOLVED FIXED Bug 170315
Expose the WKView SPI, _prepareForMoveToWindow:withCompletionHandler as WKWebView SPI
https://bugs.webkit.org/show_bug.cgi?id=170315
Summary Expose the WKView SPI, _prepareForMoveToWindow:withCompletionHandler as WKWeb...
Sam Weinig
Reported 2017-03-30 17:14:20 PDT
Expose the WKView SPI, _prepareForMoveToWindow:withCompletionHandler as WKWebView SPI
Attachments
Patch (9.49 KB, patch)
2017-03-30 17:16 PDT, Sam Weinig
simon.fraser: review+
Sam Weinig
Comment 1 2017-03-30 17:16:48 PDT
Sam Weinig
Comment 2 2017-03-30 17:16:54 PDT
Simon Fraser (smfr)
Comment 3 2017-03-30 17:35:15 PDT
Comment on attachment 305930 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=305930&action=review > Source/WebKit2/UIProcess/API/Cocoa/WKWebView.mm:5033 > + auto copiedCompletionHandler = Block_copy(completionHandler); Should this use makeBlockPtr?
Sam Weinig
Comment 4 2017-03-30 17:45:08 PDT
Note You need to log in before you can comment on or make changes to this bug.