[Webkit-unassigned] [Bug 81456] [GTK] Wayland support
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Apr 8 10:02:13 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=81456
Mika Boström <mika.bostrom at nomovok.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mika.bostrom at nomovok.com
--- Comment #2 from Mika Boström <mika.bostrom at nomovok.com> 2012-04-08 10:02:13 PST ---
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.
--
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