[webkit-gtk] A way to draw on a node?

Martin Robinson mrobinson at webkit.org
Thu Oct 18 14:47:50 PDT 2012


On Thu, Oct 18, 2012 at 1:48 PM, Evan Martin <evan at chromium.org> wrote:
> What you've described is roughly how windowless plugins work.  Have you
> considered just making a plugin?
>
> https://developer.mozilla.org/en-US/docs/Gecko_Plugin_API_Reference

And incidentally, a windowless plugin will work a lot better with
WebKit2, which doesn't have DOM bindings, but has full support for
GTK+ 2.x plugins. It will also work in browsers, which might be nice
for testing.

--Martin


More information about the webkit-gtk mailing list