[Webkit-unassigned] [Bug 136867] Should have a way to register GResources in web process

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 22 00:04:50 PDT 2014


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





--- Comment #2 from Philip Chimento <philip.chimento at gmail.com>  2014-09-22 00:04:51 PST ---
> > Of course a workaround would be to load the contents of the GResource URI in the calling program, and feed it to WebKit with webkit_web_view_load_html(), but that disallows the HTML page from referencing other files in the GResource (which is why I included a CSS file in the example GResource as well.)
>
> You could use a custom uri scheme, but all gresources would be loaded by the UI process and sent to the networking process.

I thought about that, but wouldn't that potentially send large amounts of data through IPC?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list