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]" ],