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 <[email protected]>
+
+ 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 <[email protected]>
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' : '[email protected]',
'seangies' : '[email protected]', # Sean Gies?, only 5 commits: r16600, r16592, r16511, r16489, r16484
'sheridan' : '[email protected]', # Shelly Sheridan
- 'thatcher' : '[email protected]',
+ 'thatcher' : '[email protected]',
'tomernic' : '[email protected]',
'trey' : '[email protected]',
'tristan' : '[email protected]',
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" : [
- "[email protected]",
- "[email protected]"
+ "[email protected]",
+ "[email protected]"
],
"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": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]" ],
"Animation" : [ "[email protected]", "[email protected]", "[email protected]" ],
"MotionMark" : [ "[email protected]" ],
- "AppleMacPublicApi": [ "[email protected]" ],
"BindingsScripts": [ "[email protected]" ],
"CMake": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]" ],
"CoordinatedGraphics" : [ "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]" ],
@@ -405,7 +401,7 @@
"WTF": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]" ],
"WebGL": [ "[email protected]", "[email protected]", "[email protected]" ],
"WebIDL": [ "[email protected]", "[email protected]", "[email protected]" ],
- "WebInspectorAPI": [ "[email protected]", "[email protected]" ],
+ "WebInspectorAPI": [ "[email protected]" ],
"WebInspectorGenerator": [ "[email protected]", "[email protected]" ],
"WebInspectorUIImages": [ "[email protected]" ],
"WebReplayGenerator": [ "[email protected]" ],
@@ -417,10 +413,6 @@
"webkitpy": [ "[email protected]" ],
},
"MESSAGE_RULES": {
- "AppleMacPublicApi": [ "Please wait for approval from [email protected] (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", ],