[Webkit-unassigned] [Bug 57796] [Qt] [WK2] Add feature to disable all plugins under WK2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 6 15:21:19 PDT 2011


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





--- Comment #7 from Keith Kyzivat <keith.kyzivat at nokia.com>  2011-04-06 15:21:19 PST ---
I had originally thought to check against X11, however I was unsure if implicitly turning off Netscape Plugin support for !X11 Unix environments was the right thing to do.

Right now the Netscape Plugin API relies on X11 constructs, however, we may eventually want to add support for this.

I tried yesterday to do just that, but I was unable to figure out a good way to determine if there is X11 available at Platform.h time without including qglobal.h (to get access to Q_WS_X11) - and that's a bad idea - If done there, it means qglobal.h will be included for all things including Platform.h -- most of Webkit I think (?).

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