Title: [105122] trunk/Tools
Revision
105122
Author
[email protected]
Date
2012-01-16 19:47:09 -0800 (Mon, 16 Jan 2012)

Log Message

Add toyoshim as a committer.
https://bugs.webkit.org/show_bug.cgi?id=76390

Reviewed by Hajime Morita.

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

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (105121 => 105122)


--- trunk/Tools/ChangeLog	2012-01-17 03:35:24 UTC (rev 105121)
+++ trunk/Tools/ChangeLog	2012-01-17 03:47:09 UTC (rev 105122)
@@ -1,3 +1,12 @@
+2012-01-16  Takashi Toyoshima  <[email protected]>
+
+        Add toyoshim as a committer.
+        https://bugs.webkit.org/show_bug.cgi?id=76390
+
+        Reviewed by Hajime Morita.
+
+        * Scripts/webkitpy/common/config/committers.py:
+
 2012-01-16  Brent Fulgham  <[email protected]>
 
         [WinCairo] Build fix after r104155. Several debug targets were not

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


--- trunk/Tools/Scripts/webkitpy/common/config/committers.py	2012-01-17 03:35:24 UTC (rev 105121)
+++ trunk/Tools/Scripts/webkitpy/common/config/committers.py	2012-01-17 03:47:09 UTC (rev 105122)
@@ -1,5 +1,5 @@
 # Copyright (c) 2011, Apple Inc. All rights reserved.
-# Copyright (c) 2009, 2011 Google Inc. All rights reserved.
+# Copyright (c) 2009, 2011, 2012 Google Inc. All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions are
@@ -299,6 +299,7 @@
     Committer("Mike Reed", "[email protected]", "reed"),
     Committer("Mike Thole", ["[email protected]", "[email protected]"]),
     Committer("Mikhail Naganov", "[email protected]"),
+    Committer("Naoki Takano", ["[email protected]", "[email protected]"], "honten"),
     Committer("Nat Duca", ["[email protected]", "[email protected]"], "nduca"),
     Committer("Nayan Kumar K", ["[email protected]", "[email protected]"], "xc0ffee"),
     Committer("Nico Weber", ["[email protected]", "[email protected]"], "thakis"),
@@ -326,6 +327,7 @@
     Committer("Sergio Villar Senin", ["[email protected]", "[email protected]"], "svillar"),
     Committer("Siddharth Mathur", "[email protected]", "simathur"),
     Committer("Steve Lacey", "[email protected]", "stevela"),
+    Committer("Takashi Toyoshima", "[email protected]", "toyoshim"),
     Committer("Tim Horton", "[email protected]", "thorton"),
     Committer("Tom Zakrajsek", "[email protected]", "tomz"),
     Committer("Tommy Widenflycht", "[email protected]", "tommyw"),
@@ -353,7 +355,6 @@
     Committer("Zeno Albisser", ["[email protected]", "[email protected]"], "zalbisser"),
     Committer("Zhenyao Mo", "[email protected]", "zhenyao"),
     Committer("Zoltan Horvath", ["[email protected]", "[email protected]", "[email protected]"], "zoltan"),
-    Committer("Naoki Takano", ["[email protected]", "[email protected]"], "honten"),
 ]
 
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to