Title: [278688] trunk/Tools
Revision
278688
Author
cgambr...@apple.com
Date
2021-06-09 20:10:59 -0700 (Wed, 09 Jun 2021)

Log Message

Add personal email to Tools/Scripts/webkitpy/common/config/contributors.json
https://bugs.webkit.org/show_bug.cgi?id=226845
<rdar://problem/79095492>

Reviewed by Jonathan Bedard.

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

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (278687 => 278688)


--- trunk/Tools/ChangeLog	2021-06-10 01:32:37 UTC (rev 278687)
+++ trunk/Tools/ChangeLog	2021-06-10 03:10:59 UTC (rev 278688)
@@ -1,3 +1,13 @@
+2021-06-09  Chris Gambrell  <cgambr...@apple.com>
+
+        Add personal email to Tools/Scripts/webkitpy/common/config/contributors.json
+        https://bugs.webkit.org/show_bug.cgi?id=226845
+        <rdar://problem/79095492>
+
+        Reviewed by Jonathan Bedard.
+
+        * Scripts/webkitpy/common/config/contributors.json:
+
 2021-06-09  Dewei Zhu  <dewei_...@apple.com>
 
         HTTP server should run with the same python executable as run-benchmark script.

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


--- trunk/Tools/Scripts/webkitpy/common/config/contributors.json	2021-06-10 01:32:37 UTC (rev 278687)
+++ trunk/Tools/Scripts/webkitpy/common/config/contributors.json	2021-06-10 03:10:59 UTC (rev 278688)
@@ -1257,6 +1257,7 @@
    },
    "Chris Gambrell" : {
       "emails" : [
+         "christop...@gambrell.info",
          "cgambr...@apple.com"
       ],
       "expertise" : "CGI, PHP, and Python",
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to