Bug 133645

Summary: Add -[WKWebView loadHTMLString:baseURL:]
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 sam: review+

Description Anders Carlsson 2014-06-09 10:07:03 PDT
Add -[WKWebView loadHTMLString:baseURL:]
Comment 1 Anders Carlsson 2014-06-09 11:02:16 PDT
Created attachment 232715 [details]
Patch
Comment 2 Sam Weinig 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.
Comment 3 Anders Carlsson 2014-06-09 11:09:28 PDT
Committed r169696: <http://trac.webkit.org/changeset/169696>