Title: [96863] trunk/Tools
Revision
96863
Author
[email protected]
Date
2011-10-06 14:58:12 -0700 (Thu, 06 Oct 2011)

Log Message

Add a style checker watchlist definition and add myself to it.
https://bugs.webkit.org/show_bug.cgi?id=69564

Reviewed by Daniel Bates.

* Scripts/webkitpy/common/config/watchlist:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (96862 => 96863)


--- trunk/Tools/ChangeLog	2011-10-06 21:56:29 UTC (rev 96862)
+++ trunk/Tools/ChangeLog	2011-10-06 21:58:12 UTC (rev 96863)
@@ -1,3 +1,12 @@
+2011-10-06  David Levin  <[email protected]>
+
+        Add a style checker watchlist definition and add myself to it.
+        https://bugs.webkit.org/show_bug.cgi?id=69564
+
+        Reviewed by Daniel Bates.
+
+        * Scripts/webkitpy/common/config/watchlist:
+
 2011-10-06  Raphael Kubo da Costa  <[email protected]>
 
         [EFL] DRT: Create icon database path in LayoutTestController::setIconDatabaseEnabled.

Modified: trunk/Tools/Scripts/webkitpy/common/config/watchlist (96862 => 96863)


--- trunk/Tools/Scripts/webkitpy/common/config/watchlist	2011-10-06 21:56:29 UTC (rev 96862)
+++ trunk/Tools/Scripts/webkitpy/common/config/watchlist	2011-10-06 21:58:12 UTC (rev 96863)
@@ -45,6 +45,9 @@
         "FrameLoader": {
             "more": r"FrameLoader\.(cpp|h)",
         },
+        "StyleChecker": {
+            "filename": r"Tools/Scripts/webkitpy/style/.*",
+        },
     },
     "CC_RULES": {
         # Note: All email addresses listed must be registered with bugzilla.
@@ -52,6 +55,7 @@
         # two different accounts as far as bugzilla is concerned.
         "ChromiumGraphics": [ "[email protected]", ],
         "ChromiumPublicApi": [ "[email protected]", ],
+        "StyleChecker": [ "[email protected]", ],
         "ThreadingFiles|ThreadingUsage": [ "[email protected]", ],
         "WatchListScript": [ "[email protected]", ],
         "webkitpy|TestFailures|SecurityCritical|V8Bindings|BindingsScripts|FrameLoader": [ "[email protected]" ],
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to