[Webkit-unassigned] [Bug 169310] [GTK] Support loading HTML from an GIO InputStream

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 7 22:21:02 PST 2017


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

Carlos Garcia Campos <cgarcia at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cgarcia at igalia.com

--- Comment #1 from Carlos Garcia Campos <cgarcia at igalia.com> ---
There's currently no way to load from data sending chunks to the web process, so if we add load_from_stream we would have to read the whole stream and then use load_from_gbytes, something applications can do as well. The only way would be registering a custom uri scheme and loading the data that way.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170308/27666589/attachment-0001.html>


More information about the webkit-unassigned mailing list