Title: [93979] trunk/Source/WebKit2
Revision
93979
Author
[email protected]
Date
2011-08-29 09:07:29 -0700 (Mon, 29 Aug 2011)

Log Message

[Qt] NPAPI support doesn't honor the ENABLE_NETSCAPE_PLUGIN_API define in WebKit2
https://bugs.webkit.org/show_bug.cgi?id=67123

We could simply use the defines already in place for this.

Patch by Pierre Rossi <[email protected]> on 2011-08-29
Reviewed by Andreas Kling.

* WebKit2.pro:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (93978 => 93979)


--- trunk/Source/WebKit2/ChangeLog	2011-08-29 15:15:30 UTC (rev 93978)
+++ trunk/Source/WebKit2/ChangeLog	2011-08-29 16:07:29 UTC (rev 93979)
@@ -1,3 +1,14 @@
+2011-08-29  Pierre Rossi  <[email protected]>
+
+        [Qt] NPAPI support doesn't honor the ENABLE_NETSCAPE_PLUGIN_API define in WebKit2
+        https://bugs.webkit.org/show_bug.cgi?id=67123
+
+        We could simply use the defines already in place for this.
+
+        Reviewed by Andreas Kling.
+
+        * WebKit2.pro:
+
 2011-08-29  Vamshikrishna Yellenki  <[email protected]>
 
         [GTK][WK2] Compilation error in WebKit2 GTK - Revision 93953

Modified: trunk/Source/WebKit2/WebKit2.pro (93978 => 93979)


--- trunk/Source/WebKit2/WebKit2.pro	2011-08-29 15:15:30 UTC (rev 93978)
+++ trunk/Source/WebKit2/WebKit2.pro	2011-08-29 16:07:29 UTC (rev 93979)
@@ -577,6 +577,10 @@
     WebProcess/qt/WebProcessQt.cpp \
     $$WEBKIT2_GENERATED_SOURCES
 
+contains(DEFINES, ENABLE_NETSCAPE_PLUGIN_API=0) {
+    DEFINES += PLUGIN_ARCHITECTURE_UNSUPPORTED
+}
+
 contains(DEFINES, ENABLE_TOUCH_EVENTS=1) {
     HEADERS += \
         Shared/NativeWebTouchEvent.h
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to