Changeset 89797 in webkit


Ignore:
Timestamp:
Jun 27, 2011 12:54:12 AM (13 years ago)
Author:
eric@webkit.org
Message:

2011-06-27 Eric Seidel <eric@webkit.org>

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:
Location:
trunk/Tools
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r89795 r89797  
     12011-06-27  Eric Seidel  <eric@webkit.org>
     2
     3        Reviewed by Adam Barth.
     4
     5        Remove Chromium and ChromiumMac implementations of driver_name now that everything uses DumpRenderTree
     6        https://bugs.webkit.org/show_bug.cgi?id=63428
     7
     8        * Scripts/webkitpy/layout_tests/port/chromium.py:
     9        * Scripts/webkitpy/layout_tests/port/chromium_mac.py:
     10
    1112011-06-27  Adam Barth  <abarth@webkit.org>
    212
  • trunk/Tools/Scripts/webkitpy/layout_tests/port/chromium.py

    r89620 r89797  
    182182        return result
    183183
    184     def driver_name(self):
    185         return "DumpRenderTree"
    186 
    187184    def path_from_chromium_base(self, *comps):
    188185        """Returns the full path to path made by joining the top of the
  • trunk/Tools/Scripts/webkitpy/layout_tests/port/chromium_mac.py

    r89512 r89797  
    102102        return chromium.ChromiumPort.default_child_processes(self)
    103103
    104     def driver_name(self):
    105         return "DumpRenderTree"
    106 
    107104    #
    108105    # PROTECTED METHODS
Note: See TracChangeset for help on using the changeset viewer.