Title: [95078] trunk/Tools
Revision
95078
Author
[email protected]
Date
2011-09-13 23:58:10 -0700 (Tue, 13 Sep 2011)

Log Message

committers.py is missing some contributors
https://bugs.webkit.org/show_bug.cgi?id=68059

Reviewed by Adam Barth.

Add David Barr, Jan Erik Hanssen, and Kim Grönholm.

Also add nicks of Alejandro G. Castro, Collin Jackson, and Matt Lilek.

* Scripts/webkitpy/common/config/committers.py:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (95077 => 95078)


--- trunk/Tools/ChangeLog	2011-09-14 06:46:28 UTC (rev 95077)
+++ trunk/Tools/ChangeLog	2011-09-14 06:58:10 UTC (rev 95078)
@@ -1,5 +1,18 @@
 2011-09-13  Ryosuke Niwa  <[email protected]>
 
+        committers.py is missing some contributors
+        https://bugs.webkit.org/show_bug.cgi?id=68059
+
+        Reviewed by Adam Barth.
+
+        Add David Barr, Jan Erik Hanssen, and Kim Grönholm.
+
+        Also add nicks of Alejandro G. Castro, Collin Jackson, and Matt Lilek.
+
+        * Scripts/webkitpy/common/config/committers.py:
+
+2011-09-13  Ryosuke Niwa  <[email protected]>
+
         Fix webkit python test after r95061.
 
         * Scripts/webkitpy/tool/bot/irc_command_unittest.py:

Modified: trunk/Tools/Scripts/webkitpy/common/config/committers.py (95077 => 95078)


--- trunk/Tools/Scripts/webkitpy/common/config/committers.py	2011-09-14 06:46:28 UTC (rev 95077)
+++ trunk/Tools/Scripts/webkitpy/common/config/committers.py	2011-09-14 06:58:10 UTC (rev 95078)
@@ -89,6 +89,7 @@
     Contributor("Anne van Kesteren", "[email protected]", "annevk"),
     Contributor("Annie Sullivan", "[email protected]", "annie"),
     Contributor("Aryeh Gregor", "[email protected]", "AryehGregor"),
+    Contributor("David Barr", "[email protected]", "barrbrain"),
     Contributor("David Dorwin", "[email protected]", "ddorwin"),
     Contributor("David Grogan", "[email protected]", "dgrogan"),
     Contributor("Douglas Davidson", "[email protected]"),
@@ -127,7 +128,7 @@
     Committer("Ademar de Souza Reis Junior", ["[email protected]", "[email protected]"], "ademar"),
     Committer("Adrienne Walker", ["[email protected]", "[email protected]"], "enne"),
     Committer("Albert J. Wong", "[email protected]"),
-    Committer("Alejandro G. Castro", ["[email protected]", "[email protected]"]),
+    Committer("Alejandro G. Castro", ["[email protected]", "[email protected]"], "alexg"),
     Committer("Alexander Kellett", ["[email protected]", "[email protected]", "[email protected]"], "lypanov"),
     Committer("Alexander Pavlov", "[email protected]", "apavlov"),
     Committer("Alexis Menard", ["[email protected]", "[email protected]"], "darktears"),
@@ -157,7 +158,7 @@
     Committer("Chris Petersen", "[email protected]", "cpetersen"),
     Committer("Chris Rogers", "[email protected]", "crogers"),
     Committer("Christian Dywan", ["[email protected]", "[email protected]"]),
-    Committer("Collin Jackson", "[email protected]"),
+    Committer("Collin Jackson", "[email protected]", "collinjackson"),
     Committer("Cris Neckar", "[email protected]", "cneckar"),
     Committer("Daniel Cheng", "[email protected]", "dcheng"),
     Committer("David Smith", ["[email protected]", "[email protected]"], "catfishman"),
@@ -196,6 +197,7 @@
     Committer("James Hawkins", ["[email protected]", "[email protected]"], "jhawkins"),
     Committer("James Kozianski", ["[email protected]", "[email protected]"], "koz"),
     Committer("James Simonsen", "[email protected]", "simonjam"),
+    Committer("Jan Erik Hanssen", "[email protected]", "jehanssen"),
     Committer("Jay Civelli", "[email protected]", "jcivelli"),
     Committer("Jeff Miller", "[email protected]", "jeffm7"),
     Committer("Jeffrey Pfau", ["[email protected]", "[email protected]"], "jpfau"),
@@ -224,6 +226,7 @@
     Committer("Kenichi Ishibashi", "[email protected]", "bashi"),
     Committer("Kenji Imasaki", "[email protected]", "imasaki"),
     Committer("Kent Hansen", "[email protected]", "khansen"),
+    Committer(u"Kim Gr\u00f6nholm", "[email protected]"),
     Committer("Kimmo Kinnunen", ["[email protected]", "[email protected]", "[email protected]"], "kimmok"),
     Committer("Kinuko Yasuda", "[email protected]", "kinuko"),
     Committer("Krzysztof Kowalczyk", "[email protected]"),
@@ -241,7 +244,7 @@
     Committer("Mario Sanchez Prada", ["[email protected]", "[email protected]"], "msanchez"),
     Committer("Mark Hahnenberg", "[email protected]"),
     Committer("Matt Delaney", "[email protected]"),
-    Committer("Matt Lilek", ["[email protected]", "[email protected]", "[email protected]"]),
+    Committer("Matt Lilek", ["[email protected]", "[email protected]", "[email protected]"], "pewtermoose"),
     Committer("Matt Perry", "[email protected]"),
     Committer("Maxime Britto", ["[email protected]", "[email protected]"]),
     Committer("Maxime Simon", ["[email protected]", "[email protected]"], "maxime.simon"),
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to