Changeset 152903 in webkit


Ignore:
Timestamp:
Jul 19, 2013 10:33:28 AM (11 years ago)
Author:
Martin Robinson
Message:

Add a couple people to the MathML watchlist
https://bugs.webkit.org/show_bug.cgi?id=118909

Reviewed by Andreas Kling.

Add a couple people to the MathML watchlist and add Kalyan's other
email address to fix style checker warnings about the watchlist
contents.

  • Scripts/webkitpy/common/config/contributors.json: Add Frédéric to the

list of contributors and add Kalyan's second email address.

  • Scripts/webkitpy/common/config/watchlist: Add myself and Frédéric to the MathML

watchlist.

Location:
trunk/Tools
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r152897 r152903  
     12013-07-19  Martin Robinson  <mrobinson@igalia.com>
     2
     3        Add a couple people to the MathML watchlist
     4        https://bugs.webkit.org/show_bug.cgi?id=118909
     5
     6        Reviewed by Andreas Kling.
     7
     8        Add a couple people to the MathML watchlist and add Kalyan's other
     9        email address to fix style checker warnings about the watchlist
     10        contents.
     11
     12        * Scripts/webkitpy/common/config/contributors.json: Add Frédéric to the
     13        list of contributors and add Kalyan's second email address.
     14        * Scripts/webkitpy/common/config/watchlist: Add myself and Frédéric to the MathML
     15        watchlist.
     16
    1172013-07-19  Simon Pena  <simon.pena@samsung.com>
    218
  • trunk/Tools/Scripts/webkitpy/common/config/contributors.json

    r152700 r152903  
    12681268      "Kalyan Kondapally" : {
    12691269         "emails" : [
    1270             "kalyan.kondapally@intel.com"
     1270            "kalyan.kondapally@intel.com",
     1271            "kondapallykalyan@gmail.com"
    12711272         ],
    12721273         "nicks" : [
     
    25942595         "nicks" : [
    25952596            "Felician"
     2597         ]
     2598      },
     2599      "Frédéric Wang" : {
     2600         "emails" : [
     2601            "fred.wang@free.fr"
     2602         ],
     2603         "nicks" : [
     2604            "fredw"
    25962605         ]
    25972606      },
  • trunk/Tools/Scripts/webkitpy/common/config/watchlist

    r152334 r152903  
    361361        "IndexedDB": [ "alecflett@chromium.org", "jsbell@chromium.org" ],
    362362        "Loader": [ "japhet@chromium.org" ],
    363         "MathML": [ "dbarton@mathscribe.com" ],
     363        "MathML": [ "dbarton@mathscribe.com", "mrobinson@webkit.org", "fred.wang@free.fr" ],
    364364        "Media": [ "eric.carlson@apple.com", "jer.noble@apple.com", "glenn@skynav.com" ],
    365365        "MediaStream": [ "tommyw@google.com", "hta@google.com" ],
Note: See TracChangeset for help on using the changeset viewer.