Update committers.py with a few more contributor contacts
authorcommit-queue@webkit.org <commit-queue@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 21 Sep 2011 00:04:30 +0000 (00:04 +0000)
committercommit-queue@webkit.org <commit-queue@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 21 Sep 2011 00:04:30 +0000 (00:04 +0000)
https://bugs.webkit.org/show_bug.cgi?id=68487

Patch by Tom Zakrajsek <tomz@codeaurora.org> on 2011-09-20
Reviewed by Eric Seidel.

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

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@95584 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Tools/ChangeLog
Tools/Scripts/webkitpy/common/config/committers.py

index 7a6b94c..a13ad53 100644 (file)
@@ -1,3 +1,12 @@
+2011-09-20  Tom Zakrajsek  <tomz@codeaurora.org>
+
+        Update committers.py with a few more contributor contacts
+        https://bugs.webkit.org/show_bug.cgi?id=68487
+
+        Reviewed by Eric Seidel.
+
+        * Scripts/webkitpy/common/config/committers.py:
+
 2011-09-20  Leandro Pereira  <leandro@profusion.mobi>
 
         Fix webkitpy unit tests after 95547 and 95549
index 7315e96..75f7bd6 100644 (file)
@@ -105,9 +105,11 @@ contributors_who_are_not_committers = [
     Contributor("Greg Simon", "gregsimon@chromium.org", "gregsimon"),
     Contributor("Gregg Tavares", ["gman@google.com", "gman@chromium.org"], "gman"),
     Contributor("Ian Hickson", "ian@hixie.ch", "hixie"),
+    Contributor("Jarred Nicholls", "jarred@sencha.com", "jarrednicholls"),
     Contributor("John Bates", ["jbates@google.com", "jbates@chromium.org"], "jbates"),
     Contributor("John Bauman", ["jbauman@chromium.org", "jbauman@google.com"], "jbauman"),
     Contributor("Kristof Kosztyo", "kkristof@inf.u-szeged.hu", "kkristof"),
+    Contributor("Kulanthaivel Palanichamy", "kulanthaivel@codeaurora.org", "kvel"),
     Contributor("Oliver Varga", ["voliver@inf.u-szeged.hu", "Varga.Oliver@stud.u-szeged.hu"], "TwistO"),
     Contributor("Peter Beverloo", "peter@chromium.org", "beverloo"),
     Contributor("Peter Gal", "galpeter@inf.u-szeged.hu", "elecro"),
@@ -115,6 +117,7 @@ contributors_who_are_not_committers = [
     Contributor("Shawn Singh", "shawnsingh@chromium.org", "shawnsingh"),
     Contributor("Tab Atkins", ["tabatkins@google.com", "jackalmage@gmail.com"], "tabatkins"),
     Contributor("Tamas Czene", ["tczene@inf.u-szeged.hu", "Czene.Tamas@stud.u-szeged.hu"], "tczene"),
+    Contributor("Tom Zakrajsek", "tomz@codeaurora.org", "tomz"),
     Contributor("Wyatt Carss", ["wcarss@chromium.org", "wcarss@google.com"], "wcarss"),
     Contributor("Xianzhu Wang", ["wangxianzhu@chromium.org", "phnixwxz@gmail.com", "wangxianzhu@google.com"], "wangxianzhu"),
     Contributor("Zsolt Feher", "feherzs@inf.u-szeged.hu", "Smith"),