Title: [90469] trunk/Tools
Revision
90469
Author
[email protected]
Date
2011-07-06 10:11:13 -0700 (Wed, 06 Jul 2011)

Log Message

2011-07-06  Xan Lopez  <[email protected]>

        [GTK] Add missing environment variables in NWRT
        https://bugs.webkit.org/show_bug.cgi?id=64004

        Reviewed by Gustavo Noronha Silva.

        Add missing environment variables needed by the GTK+ port.

        * Scripts/webkitpy/layout_tests/port/gtk.py: ditto.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (90468 => 90469)


--- trunk/Tools/ChangeLog	2011-07-06 17:04:44 UTC (rev 90468)
+++ trunk/Tools/ChangeLog	2011-07-06 17:11:13 UTC (rev 90469)
@@ -1,3 +1,14 @@
+2011-07-06  Xan Lopez  <[email protected]>
+
+        [GTK] Add missing environment variables in NWRT
+        https://bugs.webkit.org/show_bug.cgi?id=64004
+
+        Reviewed by Gustavo Noronha Silva.
+
+        Add missing environment variables needed by the GTK+ port.
+
+        * Scripts/webkitpy/layout_tests/port/gtk.py: ditto.
+
 2011-07-06  Adam Roben  <[email protected]>
 
         Make run-api-tests output intelligible on the bots

Modified: trunk/Tools/Scripts/webkitpy/layout_tests/port/gtk.py (90468 => 90469)


--- trunk/Tools/Scripts/webkitpy/layout_tests/port/gtk.py	2011-07-06 17:04:44 UTC (rev 90468)
+++ trunk/Tools/Scripts/webkitpy/layout_tests/port/gtk.py	2011-07-06 17:11:13 UTC (rev 90469)
@@ -45,6 +45,9 @@
         self._xvfb_process = subprocess.Popen(run_xvfb)
         environment = self._port.setup_environ_for_server()
         environment['DISPLAY'] = ":%d" % (display_id)
+        environment['GTK_MODULES'] = 'gail'
+        environment['LIBOVERLAY_SCROLLBAR'] = '0'
+        environment['WEBKIT_INSPECTOR_PATH'] = self._port._build_path('Programs/resources/inspector')
         self._server_process = server_process.ServerProcess(self._port,
             self._port.driver_name(), self.cmd_line(), environment)
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to