Changeset 53122 in webkit


Ignore:
Timestamp:
Jan 12, 2010 1:42:13 AM (14 years ago)
Author:
abarth@webkit.org
Message:

2010-01-12 Adam Barth <abarth@webkit.org>

Reviewed by Eric Seidel.

Add Gustavo and Xan as gtk-ews watchers
https://bugs.webkit.org/show_bug.cgi?id=33519

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

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r53121 r53122  
     12010-01-12  Adam Barth  <abarth@webkit.org>
     2
     3        Reviewed by Eric Seidel.
     4
     5        Add Gustavo and Xan as gtk-ews watchers
     6        https://bugs.webkit.org/show_bug.cgi?id=33519
     7
     8        * Scripts/webkitpy/commands/early_warning_system.py:
     9
    1102010-01-12  Adam Barth  <abarth@webkit.org>
    211
  • trunk/WebKitTools/Scripts/webkitpy/commands/early_warning_system.py

    r52907 r53122  
    8080    name = "gtk-ews"
    8181    port_name = "gtk"
     82    watchers = AbstractEarlyWarningSystem.watchers + [
     83        "gns@gnome.org",
     84        "xan.lopez@gmail.com",
     85    ]
    8286
    8387
Note: See TracChangeset for help on using the changeset viewer.