forked from WebKit/WebKit-http
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
https://bugs.webkit.org/show_bug.cgi?id=162944 Patch by Megan Gardner <[email protected]> on 2016-10-04 Reviewed by Tim Horton. Add Megan to the contributor's lists so that her e-mail autocompletes for CC * Scripts/webkitpy/common/config/contributors.json: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@206793 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
9ced81e
commit 852b413
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
2016-10-04 Megan Gardner <[email protected]> | ||
|
||
Add Megan to contributor's list | ||
https://bugs.webkit.org/show_bug.cgi?id=162944 | ||
|
||
Reviewed by Tim Horton. | ||
|
||
Add Megan to the contributor's lists so that her e-mail autocompletes for CC | ||
|
||
* Scripts/webkitpy/common/config/contributors.json: | ||
|
||
2016-10-04 Alex Christensen <[email protected]> | ||
|
||
Add tests verifying non-special URL hosts are parsed according to spec | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3497,6 +3497,14 @@ | |
"hmartin" | ||
] | ||
}, | ||
"Megan Gardner" : { | ||
"emails" : [ | ||
"[email protected]" | ||
], | ||
"nicks" : [ | ||
"GameMaker" | ||
] | ||
}, | ||
"Mihai Balan" : { | ||
"emails" : [ | ||
"[email protected]" | ||
|