Bug 26322
Summary: | Regression: passing basedir without file:// to webkit_web_view_load_html_string fails | ||
---|---|---|---|
Product: | WebKit | Reporter: | Pierre-Luc Beaudoin <pierre-luc.beaudoin> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | gustavo |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | OS X 10.5 |
Pierre-Luc Beaudoin
This is a regression between WebKitGtk 1.0.1 and WebKit 1.1.
When loading a html file (ie Adium Themes) and passing it to webkit_web_view_load_html_string, if the given basedir does not contain file:// it will fail to load the resources.
Note: even if you pass file:// to basedir and your html file contains a <base> tag, this one doesn't require the file:// prefix.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Gustavo Noronha (kov)
This API has been obsoleted and removed.