El Fri, 12 Aug 2011 08:47:08 -0700 Evan Martin <[email protected]> escribió: > On Thu, Aug 11, 2011 at 11:16 PM, Gustavo Noronha Silva > <[email protected]> wrote: > > - Add plugin process support in WebKit2. Now (GTK+2) plugins can > > work again with a GTK+3 build. > > Do you have any pointers to how this works? Do you need to build all > of wtf etc twice, or do you just link twice?
libjavascriptcore doesn't use gtk, so it's shared. WebCore was split into two libraries (see https://bugs.webkit.org/show_bug.cgi?id=60539), a small library that only contains the files using gtk+ and another one with all other files. Only the former is built twice. And some webkit2 files are built again with the plugin process too. > How much disk space > overhead is there? WebKitPluginProcess is 21MB here. Regards, -- Carlos Garcia Campos http://pgp.rediris.es:11371/pks/lookup?op=get&search=0xF3D322D0EC4582C3
signature.asc
Description: PGP signature
_______________________________________________ webkit-gtk mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-gtk
