Title: [128480] trunk/Tools
Revision
128480
Author
[email protected]
Date
2012-09-13 10:50:03 -0700 (Thu, 13 Sep 2012)

Log Message

Add an SVG entry to the watchlist

Unreviewed config change.

* Scripts/webkitpy/common/config/watchlist:
- Created a new SVG watchlist label covering WebCore/svg and WebCore/rendering/svg
- Added myself and pdr as watchers

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (128479 => 128480)


--- trunk/Tools/ChangeLog	2012-09-13 17:29:20 UTC (rev 128479)
+++ trunk/Tools/ChangeLog	2012-09-13 17:50:03 UTC (rev 128480)
@@ -1,3 +1,13 @@
+2012-09-13  Stephen Chenney  <[email protected]>
+
+        Add an SVG entry to the watchlist
+
+        Unreviewed config change.
+
+        * Scripts/webkitpy/common/config/watchlist:
+        - Created a new SVG watchlist label covering WebCore/svg and WebCore/rendering/svg
+        - Added myself and pdr as watchers
+
 2012-09-13  Simon Hausmann  <[email protected]>
 
         [Qt] Make WebKit2 work on Windows with Qt 5

Modified: trunk/Tools/Scripts/webkitpy/common/config/watchlist (128479 => 128480)


--- trunk/Tools/Scripts/webkitpy/common/config/watchlist	2012-09-13 17:29:20 UTC (rev 128479)
+++ trunk/Tools/Scripts/webkitpy/common/config/watchlist	2012-09-13 17:50:03 UTC (rev 128480)
@@ -232,6 +232,10 @@
                         r"|Source/WebCore/svg/graphics/filters"
                         r"|Source/WebCore/svg/graphics/.*Filter.*",
         },
+        "SVG": {
+            "filename": r"Source/WebCore/svg"
+                        r"|Source/WebCore/rendering/svg",
+        },
     },
     "CC_RULES": {
         # Note: All email addresses listed must be registered with bugzilla.
@@ -269,6 +273,7 @@
         "SecurityCritical": [ "[email protected]" ],
         "SoupNetwork": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]" ],
         "StyleChecker": [ "[email protected]", ],
+        "SVG": ["[email protected]", "[email protected]", "[email protected]" ],
         "TestFailures": [ "[email protected]", "[email protected]" ],
         "TextureMapper" : [ "[email protected]" ],
         "ThreadingFiles|ThreadingUsage": [ "[email protected]", ],
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to