Hi: Thank you all for your answers. Actually yes, my fisrt idea was to use a plugin, but for a moment I thought that just developing a single app controlling webkit instead of an app plus a plugin could simplify my project. Anyway the windowless plugin solution might be enough, and I'll try to see if I can do something with the canvas as well.
Regards, Daniel 2012/10/18 Martin Robinson <[email protected]> > On Thu, Oct 18, 2012 at 1:48 PM, Evan Martin <[email protected]> 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 >
_______________________________________________ webkit-gtk mailing list [email protected] http://lists.webkit.org/mailman/listinfo/webkit-gtk
