Title: [267351] trunk/Tools
- Revision
- 267351
- Author
- [email protected]
- Date
- 2020-09-21 12:00:46 -0700 (Mon, 21 Sep 2020)
Log Message
[GTK][WPE] WKTR has lost access to Pulseaudio
https://bugs.webkit.org/show_bug.cgi?id=216745
Patch by Philippe Normand <[email protected]> on 2020-09-21
Reviewed by Carlos Garcia Campos.
Let Pulseaudio env vars pass through in the test environment, this is specially needed when
the test harness runs in the Flatpak sandbox.
* Scripts/webkitpy/port/gtk.py:
(GtkPort.setup_environ_for_server):
* Scripts/webkitpy/port/wpe.py:
(WPEPort.setup_environ_for_server):
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (267350 => 267351)
--- trunk/Tools/ChangeLog 2020-09-21 18:58:57 UTC (rev 267350)
+++ trunk/Tools/ChangeLog 2020-09-21 19:00:46 UTC (rev 267351)
@@ -1,5 +1,20 @@
2020-09-21 Philippe Normand <[email protected]>
+ [GTK][WPE] WKTR has lost access to Pulseaudio
+ https://bugs.webkit.org/show_bug.cgi?id=216745
+
+ Reviewed by Carlos Garcia Campos.
+
+ Let Pulseaudio env vars pass through in the test environment, this is specially needed when
+ the test harness runs in the Flatpak sandbox.
+
+ * Scripts/webkitpy/port/gtk.py:
+ (GtkPort.setup_environ_for_server):
+ * Scripts/webkitpy/port/wpe.py:
+ (WPEPort.setup_environ_for_server):
+
+2020-09-21 Philippe Normand <[email protected]>
+
[GTK][WPE] Missing support for multi-word $WEBKIT_MINI_BROWSER_PREFIX
https://bugs.webkit.org/show_bug.cgi?id=216604
Modified: trunk/Tools/Scripts/webkitpy/port/gtk.py (267350 => 267351)
--- trunk/Tools/Scripts/webkitpy/port/gtk.py 2020-09-21 18:58:57 UTC (rev 267350)
+++ trunk/Tools/Scripts/webkitpy/port/gtk.py 2020-09-21 19:00:46 UTC (rev 267351)
@@ -128,6 +128,8 @@
self._copy_value_from_environ_if_set(environment, 'WEBKIT_TOP_LEVEL')
self._copy_value_from_environ_if_set(environment, 'WEBKIT_DEBUG')
self._copy_value_from_environ_if_set(environment, 'WEBKIT_GST_USE_PLAYBIN3')
+ self._copy_value_from_environ_if_set(environment, 'PULSE_SERVER')
+ self._copy_value_from_environ_if_set(environment, 'PULSE_CLIENTCONFIG')
for gst_variable in ('DEBUG', 'DEBUG_DUMP_DOT_DIR', 'DEBUG_FILE', 'DEBUG_NO_COLOR',
'PLUGIN_SCANNER', 'PLUGIN_PATH', 'PLUGIN_SYSTEM_PATH', 'REGISTRY',
'PLUGIN_PATH_1_0'):
Modified: trunk/Tools/Scripts/webkitpy/port/wpe.py (267350 => 267351)
--- trunk/Tools/Scripts/webkitpy/port/wpe.py 2020-09-21 18:58:57 UTC (rev 267350)
+++ trunk/Tools/Scripts/webkitpy/port/wpe.py 2020-09-21 19:00:46 UTC (rev 267351)
@@ -88,6 +88,8 @@
self._copy_value_from_environ_if_set(environment, 'WEBKIT_TOP_LEVEL')
self._copy_value_from_environ_if_set(environment, 'WEBKIT_DEBUG')
self._copy_value_from_environ_if_set(environment, 'LIBGL_ALWAYS_SOFTWARE')
+ self._copy_value_from_environ_if_set(environment, 'PULSE_SERVER')
+ self._copy_value_from_environ_if_set(environment, 'PULSE_CLIENTCONFIG')
self._copy_value_from_environ_if_set(environment, 'XR_RUNTIME_JSON')
self._copy_value_from_environ_if_set(environment, 'WEBKIT_GST_USE_PLAYBIN3')
for gst_variable in ('DEBUG', 'DEBUG_DUMP_DOT_DIR', 'DEBUG_FILE', 'DEBUG_NO_COLOR',
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes