Title: [151075] trunk/Tools
Revision
151075
Author
[email protected]
Date
2013-06-01 16:09:44 -0700 (Sat, 01 Jun 2013)

Log Message

Add a preferred email address and "expertise" for me.

* Scripts/webkitpy/common/config/contributors.json:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (151074 => 151075)


--- trunk/Tools/ChangeLog	2013-06-01 23:09:26 UTC (rev 151074)
+++ trunk/Tools/ChangeLog	2013-06-01 23:09:44 UTC (rev 151075)
@@ -1,3 +1,9 @@
+2013-06-01  Tim Horton  <[email protected]>
+
+        Add a preferred email address and "expertise" for me.
+
+        * Scripts/webkitpy/common/config/contributors.json:
+
 2013-05-31  Roger Fong  <[email protected]>
 
         Unreviewed. Make windows test bots search in the correct directory for build output.

Modified: trunk/Tools/Scripts/webkitpy/common/config/contributors.json (151074 => 151075)


--- trunk/Tools/Scripts/webkitpy/common/config/contributors.json	2013-06-01 23:09:26 UTC (rev 151074)
+++ trunk/Tools/Scripts/webkitpy/common/config/contributors.json	2013-06-01 23:09:44 UTC (rev 151075)
@@ -4021,8 +4021,10 @@
       },
       "Tim Horton" : {
          "emails" : [
+            "[email protected]",
             "[email protected]"
          ],
+         "expertise" : "SVG/Canvas/Graphics, WebKit2",
          "nicks" : [
             "thorton"
          ]
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to