⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 278688 in webkit


Ignore:
Timestamp:
Jun 9, 2021, 8:10:59 PM (5 years ago)
Author:
Chris Gambrell
Message:

Add personal email to Tools/Scripts/webkitpy/common/config/contributors.json
https://bugs.webkit.org/show_bug.cgi?id=226845
<rdar://problem/79095492>

Reviewed by Jonathan Bedard.

  • Scripts/webkitpy/common/config/contributors.json:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r278674 r278688  
     12021-06-09  Chris Gambrell  <cgambrell@apple.com>
     2
     3        Add personal email to Tools/Scripts/webkitpy/common/config/contributors.json
     4        https://bugs.webkit.org/show_bug.cgi?id=226845
     5        <rdar://problem/79095492>
     6
     7        Reviewed by Jonathan Bedard.
     8
     9        * Scripts/webkitpy/common/config/contributors.json:
     10
    1112021-06-09  Dewei Zhu  <dewei_zhu@apple.com>
    212
  • trunk/Tools/Scripts/webkitpy/common/config/contributors.json

    r278601 r278688  
    12581258   "Chris Gambrell" : {
    12591259      "emails" : [
     1260         "christopher@gambrell.info",
    12601261         "cgambrell@apple.com"
    12611262      ],
Note: See TracChangeset for help on using the changeset viewer.