Title: [108824] trunk/Tools
Revision
108824
Author
[email protected]
Date
2012-02-24 11:06:29 -0800 (Fri, 24 Feb 2012)

Log Message

Create a watchlist for ScrollingCoordinator changes
https://bugs.webkit.org/show_bug.cgi?id=79511

Reviewed by Anders Carlsson.

* Scripts/webkitpy/common/config/watchlist:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (108823 => 108824)


--- trunk/Tools/ChangeLog	2012-02-24 19:00:17 UTC (rev 108823)
+++ trunk/Tools/ChangeLog	2012-02-24 19:06:29 UTC (rev 108824)
@@ -1,3 +1,12 @@
+2012-02-24  James Robinson  <[email protected]>
+
+        Create a watchlist for ScrollingCoordinator changes
+        https://bugs.webkit.org/show_bug.cgi?id=79511
+
+        Reviewed by Anders Carlsson.
+
+        * Scripts/webkitpy/common/config/watchlist:
+
 2012-02-24  Grzegorz Czajkowski  <[email protected]>
 
         [EFL][DRT] Implement setValueForUser and setAutofilled.

Modified: trunk/Tools/Scripts/webkitpy/common/config/watchlist (108823 => 108824)


--- trunk/Tools/Scripts/webkitpy/common/config/watchlist	2012-02-24 19:00:17 UTC (rev 108823)
+++ trunk/Tools/Scripts/webkitpy/common/config/watchlist	2012-02-24 19:06:29 UTC (rev 108824)
@@ -133,6 +133,9 @@
         "SoupNetwork": {
             "filename": r"Source/WebCore/platform/network/soup/",
         },
+        "ScrollingCoordinator": {
+            "filename": r"Source/WebCore/page/scrolling/",
+        }
     },
     "CC_RULES": {
         # Note: All email addresses listed must be registered with bugzilla.
@@ -162,6 +165,7 @@
         "EFL": [ "[email protected]", ],
         "CMake": [ "[email protected]", ],
         "SoupNetwork": [ "[email protected]", ],
+        "ScrollingCoordinator": [ "[email protected]", "[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