[Webkit-unassigned] [Bug 61065] [GTK][WebKit2] Initial windowed plugins implementation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 25 01:02:48 PDT 2012


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





--- Comment #15 from Balazs Kelemen <kbalazs at webkit.org>  2012-04-25 01:02:45 PST ---
(From update of attachment 117182)
View in context: https://bugs.webkit.org/attachment.cgi?id=117182&action=review

> Source/WebKit2/WebProcess/Plugins/Netscape/x11/NetscapePluginX11.cpp:229
> +bool NetscapePlugin::platformPostInitialize()
> +{
> +#if PLATFORM(GTK)
> +    if (moduleMixesGtkSymbols(m_pluginModule->module()))
> +        return false;
> +#endif
> +
> +    uint64_t windowID = 0;

I think we should still short-circuit the windowed case for Qt since we don't support it.

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