Title: [142344] trunk/Tools
Revision
142344
Author
[email protected]
Date
2013-02-08 19:42:48 -0800 (Fri, 08 Feb 2013)

Log Message

Fix the WebInspectorAPI watch list.

Reviewed by Joseph Pecoraro.

* Scripts/webkitpy/common/config/watchlist: Fix the regrexs.
Added InjectedScriptSource.js and Console.idl.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (142343 => 142344)


--- trunk/Tools/ChangeLog	2013-02-09 03:29:20 UTC (rev 142343)
+++ trunk/Tools/ChangeLog	2013-02-09 03:42:48 UTC (rev 142344)
@@ -1,3 +1,12 @@
+2013-02-07  Timothy Hatcher  <[email protected]>
+
+        Fix the WebInspectorAPI watch list.
+
+        Reviewed by Joseph Pecoraro.
+
+        * Scripts/webkitpy/common/config/watchlist: Fix the regrexs.
+        Added InjectedScriptSource.js and Console.idl.
+
 2013-02-08  Roger Fong  <[email protected]>
 
         DumpRenderTree, ImageDiff and TestNetscapePlugin projects, property sheets and resources for VS2010 solution.

Modified: trunk/Tools/Scripts/webkitpy/common/config/watchlist (142343 => 142344)


--- trunk/Tools/Scripts/webkitpy/common/config/watchlist	2013-02-09 03:29:20 UTC (rev 142343)
+++ trunk/Tools/Scripts/webkitpy/common/config/watchlist	2013-02-09 03:42:48 UTC (rev 142344)
@@ -294,8 +294,10 @@
                         r"|Source/WebCore/rendering/svg",
         },
         "WebInspectorAPI": {
-            "filename": r"Source/WebCore/inspector/*.json"
-                        r"|Source/WebCore/inspector/*.idl",
+            "filename": r"Source/WebCore/inspector/InjectedScriptSource.js"
+                        r"|Source/WebCore/inspector/.+\.json"
+                        r"|Source/WebCore/inspector/.+\.idl"
+                        r"|Source/WebCore/page/Console.idl",
         },
         "WebSocket": {
             "filename": r"Source/WebCore/Modules/websockets"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to