Modified: trunk/Tools/ChangeLog (127900 => 127901)
--- trunk/Tools/ChangeLog 2012-09-07 18:39:16 UTC (rev 127900)
+++ trunk/Tools/ChangeLog 2012-09-07 18:44:32 UTC (rev 127901)
@@ -1,3 +1,12 @@
+2012-09-07 Dean Jackson <[email protected]>
+
+ Unreviewed changes to watchlist.
+
+ - Add new WebGL and Filters definitions
+ - Add myself to OpenGL bugs
+
+ * Scripts/webkitpy/common/config/watchlist:
+
2012-09-07 Peter Beverloo <[email protected]>
Actually trigger the Android Tester
Modified: trunk/Tools/Scripts/webkitpy/common/config/watchlist (127900 => 127901)
--- trunk/Tools/Scripts/webkitpy/common/config/watchlist 2012-09-07 18:39:16 UTC (rev 127900)
+++ trunk/Tools/Scripts/webkitpy/common/config/watchlist 2012-09-07 18:44:32 UTC (rev 127901)
@@ -215,6 +215,23 @@
"WTF": {
"filename": r"Source/WTF/wtf",
},
+ "WebGL": {
+ "filename": r"Source/WebCore/html/canvas/.*WebGL.*"
+ r"|Source/WebCore/bindings/js/.*WebGL.*"
+ r"|Source/WebCore/platform/graphics/gpu"
+ r"|Source/WebCore/platform/graphics/opengl"
+ r"|Source/WebCore/platform/graphics/ANGLE.*"
+ r"|Source/WebCore/platform/graphics/.*GraphicsContext3D.*"
+ r"|Source/ThirdParty/ANGLE",
+ },
+ "Filters": {
+ "filename": r"Source/WebCore/platform/graphics/filters"
+ r"|Source/WebCore/rendering/.*Filter.*"
+ r"|Source/WebCore/rendering/style/.*Filter.*"
+ r"|Source/WebCore/rendering/svg/.*Filter.*"
+ r"|Source/WebCore/svg/graphics/filters"
+ r"|Source/WebCore/svg/graphics/.*Filter.*",
+ },
},
"CC_RULES": {
# Note: All email addresses listed must be registered with bugzilla.
@@ -232,6 +249,7 @@
"EFLWebKit2PlatformSpecific": [ "[email protected]", "[email protected]" ],
"EFLWebKit2PublicAPI": [ "[email protected]", "[email protected]" ],
"Editing": [ "[email protected]" ],
+ "Filters": [ "[email protected]" ],
"Forms": [ "[email protected]", "[email protected]" ],
"FrameLoader": [ "[email protected]", "[email protected]" ],
"GStreamerGraphics": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]" ],
@@ -240,7 +258,7 @@
"MathML": [ "[email protected]" ],
"Media": [ "[email protected]", "[email protected]" ],
"NetworkInfo": [ "[email protected]" ],
- "OpenGL" : [ "[email protected]" ],
+ "OpenGL" : [ "[email protected]", "[email protected]" ],
"SkiaGraphics": [ "[email protected]" ],
"QtBuildSystem" : [ "[email protected]", "[email protected]" ],
"QtGraphics" : [ "[email protected]" ],
@@ -256,6 +274,7 @@
"ThreadingFiles|ThreadingUsage": [ "[email protected]", ],
"V8Bindings|BindingsScripts": [ "[email protected]", "[email protected]", "[email protected]" ],
"WatchListScript": [ "[email protected]", ],
+ "WebGL": [ "[email protected]" ],
"WebIDL": [ "[email protected]", "[email protected]" ],
"WebKitGTKTranslations": [ "[email protected]", "[email protected]" ],
"webkitpy": [ "[email protected]", "[email protected]", "[email protected]" ],