Title: [89797] trunk/Tools
- Revision
- 89797
- Author
- [email protected]
- Date
- 2011-06-27 00:54:12 -0700 (Mon, 27 Jun 2011)
Log Message
2011-06-27 Eric Seidel <[email protected]>
Reviewed by Adam Barth.
Remove Chromium and ChromiumMac implementations of driver_name now that everything uses DumpRenderTree
https://bugs.webkit.org/show_bug.cgi?id=63428
* Scripts/webkitpy/layout_tests/port/chromium.py:
* Scripts/webkitpy/layout_tests/port/chromium_mac.py:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (89796 => 89797)
--- trunk/Tools/ChangeLog 2011-06-27 07:46:10 UTC (rev 89796)
+++ trunk/Tools/ChangeLog 2011-06-27 07:54:12 UTC (rev 89797)
@@ -1,3 +1,13 @@
+2011-06-27 Eric Seidel <[email protected]>
+
+ Reviewed by Adam Barth.
+
+ Remove Chromium and ChromiumMac implementations of driver_name now that everything uses DumpRenderTree
+ https://bugs.webkit.org/show_bug.cgi?id=63428
+
+ * Scripts/webkitpy/layout_tests/port/chromium.py:
+ * Scripts/webkitpy/layout_tests/port/chromium_mac.py:
+
2011-06-27 Adam Barth <[email protected]>
Reviewed by Eric Seidel.
Modified: trunk/Tools/Scripts/webkitpy/layout_tests/port/chromium.py (89796 => 89797)
--- trunk/Tools/Scripts/webkitpy/layout_tests/port/chromium.py 2011-06-27 07:46:10 UTC (rev 89796)
+++ trunk/Tools/Scripts/webkitpy/layout_tests/port/chromium.py 2011-06-27 07:54:12 UTC (rev 89797)
@@ -181,9 +181,6 @@
self._filesystem.rmtree(str(tempdir))
return result
- def driver_name(self):
- return "DumpRenderTree"
-
def path_from_chromium_base(self, *comps):
"""Returns the full path to path made by joining the top of the
Chromium source tree and the list of path components in |*comps|."""
Modified: trunk/Tools/Scripts/webkitpy/layout_tests/port/chromium_mac.py (89796 => 89797)
--- trunk/Tools/Scripts/webkitpy/layout_tests/port/chromium_mac.py 2011-06-27 07:46:10 UTC (rev 89796)
+++ trunk/Tools/Scripts/webkitpy/layout_tests/port/chromium_mac.py 2011-06-27 07:54:12 UTC (rev 89797)
@@ -101,9 +101,6 @@
return 1
return chromium.ChromiumPort.default_child_processes(self)
- def driver_name(self):
- return "DumpRenderTree"
-
#
# PROTECTED METHODS
#
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes