Bug 133645 - Add -[WKWebView loadHTMLString:baseURL:]
Summary: Add -[WKWebView loadHTMLString:baseURL:]
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-09 10:07 PDT by Anders Carlsson
Modified: 2014-06-09 11:09 PDT (History)
0 users

See Also:


Attachments
Patch (15.80 KB, patch)
2014-06-09 11:02 PDT, Anders Carlsson
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>