[Webkit-unassigned] [Bug 14750] [gtk] Implement plugin support in GTK backend

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 23 08:44:57 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=14750





------- Comment #71 from marc.ordinasillopis at collabora.co.uk  2008-04-23 08:44 PDT -------
(In reply to comment #69)
> First of all, great job!!
> 
Thanks!

> +#elif PLATFORM(QT) && PLATFORM(UNIX)
> +#define ENABLE_NETSCAPE_PLUGIN_API 1
> 
> In order to not break the Qt/Mac and the Qt/Embedded build I suggest to make
> this even stricter by perhaps simply using
> 
> #elif PLATFORM(QT) && defined(Q_WS_X11)
> 
That's what I did in the first place, but it doesn't work because at that time
no Qt header has been included yet, so Q_WS_X11 is not defined. Should I define
ENABLE_NETSCAPE_PLUGIN_API in WebCore.pro instead?

I'll make a new patch for the other comments.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list