Title: [217883] trunk/Tools
Revision
217883
Author
commit-qu...@webkit.org
Date
2017-06-07 08:08:14 -0700 (Wed, 07 Jun 2017)

Log Message

Add Charlie Turner as contributor
https://bugs.webkit.org/show_bug.cgi?id=173055

Patch by Charlie Turner <ctur...@igalia.com> on 2017-06-07
Reviewed by Carlos Alberto Lopez Perez.

I also ran the Tools/Scripts/validate-committer-lists --canonicalize command at the suggestion
of webkit-patch upload, which reordered some fields and removed a newline.

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

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (217882 => 217883)


--- trunk/Tools/ChangeLog	2017-06-07 15:07:25 UTC (rev 217882)
+++ trunk/Tools/ChangeLog	2017-06-07 15:08:14 UTC (rev 217883)
@@ -1,3 +1,15 @@
+2017-06-07  Charlie Turner  <ctur...@igalia.com>
+
+        Add Charlie Turner as contributor
+        https://bugs.webkit.org/show_bug.cgi?id=173055
+
+        Reviewed by Carlos Alberto Lopez Perez.
+
+        I also ran the Tools/Scripts/validate-committer-lists --canonicalize command at the suggestion
+        of webkit-patch upload, which reordered some fields and removed a newline.
+
+        * Scripts/webkitpy/common/config/contributors.json:
+
 2017-06-06  Chris Dumez  <cdu...@apple.com>
 
         RELEASE_ASSERT(static_cast<size_t>(enumerationValue) < WTF_ARRAY_LENGTH(values)) hit in convertEnumerationToJS<WebCore::History::ScrollRestoration>()

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


--- trunk/Tools/Scripts/webkitpy/common/config/contributors.json	2017-06-07 15:07:25 UTC (rev 217882)
+++ trunk/Tools/Scripts/webkitpy/common/config/contributors.json	2017-06-07 15:08:14 UTC (rev 217883)
@@ -1137,6 +1137,14 @@
       ],
       "status" : "committer"
    },
+   "Charlie Turner" : {
+      "emails" : [
+         "ctur...@igalia.com"
+      ],
+      "nicks" : [
+         "cturner"
+      ]
+   },
    "Chelsea Pugh" : {
       "emails" : [
          "cp...@apple.com"
@@ -3451,10 +3459,10 @@
          "annu...@yandex.ru",
          "ktoka...@smartlabs.tv"
       ],
+      "expertise" : "CMake build system, Perl scripts",
       "nicks" : [
          "annulen"
       ],
-      "expertise" : "CMake build system, Perl scripts",
       "status" : "reviewer"
    },
    "Kristof Kosztyo" : {
@@ -5857,4 +5865,4 @@
       ],
       "status" : "reviewer"
    }
-}
+}
\ No newline at end of file
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to