Title: [148152] trunk/Tools
Revision
148152
Author
[email protected]
Date
2013-04-10 16:53:42 -0700 (Wed, 10 Apr 2013)

Log Message

Remove abarth from watchlists
https://bugs.webkit.org/show_bug.cgi?id=114390

Reviewed by Ryosuke Niwa.

I'm trying to cut down on the amount of bugmail I get so that I'll have
more of a chance to notice a piece of bugmail directed at me.

* Scripts/webkitpy/common/config/watchlist:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (148151 => 148152)


--- trunk/Tools/ChangeLog	2013-04-10 23:44:07 UTC (rev 148151)
+++ trunk/Tools/ChangeLog	2013-04-10 23:53:42 UTC (rev 148152)
@@ -1,3 +1,15 @@
+2013-04-10  Adam Barth  <[email protected]>
+
+        Remove abarth from watchlists
+        https://bugs.webkit.org/show_bug.cgi?id=114390
+
+        Reviewed by Ryosuke Niwa.
+
+        I'm trying to cut down on the amount of bugmail I get so that I'll have
+        more of a chance to notice a piece of bugmail directed at me.
+
+        * Scripts/webkitpy/common/config/watchlist:
+
 2013-04-10  Ryosuke Niwa  <[email protected]>
 
         webkit-test-results.appspot.com loads the dashboard for Chromium by default

Modified: trunk/Tools/Scripts/webkitpy/common/config/watchlist (148151 => 148152)


--- trunk/Tools/Scripts/webkitpy/common/config/watchlist	2013-04-10 23:44:07 UTC (rev 148151)
+++ trunk/Tools/Scripts/webkitpy/common/config/watchlist	2013-04-10 23:53:42 UTC (rev 148152)
@@ -52,11 +52,6 @@
         "TestFailures": {
             "filename": r"Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/",
         },
-        "SecurityCritical": {
-            "more": r"[Ss]ecurityOrigin(?!\.(h|cpp))",
-            "less": r"[Ss]ecurityOrigin(?!\.(h|cpp))",
-            "filename": r"XSS|[Ss]ecurity",
-        },
         "XSS": {
             "filename": r".*XSS",
         },
@@ -354,7 +349,7 @@
         "Editing": [ "[email protected]" ],
         "Filters": [ "[email protected]" ],
         "Forms": [ "[email protected]", "[email protected]" ],
-        "FrameLoader": [ "[email protected]", "[email protected]" ],
+        "FrameLoader": [ "[email protected]" ],
         "Geolocation": [ "[email protected]" ],
         "GraphicsLayer": [ "[email protected]" ],
         "GStreamerGraphics": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]" ],
@@ -381,22 +376,21 @@
         "SVG": ["[email protected]", "[email protected]", "[email protected]", "[email protected]" ],
         "SVNScripts": [ "[email protected]" ],
         "ScrollingCoordinator": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]" ],
-        "SecurityCritical": [ "[email protected]" ],
         "SkiaGraphics": [ "[email protected]", "[email protected]" ],
         "Selectors": [ "[email protected]" ],
         "SoupNetwork": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]" ],
-        "TestFailures": [ "[email protected]", "[email protected]" ],
+        "TestFailures": [ "[email protected]" ],
         "TextureMapper" : [ "[email protected]", "[email protected]", "[email protected]" ],
         "TouchAdjustment" : [ "[email protected]" ],
         "WTF": [ "[email protected]", "[email protected]", "[email protected]" ],
         "WebGL": [ "[email protected]" ],
-        "WebIDL": [ "[email protected]", "[email protected]", "[email protected]" ],
+        "WebIDL": [ "[email protected]", "[email protected]" ],
         "WebInspectorAPI": [ "[email protected]", "[email protected]", "[email protected]" ],
         "WebKitGTKTranslations": [ "[email protected]", "[email protected]" ],
         "WebSocket": [ "[email protected]", "[email protected]" ],
         "XSS": [ "[email protected]", "[email protected]" ],
         "webkitperl": [ "[email protected]" ],
-        "webkitpy": [ "[email protected]", "[email protected]", "[email protected]" ],
+        "webkitpy": [ "[email protected]", "[email protected]" ],
     },
     "MESSAGE_RULES": {
         "AppleMacPublicApi": [ "Please wait for approval from [email protected] (or another member "
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to