[Webkit-unassigned] [Bug 184444] [GTK] webkit_web_view_load_html() garbages linked CSS content

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 10 02:25:10 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=184444

--- Comment #3 from Milan Crha <mcrha at redhat.com> ---
I would go with the comment in WebPageproxy.cpp
// FIXME: Get rid of loadHTMLString and just use loadData instead.
but it doesn't cover loadAlternateHTMLString(), thus such change would
a) require twice as memory (due to copying the content into a GBytes structure),
b) it would be incomplete anyway (due to this alternate function).

I have a trivial patch for webkit_web_view_load_html() and webkit_web_view_load_plain_text(), if you are interested.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180410/1166ad7a/attachment-0002.html>


More information about the webkit-unassigned mailing list