Title: [258910] trunk/Tools
Revision
258910
Author
[email protected]
Date
2020-03-24 08:46:47 -0700 (Tue, 24 Mar 2020)

Log Message

[GTK][WPE] WEB_PROCESS_CMD_PREFIX and others have stopped working
https://bugs.webkit.org/show_bug.cgi?id=209478

Make sure *_PROCESS_CMD_PREFIX variables are whitelisted in the Flatpak sandbox.

Reviewed by Philippe Normand.

* flatpak/flatpakutils.py:
(WebkitFlatpak.run_in_sandbox):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (258909 => 258910)


--- trunk/Tools/ChangeLog	2020-03-24 15:41:13 UTC (rev 258909)
+++ trunk/Tools/ChangeLog	2020-03-24 15:46:47 UTC (rev 258910)
@@ -1,3 +1,15 @@
+2020-03-24  Chris Lord  <[email protected]>
+
+        [GTK][WPE] WEB_PROCESS_CMD_PREFIX and others have stopped working
+        https://bugs.webkit.org/show_bug.cgi?id=209478
+
+        Make sure *_PROCESS_CMD_PREFIX variables are whitelisted in the Flatpak sandbox.
+
+        Reviewed by Philippe Normand.
+
+        * flatpak/flatpakutils.py:
+        (WebkitFlatpak.run_in_sandbox):
+
 2020-03-23  Simon Fraser  <[email protected]>
 
         [mac-wk1] fast/scrolling/arrow-key-scroll-in-rtl-document.html is a flaky timeout

Modified: trunk/Tools/flatpak/flatpakutils.py (258909 => 258910)


--- trunk/Tools/flatpak/flatpakutils.py	2020-03-24 15:41:13 UTC (rev 258909)
+++ trunk/Tools/flatpak/flatpakutils.py	2020-03-24 15:46:47 UTC (rev 258910)
@@ -643,10 +643,14 @@
             "LANG",
             "LDFLAGS",
             "Malloc",
+            "GPU_PROCESS_CMD_PREFIX",
+            "NETWORK_PROCESS_CMD_PREFIX",
             "NUMBER_OF_PROCESSORS",
+            "PLUGIN_PROCESS_CMD_PREFIX",
             "QML2_IMPORT_PATH",
             "WAYLAND_DISPLAY",
             "WAYLAND_SOCKET",
+            "WEB_PROCESS_CMD_PREFIX"
         ]
 
         env_vars = os.environ
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to