Title: [213512] trunk/Tools
Revision
213512
Author
[email protected]
Date
2017-03-07 05:16:22 -0800 (Tue, 07 Mar 2017)

Log Message

Add pdr to the rendering watchlist
https://bugs.webkit.org/show_bug.cgi?id=167298

Patch by Philip Rogers <[email protected]> on 2017-03-07
Reviewed by Andreas Kling.

* Scripts/webkitpy/common/config/contributors.json: Switch to [email protected]
* Scripts/webkitpy/common/config/watchlist: Add pdr to the rendering watchlist.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (213511 => 213512)


--- trunk/Tools/ChangeLog	2017-03-07 13:05:51 UTC (rev 213511)
+++ trunk/Tools/ChangeLog	2017-03-07 13:16:22 UTC (rev 213512)
@@ -1,3 +1,13 @@
+2017-03-07  Philip Rogers  <[email protected]>
+
+        Add pdr to the rendering watchlist
+        https://bugs.webkit.org/show_bug.cgi?id=167298
+
+        Reviewed by Andreas Kling.
+
+        * Scripts/webkitpy/common/config/contributors.json: Switch to [email protected]
+        * Scripts/webkitpy/common/config/watchlist: Add pdr to the rendering watchlist.
+
 2017-03-07  Mario Sanchez Prada  <[email protected]>
 
         Unreviewed. Removed myself from the Accessibility watch list

Modified: trunk/Tools/Scripts/webkitpy/common/config/contributors.json (213511 => 213512)


--- trunk/Tools/Scripts/webkitpy/common/config/contributors.json	2017-03-07 13:05:51 UTC (rev 213511)
+++ trunk/Tools/Scripts/webkitpy/common/config/contributors.json	2017-03-07 13:16:22 UTC (rev 213512)
@@ -4448,7 +4448,8 @@
    "Philip Rogers" : {
       "emails" : [
          "[email protected]",
-         "[email protected]"
+         "[email protected]",
+         "[email protected]"
       ],
       "expertise" : "SVG (Scalable Vector Graphics)",
       "nicks" : [
@@ -5817,4 +5818,4 @@
       ],
       "status" : "reviewer"
    }
-}
+}
\ No newline at end of file

Modified: trunk/Tools/Scripts/webkitpy/common/config/watchlist (213511 => 213512)


--- trunk/Tools/Scripts/webkitpy/common/config/watchlist	2017-03-07 13:05:51 UTC (rev 213511)
+++ trunk/Tools/Scripts/webkitpy/common/config/watchlist	2017-03-07 13:16:22 UTC (rev 213512)
@@ -401,9 +401,9 @@
         "OpenGL" : [ "[email protected]", "[email protected]", "[email protected]" ],
         "PerformanceTests": [ "[email protected]", "[email protected]" ],
         "RegionsDevelopment|RegionsExpectationsMore|RegionsExpectationsLess|RegionsUsage": [ "[email protected]" ],
-        "Rendering": [ "[email protected]", "[email protected]", "[email protected]" ],
+        "Rendering": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]" ],
         "RenderLayers" : [ "[email protected]", "[email protected]" ],
-        "SVG": ["[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]" ],
+        "SVG": ["[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]" ],
         "SVNScripts": [ "[email protected]" ],
         "ScrollingCoordinator": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]" ],
         "Selectors": [ "[email protected]" ],
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to