Modified: trunk/Tools/ChangeLog (270267 => 270268)
--- trunk/Tools/ChangeLog 2020-11-30 22:25:09 UTC (rev 270267)
+++ trunk/Tools/ChangeLog 2020-11-30 23:05:05 UTC (rev 270268)
@@ -1,3 +1,14 @@
+2020-11-30 Jonathan Bedard <[email protected]>
+
+ [git transition] Add old aliases to contributors.json
+ https://bugs.webkit.org/show_bug.cgi?id=219367
+ <rdar://problem/71821209>
+
+ Reviewed by Dewei Zhu.
+
+ * Scripts/webkitpy/common/config/contributors.json: Add old aliases for Ken Kocienda and
+ Maciej Stachowiak.
+
2020-11-30 Aakash Jain <[email protected]>
[build.webkit.org] Move old buildbot unittests to steps_unittest_old.py (follow-up fix)
Modified: trunk/Tools/Scripts/webkitpy/common/config/contributors.json (270267 => 270268)
--- trunk/Tools/Scripts/webkitpy/common/config/contributors.json 2020-11-30 22:25:09 UTC (rev 270267)
+++ trunk/Tools/Scripts/webkitpy/common/config/contributors.json 2020-11-30 23:05:05 UTC (rev 270268)
@@ -3355,6 +3355,9 @@
"Ken Kocienda" : {
"emails" : [
"[email protected]"
+ ],
+ "nicks" : [
+ "kocienda"
]
},
"Kenichi Ishibashi" : {
@@ -3770,7 +3773,8 @@
],
"expertise" : "_javascript_/ECMAScript, Performance, Security, Basic types and data structures, FastMalloc, DOM Bindings for _javascript_, Core DOM, HTML DOM, _javascript_ DOM Bindings, WebKit API (Mac, Win), HTML Editing, Networking, Tools, New Features / Standards Support, General (probably a good backup on most topics even if not specifically an expert)",
"nicks" : [
- "othermaciej"
+ "othermaciej",
+ "mjs"
],
"status" : "reviewer"
},