[Webkit-unassigned] [Bug 70592] [EFL] Windowless plugins implementation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 15 07:12:41 PST 2011


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





--- Comment #4 from Mariusz Grzegorczyk <mariusz.g at samsung.com>  2011-11-15 07:12:41 PST ---
(In reply to comment #2)
> (From update of attachment 111952 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=111952&action=review
> 
> > Source/WebCore/plugins/efl/PluginViewEfl.cpp:51
> > +#include <PlatformContextCairo.h>
> > +#include <X11/Xlib.h>
> > +#include <cairo/cairo-xlib.h>
> 
> Be aware that even though Ecore_X is present during compilation, it might not be during runtime. For instance, DumpRenderTree won't be able to run plugin tests because it uses Ecore_Evas_Buffer (which performs all operations in memory, without a connection to a X server). It would be nice if either the plugin subsystem were disabled if it's not running under X, or provide an implementation independent of the graphical backend.

I've added ecore_x_init to DumpRendererTree. Webkit library is linked with ecore_x for efl port.

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