Title: [98206] trunk/Tools
Revision
98206
Author
[email protected]
Date
2011-10-23 17:37:05 -0700 (Sun, 23 Oct 2011)

Log Message

Add watchlist for WebCore/css and put myself on it.
https://bugs.webkit.org/show_bug.cgi?id=70701

Reviewed by Adam Barth.

* Scripts/webkitpy/common/config/watchlist:
Add watchlist for WebCore/css and put myself on it.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (98205 => 98206)


--- trunk/Tools/ChangeLog	2011-10-24 00:21:52 UTC (rev 98205)
+++ trunk/Tools/ChangeLog	2011-10-24 00:37:05 UTC (rev 98206)
@@ -1,3 +1,13 @@
+2011-10-23  Luke Macpherson   <[email protected]>
+
+        Add watchlist for WebCore/css and put myself on it.
+        https://bugs.webkit.org/show_bug.cgi?id=70701
+
+        Reviewed by Adam Barth.
+
+        * Scripts/webkitpy/common/config/watchlist:
+        Add watchlist for WebCore/css and put myself on it.
+
 2011-10-23  Kaustubh Atrawalkar  <[email protected]>
 
         [GTK] Implement KeyDown function for WebKit2 EventSender.

Modified: trunk/Tools/Scripts/webkitpy/common/config/watchlist (98205 => 98206)


--- trunk/Tools/Scripts/webkitpy/common/config/watchlist	2011-10-24 00:21:52 UTC (rev 98205)
+++ trunk/Tools/Scripts/webkitpy/common/config/watchlist	2011-10-24 00:37:05 UTC (rev 98206)
@@ -81,6 +81,9 @@
         "GtkWebKit2PublicAPI": {
             "filename": r"Source/WebKit2/UIProcess/API/gtk/",
         },
+        "CSS": {
+            "filename": r"Source/WebCore/css/",
+        },
     },
     "CC_RULES": {
         # Note: All email addresses listed must be registered with bugzilla.
@@ -102,6 +105,7 @@
         "webkitpy": [ "[email protected]", "[email protected]" ],
         "TestFailures": [ "[email protected]", "[email protected]" ],
         "GtkWebKit2PublicAPI": [ "[email protected]", ],
+        "CSS": [ "[email protected]", ],
     },
     "MESSAGE_RULES": {
         "ChromiumPublicApi": [ "Please wait for approval from [email protected] before submitting "
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to