Title: [210916] trunk/Tools
Revision
210916
Author
timo...@apple.com
Date
2017-01-19 00:04:55 -0800 (Thu, 19 Jan 2017)

Log Message

Remove my old email address from contributors.json and watchlist.

Patch by Timothy Hatcher <timo...@hatcher.name> on 2017-01-19

* Scripts/validate-committer-lists:
(CommitterListFromGit): Change the mapping to the correct email.
* Scripts/webkitpy/common/config/contributors.json:
* Scripts/webkitpy/common/config/watchlist:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (210915 => 210916)


--- trunk/Tools/ChangeLog	2017-01-19 07:45:30 UTC (rev 210915)
+++ trunk/Tools/ChangeLog	2017-01-19 08:04:55 UTC (rev 210916)
@@ -1,3 +1,12 @@
+2017-01-19  Timothy Hatcher  <timo...@hatcher.name>
+
+        Remove my old email address from contributors.json and watchlist.
+
+        * Scripts/validate-committer-lists:
+        (CommitterListFromGit): Change the mapping to the correct email.
+        * Scripts/webkitpy/common/config/contributors.json:
+        * Scripts/webkitpy/common/config/watchlist:
+
 2017-01-18  Ryan Haddad  <ryanhad...@apple.com>
 
         Unreviewed, rolling out r210848.

Modified: trunk/Tools/Scripts/validate-committer-lists (210915 => 210916)


--- trunk/Tools/Scripts/validate-committer-lists	2017-01-19 07:45:30 UTC (rev 210915)
+++ trunk/Tools/Scripts/validate-committer-lists	2017-01-19 08:04:55 UTC (rev 210916)
@@ -148,7 +148,7 @@
         'rjw' : 'r...@apple.com',
         'seangies' : 'seang...@apple.com', # Sean Gies?, only 5 commits: r16600, r16592, r16511, r16489, r16484
         'sheridan' : 'sheri...@apple.com', # Shelly Sheridan
-        'thatcher' : 'timo...@apple.com',
+        'thatcher' : 'timo...@hatcher.name',
         'tomernic' : 't...@apple.com',
         'trey' : 't...@usa.net',
         'tristan' : 'tris...@apple.com',

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


--- trunk/Tools/Scripts/webkitpy/common/config/contributors.json	2017-01-19 07:45:30 UTC (rev 210915)
+++ trunk/Tools/Scripts/webkitpy/common/config/contributors.json	2017-01-19 08:04:55 UTC (rev 210916)
@@ -5261,8 +5261,8 @@
          "Tim Hatcher"
       ],
       "emails" : [
-         "timo...@apple.com",
-         "timo...@hatcher.name"
+         "timo...@hatcher.name",
+         "thatc...@tesla.com"
       ],
       "expertise" : "WebKit API (Mac), WebKit Web Site, Developer Tools (Web Inspector, _javascript_ Debugger)",
       "nicks" : [

Modified: trunk/Tools/Scripts/webkitpy/common/config/watchlist (210915 => 210916)


--- trunk/Tools/Scripts/webkitpy/common/config/watchlist	2017-01-19 07:45:30 UTC (rev 210915)
+++ trunk/Tools/Scripts/webkitpy/common/config/watchlist	2017-01-19 08:04:55 UTC (rev 210916)
@@ -10,9 +10,6 @@
 #
 {
     "DEFINITIONS": {
-        "AppleMacPublicApi": {
-            "filename": r"Source/WebCore/bindings/objc/PublicDOMInterfaces.h"
-        },
         "Forms": {
             "filename": r"Source/WebCore/html/HTML(DataList|FieldSet|Input|Keygen|Label|Legend|OptGroup|Option|Output|Select|TextArea)Element\."
                         r"|Source/WebCore/html/.*Form[A-Z].*\."
@@ -353,7 +350,6 @@
         "Accessibility": [ "cfleiz...@apple.com", "dmazz...@google.com", "apinhe...@igalia.com", "jdi...@igalia.com", "aboxh...@chromium.org", "ma...@webkit.org", "samuel_wh...@apple.com", "jcr...@apple.com" ],
         "Animation" : [ "simon.fra...@apple.com", "d...@apple.com", "dstockw...@chromium.org" ],
         "MotionMark" : [ "sabouhall...@apple.com" ],
-        "AppleMacPublicApi": [ "timo...@apple.com" ],
         "BindingsScripts": [ "cdu...@apple.com" ],
         "CMake": [ "rak...@webkit.org", "gyuyoung....@webkit.org", "ryuan.c...@gmail.com", "sergio.corr...@openbossa.org", "mcatanz...@igalia.com" ],
         "CoordinatedGraphics" : [ "n...@webkit.org", "z...@webkit.org", "cmarc...@webkit.org", "l...@webkit.org", "ryuan.c...@gmail.com", "sergio.corr...@openbossa.org", "gyuyoung....@webkit.org" ],
@@ -405,7 +401,7 @@
         "WTF": [ "benja...@webkit.org", "cmarc...@webkit.org", "cdu...@apple.com", "dba...@webkit.org" ],
         "WebGL": [ "d...@apple.com", "kondapallykal...@gmail.com", "grao...@webkit.org" ],
         "WebIDL": [ "esprehn+aut...@chromium.org", "cdu...@apple.com", "kondapallykal...@gmail.com" ],
-        "WebInspectorAPI": [ "timo...@apple.com", "joep...@webkit.org" ],
+        "WebInspectorAPI": [ "joep...@webkit.org" ],
         "WebInspectorGenerator": [ "bb...@apple.com", "joep...@webkit.org" ],
         "WebInspectorUIImages": [ "ago...@igalia.com" ],
         "WebReplayGenerator": [ "bb...@apple.com" ],
@@ -417,10 +413,6 @@
         "webkitpy": [ "gl...@skynav.com" ],
     },
     "MESSAGE_RULES": {
-        "AppleMacPublicApi": [ "Please wait for approval from timo...@apple.com (or another member "
-                               "of the Apple Safari Team) before submitting "
-                               "because this patch contains changes to the Apple Mac "
-                               "WebKit.framework public API.", ],
         "GtkWebKit2PublicAPI": [ "Thanks for the patch. If this patch contains new public API "
                                  "please make sure it follows the guidelines for new WebKit2 GTK+ API. "
                                  "See http://trac.webkit.org/wiki/WebKitGTK/AddingNewWebKit2API", ],
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to