RESOLVED FIXED 133645
Add -[WKWebView loadHTMLString:baseURL:]
https://bugs.webkit.org/show_bug.cgi?id=133645
Summary Add -[WKWebView loadHTMLString:baseURL:]
Anders Carlsson
Reported 2014-06-09 10:07:03 PDT
Add -[WKWebView loadHTMLString:baseURL:]
Attachments
Patch (15.80 KB, patch)
2014-06-09 11:02 PDT, Anders Carlsson
sam: review+
Anders Carlsson
Comment 1 2014-06-09 11:02:16 PDT
Sam Weinig
Comment 2 2014-06-09 11:06:52 PDT
Comment on attachment 232715 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=232715&action=review > Source/WebKit2/UIProcess/WebPageProxy.cpp:758 > + m_pageLoadState.setPendingAPIRequestURL(transaction, String()); This should match whatever we show as the URL. In this case, about:blank if there is no baseURL and the baseURL otherwise.
Anders Carlsson
Comment 3 2014-06-09 11:09:28 PDT
Note You need to log in before you can comment on or make changes to this bug.