Title: [96863] trunk/Tools
Revision
96863
Author
le...@chromium.org
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  <le...@chromium.org>
+
+        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  <k...@profusion.mobi>
 
         [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": [ "jam...@chromium.org", ],
         "ChromiumPublicApi": [ "fi...@chromium.org", ],
+        "StyleChecker": [ "le...@chromium.org", ],
         "ThreadingFiles|ThreadingUsage": [ "levin+thread...@chromium.org", ],
         "WatchListScript": [ "levin+watchl...@chromium.org", ],
         "webkitpy|TestFailures|SecurityCritical|V8Bindings|BindingsScripts|FrameLoader": [ "aba...@webkit.org" ],
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to