[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

eric at webkit.org eric at webkit.org
Wed Apr 7 23:06:12 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 8212688f39494616e3aeca6e73cdb369e34c9e9e
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Oct 26 18:38:33 2009 +0000

    2009-10-26  Eric Seidel  <eric at webkit.org>
    
            Reviewed by Holger Freyther.
    
            Reviewers are missing from committers.py
            https://bugs.webkit.org/show_bug.cgi?id=30733
    
            * Scripts/modules/committers.py:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@50078 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 0f732de..9eb8093 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,12 @@
+2009-10-26  Eric Seidel  <eric at webkit.org>
+
+        Reviewed by Holger Freyther.
+
+        Reviewers are missing from committers.py
+        https://bugs.webkit.org/show_bug.cgi?id=30733
+
+        * Scripts/modules/committers.py:
+
 2009-10-23  Eric Seidel  <eric at webkit.org>
 
         No review, only adding Alice to the list of reviewers.
diff --git a/WebKitTools/Scripts/modules/committers.py b/WebKitTools/Scripts/modules/committers.py
index 2b7e933..44f1790 100644
--- a/WebKitTools/Scripts/modules/committers.py
+++ b/WebKitTools/Scripts/modules/committers.py
@@ -42,8 +42,9 @@ class Reviewer(Committer):
         Committer.__init__(self, name, email)
         self.can_review = True
 
-# All reviewers are committers, so this list is only of committers
-# who are not reviewers.
+# This is intended as a cannonical, machine-readable list of all non-reviewer committers for WebKit.
+# If your name is missing here and you are a committer, please add it.  No review needed.
+# All reviewers are committers, so this list is only of committers who are not reviewers.
 committers_unable_to_review = [
     Committer("Aaron Boodman", "aa at chromium.org"),
     Committer("Adam Langley", "agl at chromium.org"),
@@ -91,24 +92,31 @@ committers_unable_to_review = [
     Committer("Zoltan Horvath", "zoltan at webkit.org"),
 ]
 
+# This is intended as a cannonical, machine-readable list of all reviewers for WebKit.
+# If your name is missing here and you are a reviewer, please add it.  No review needed.
 reviewers_list = [
     Reviewer("Adam Barth", "abarth at webkit.org"),
+    Reviewer("Ada Chan", "adachan at apple.com"),
     Reviewer("Adam Roben", "aroben at apple.com"),
     Reviewer("Adam Treat", "treat at kde.org"),
     Reviewer("Adele Peterson", "adele at apple.com"),
     Reviewer("Alexey Proskuryakov", "ap at webkit.org"),
     Reviewer("Alice Liu", "alice.liu at apple.com"),
+    Reviewer("Alp Toker", "alp at nuanti.com"),
     Reviewer("Anders Carlsson", "andersca at apple.com"),
     Reviewer("Antti Koivisto", "koivisto at iki.fi"),
     Reviewer("Ariya Hidayat", "ariya.hidayat at trolltech.com"),
     Reviewer("Brady Eidson", "beidson at apple.com"),
+    Reviewer("Cameron Zwarich", "zwarich at apple.com"),
     Reviewer("Dan Bernstein", "mitz at webkit.org"),
     Reviewer("Darin Adler", "darin at apple.com"),
     Reviewer("Darin Fisher", "fishd at chromium.org"),
+    Reviewer("David Harrison", "harrison at apple.com"),
     Reviewer("David Hyatt", "hyatt at apple.com"),
     Reviewer("David Kilzer", "ddkilzer at webkit.org"),
     Reviewer("David Levin", "levin at chromium.org"),
     Reviewer("Dimitri Glazkov", "dglazkov at chromium.org"),
+    Reviewer("Don Melton", "gramps at apple.com"),
     Reviewer("Dmitri Titov", "dimich at chromium.org"),
     Reviewer("Eric Carlson", "eric.carlson at apple.com"),
     Reviewer("Eric Seidel", "eric at webkit.org"),
@@ -119,14 +127,18 @@ reviewers_list = [
     Reviewer("Holger Freyther", "zecke at selfish.org"),
     Reviewer("Jan Alonzo", "jmalonzo at gmail.com"),
     Reviewer("John Sullivan", "sullivan at apple.com"),
+    Reviewer("Jon Honeycutt", "jhoneycutt at apple.com"),
     Reviewer("Justin Garcia", "justin.garcia at apple.com"),
+    Reviewer("Kevin Decker", "kdecker at apple.com"),
     Reviewer("Kevin McCullough", "kmccullough at apple.com"),
     Reviewer("Kevin Ollivier", "kevino at theolliviers.com"),
+    Reviewer("Lars Knoll", "lars at trolltech.com"),
     Reviewer("Maciej Stachowiak", "mjs at apple.com"),
     Reviewer("Mark Rowe", "mrowe at apple.com"),
     Reviewer("Nikolas Zimmermann", "zimmermann at kde.org"),
     Reviewer("Oliver Hunt", "oliver at apple.com"),
     Reviewer("Pavel Feldman", "pfeldman at chromium.org"),
+    Reviewer("Rob Buis", "rwlbuis at gmail.com"),
     Reviewer("Sam Weinig", "sam at webkit.org"),
     Reviewer("Simon Fraser", "simon.fraser at apple.com"),
     Reviewer("Simon Hausmann", "hausmann at webkit.org"),

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list