[Webkit-unassigned] [Bug 81456] [GTK] Wayland support

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 8 17:05:48 PDT 2012


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





--- Comment #3 from Martin Robinson <mrobinson at webkit.org>  2012-04-08 17:05:48 PST ---
(In reply to comment #2)
> I would suspect the biggest problems come from the need to disable NPAPI. It appears to be unconditionally enabled for GTK bindings. So, you'll need to make ENABLE_NETSCAPE_PLUGIN_API=[0|1] a toggleable build flag .
> 
> Then, you need to include the empty NPAPI implementation. There are Plugin*None.cpp files in WebCore/plugins/ which you can use. Just hack the build to use those when NPAPI is not enabled. Remember to check that FrameLoaderClientGtk.cpp copes with the implementation; there might be some opportunistic uses of PluginView instance without checking whether it's valid.

I wonder if some windowless plugins could be supported by using the X11 headers and converting events to X11 events. I don't hold out much hope for this option, but it could get some plugins working.

-- 
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