Changeset 57778 in webkit


Ignore:
Timestamp:
Apr 17, 2010 1:13:20 AM (14 years ago)
Author:
eric@webkit.org
Message:

2010-04-17 Eric Seidel <eric@webkit.org>

Reviewed by Adam Barth.

WebKit needs a Chromium Mac EWS Builder
https://bugs.webkit.org/show_bug.cgi?id=37742

  • Scripts/webkitpy/tool/commands/earlywarningsystem.py:
Location:
trunk/WebKitTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r57777 r57778  
     12010-04-17  Eric Seidel  <eric@webkit.org>
     2
     3        Reviewed by Adam Barth.
     4
     5        WebKit needs a Chromium Mac EWS Builder
     6        https://bugs.webkit.org/show_bug.cgi?id=37742
     7
     8        * Scripts/webkitpy/tool/commands/earlywarningsystem.py:
     9
    1102010-04-17  Adam Barth  <abarth@webkit.org>
    211
  • trunk/WebKitTools/Scripts/webkitpy/tool/commands/earlywarningsystem.py

    r57424 r57778  
    138138
    139139
     140class ChromiumMacEWS(AbstractChromiumEWS):
     141    name = "cr-mac-ews"
     142
     143
    140144# For platforms that we can't run inside a VM (like Mac OS X), we require
    141145# patches to be uploaded by committers, who are generally trustworthy folk. :)
Note: See TracChangeset for help on using the changeset viewer.