Add -[WKWebView loadHTMLString:baseURL:]
Created attachment 232715 [details] Patch
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.
Committed r169696: <http://trac.webkit.org/changeset/169696>