Modified: trunk/Tools/ChangeLog (101858 => 101859)
--- trunk/Tools/ChangeLog 2011-12-02 22:49:53 UTC (rev 101858)
+++ trunk/Tools/ChangeLog 2011-12-02 22:49:58 UTC (rev 101859)
@@ -1,3 +1,9 @@
+2011-12-02 Ryosuke Niwa <[email protected]>
+
+ Add Alan Stearns and Peter Linss to the contributors list.
+
+ * Scripts/webkitpy/common/config/committers.py:
+
2011-12-02 Kent Tamura <[email protected]>
[Chromium] Fix compilation warnings for ASSERT()
Modified: trunk/Tools/Scripts/webkitpy/common/config/committers.py (101858 => 101859)
--- trunk/Tools/Scripts/webkitpy/common/config/committers.py 2011-12-02 22:49:53 UTC (rev 101858)
+++ trunk/Tools/Scripts/webkitpy/common/config/committers.py 2011-12-02 22:49:58 UTC (rev 101859)
@@ -105,6 +105,7 @@
contributors_who_are_not_committers = [
+ Contributor("Alan Stearns", "[email protected]", 'astearns'),
Contributor("Alexey Marinichev", ["[email protected]", "[email protected]"], "amarinichev"),
Contributor("Ami Fischman", ["[email protected]", "[email protected]"], "amifischman0"),
Contributor("Andras Piroska", "[email protected]", "andris88"),
@@ -130,6 +131,7 @@
Contributor("Oliver Varga", ["[email protected]", "[email protected]"], "TwistO"),
Contributor("Peter Beverloo", "[email protected]", "beverloo"),
Contributor("Peter Gal", "[email protected]", "elecro"),
+ Contributor("Peter Linss", "[email protected]", "plinss")
Contributor("Pierre Rossi", "[email protected]", "elproxy"),
Contributor("Shawn Singh", "[email protected]", "shawnsingh"),
Contributor("Tab Atkins", ["[email protected]", "[email protected]"], "tabatkins"),