Title: [97710] trunk/Tools
Revision
97710
Author
[email protected]
Date
2011-10-17 20:41:15 -0700 (Mon, 17 Oct 2011)

Log Message

Add myself to watchlists, and add a watch
for Source/WebCore/loader/.
https://bugs.webkit.org/show_bug.cgi?id=70263

Reviewed by David Levin.

* Scripts/webkitpy/common/config/watchlist:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (97709 => 97710)


--- trunk/Tools/ChangeLog	2011-10-18 03:26:02 UTC (rev 97709)
+++ trunk/Tools/ChangeLog	2011-10-18 03:41:15 UTC (rev 97710)
@@ -1,3 +1,13 @@
+2011-10-17  Nate Chapin  <[email protected]>
+
+        Add myself to watchlists, and add a watch
+        for Source/WebCore/loader/.
+        https://bugs.webkit.org/show_bug.cgi?id=70263
+
+        Reviewed by David Levin.
+
+        * Scripts/webkitpy/common/config/watchlist:
+
 2011-10-17  Raphael Kubo da Costa  <[email protected]>
 
         [EFL] DRT: Make non-recognized keys work in events as well.

Modified: trunk/Tools/Scripts/webkitpy/common/config/watchlist (97709 => 97710)


--- trunk/Tools/Scripts/webkitpy/common/config/watchlist	2011-10-18 03:26:02 UTC (rev 97709)
+++ trunk/Tools/Scripts/webkitpy/common/config/watchlist	2011-10-18 03:41:15 UTC (rev 97710)
@@ -45,6 +45,9 @@
         "FrameLoader": {
             "more": r"FrameLoader\.(cpp|h)",
         },
+        "Loader": {
+            "filename": r"Source/WebCore/loader/.*",
+        },
         "StyleChecker": {
             "filename": r"Tools/Scripts/webkitpy/style/.*",
         },
@@ -58,7 +61,10 @@
         "StyleChecker": [ "[email protected]", ],
         "ThreadingFiles|ThreadingUsage": [ "[email protected]", ],
         "WatchListScript": [ "[email protected]", ],
-        "webkitpy|TestFailures|SecurityCritical|V8Bindings|BindingsScripts|FrameLoader": [ "[email protected]" ],
+        "V8Bindings|BindingsScripts": [ "[email protected]", "[email protected]" ],
+        "FrameLoader": [ "[email protected]", "[email protected]" ],
+        "Loader": [ "[email protected]" ],
+        "webkitpy|TestFailures|SecurityCritical": [ "[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