[Webkit-unassigned] [Bug 151992] [UNIX] Add support for windowless NPAPI plugins with no UI in non X11 platforms

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 1 23:10:45 PST 2016


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

--- Comment #8 from Carlos Garcia Campos <cgarcia at igalia.com> ---
Comment on attachment 266898
  --> https://bugs.webkit.org/attachment.cgi?id=266898
Try to fix EFL build

View in context: https://bugs.webkit.org/attachment.cgi?id=266898&action=review

>> Source/WebKit2/WebProcess/Plugins/Netscape/x11/NetscapePluginX11.cpp:275
>> +    ASSERT(m_plugin.isWindowed());
> 
> Won't this be called with windowless? It looks like the only criteria for platformPaint() to call this one is whether it's running under X, and I'd expect windowed plugins to do their own painting?

You are right, I forgot to return early in NetscapePlugin::platformPaint() like I do in other windowless only methods. Good catch!

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160202/27a3d83d/attachment.html>


More information about the webkit-unassigned mailing list