Title: [237414] trunk
Revision
237414
Author
[email protected]
Date
2018-10-25 07:53:09 -0700 (Thu, 25 Oct 2018)

Log Message

[GTK] Reenable the sandbox

Previously reviewed by, er, myself. This just reverts the sabotague as our bots should have
the required deps now. Hopefully.

* Source/cmake/OptionsGTK.cmake:

Modified Paths

Diff

Modified: trunk/ChangeLog (237413 => 237414)


--- trunk/ChangeLog	2018-10-25 14:15:21 UTC (rev 237413)
+++ trunk/ChangeLog	2018-10-25 14:53:09 UTC (rev 237414)
@@ -1,3 +1,12 @@
+2018-10-25  Michael Catanzaro  <[email protected]>
+
+        [GTK] Reenable the sandbox
+
+        Previously reviewed by, er, myself. This just reverts the sabotague as our bots should have
+        the required deps now. Hopefully.
+
+        * Source/cmake/OptionsGTK.cmake:
+
 2018-10-18  Fujii Hironori  <[email protected]>
 
         [Win][Clang] Do not give -Wall to clang-cl because it is treated as -Weverything

Modified: trunk/Source/cmake/OptionsGTK.cmake (237413 => 237414)


--- trunk/Source/cmake/OptionsGTK.cmake	2018-10-25 14:15:21 UTC (rev 237413)
+++ trunk/Source/cmake/OptionsGTK.cmake	2018-10-25 14:53:09 UTC (rev 237414)
@@ -118,12 +118,11 @@
     WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_RESOURCE_USAGE PRIVATE OFF)
 endif ()
 
-# Disable Sandbox support until the bots have all the needed dependencies installed.
-#if (CMAKE_SYSTEM_NAME MATCHES "Linux" AND NOT EXISTS "/.flatpak-info")
-#    WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_BUBBLEWRAP_SANDBOX PUBLIC ON)
-#else ()
-WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_BUBBLEWRAP_SANDBOX PRIVATE OFF)
-#endif ()
+if (CMAKE_SYSTEM_NAME MATCHES "Linux" AND NOT EXISTS "/.flatpak-info")
+    WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_BUBBLEWRAP_SANDBOX PUBLIC ON)
+else ()
+    WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_BUBBLEWRAP_SANDBOX PRIVATE OFF)
+endif ()
 
 # Public options shared with other WebKit ports. Do not add any options here
 # without approval from a GTK+ reviewer. There must be strong reason to support
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to