Title: [260175] trunk
Revision
260175
Author
carlo...@webkit.org
Date
2020-04-16 02:19:17 -0700 (Thu, 16 Apr 2020)

Log Message

[GTK4] Disable netscape plugins API
https://bugs.webkit.org/show_bug.cgi?id=210552

Reviewed by Adrian Perez de Castro.

Because GTK4 is the future and NPAPI plugins the past.

* Source/cmake/OptionsGTK.cmake:

Modified Paths

Diff

Modified: trunk/ChangeLog (260174 => 260175)


--- trunk/ChangeLog	2020-04-16 07:11:40 UTC (rev 260174)
+++ trunk/ChangeLog	2020-04-16 09:19:17 UTC (rev 260175)
@@ -1,3 +1,14 @@
+2020-04-16  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        [GTK4] Disable netscape plugins API
+        https://bugs.webkit.org/show_bug.cgi?id=210552
+
+        Reviewed by Adrian Perez de Castro.
+
+        Because GTK4 is the future and NPAPI plugins the past.
+
+        * Source/cmake/OptionsGTK.cmake:
+
 2020-04-15  Carlos Garcia Campos  <cgar...@igalia.com>
 
         Unreviewed. Do not run gtk-doc when building with GTK4

Modified: trunk/Source/cmake/OptionsGTK.cmake (260174 => 260175)


--- trunk/Source/cmake/OptionsGTK.cmake	2020-04-16 07:11:40 UTC (rev 260174)
+++ trunk/Source/cmake/OptionsGTK.cmake	2020-04-16 09:19:17 UTC (rev 260175)
@@ -186,6 +186,10 @@
 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_CSS_TYPED_OM PRIVATE ${ENABLE_EXPERIMENTAL_FEATURES})
 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_CSS_CONIC_GRADIENTS PRIVATE ON)
 
+if (USE_GTK4)
+WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_NETSCAPE_PLUGIN_API PRIVATE OFF)
+endif ()
+
 include(GStreamerDependencies)
 
 # Finalize the value for all options. Do not attempt to use an option before
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to