Title: [224038] trunk/Tools
Revision
224038
Author
[email protected]
Date
2017-10-26 12:19:03 -0700 (Thu, 26 Oct 2017)

Log Message

Add and update some watchlists
https://bugs.webkit.org/show_bug.cgi?id=178304

Reviewed by Simon Fraser.

* Scripts/webkitpy/common/config/watchlist:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (224037 => 224038)


--- trunk/Tools/ChangeLog	2017-10-26 18:58:29 UTC (rev 224037)
+++ trunk/Tools/ChangeLog	2017-10-26 19:19:03 UTC (rev 224038)
@@ -1,3 +1,12 @@
+2017-10-26  Joseph Pecoraro  <[email protected]>
+
+        Add and update some watchlists
+        https://bugs.webkit.org/show_bug.cgi?id=178304
+
+        Reviewed by Simon Fraser.
+
+        * Scripts/webkitpy/common/config/watchlist:
+
 2017-10-26  Ryan Haddad  <[email protected]>
 
         Unreviewed, rolling out r223984.

Modified: trunk/Tools/Scripts/webkitpy/common/config/watchlist (224037 => 224038)


--- trunk/Tools/Scripts/webkitpy/common/config/watchlist	2017-10-26 18:58:29 UTC (rev 224037)
+++ trunk/Tools/Scripts/webkitpy/common/config/watchlist	2017-10-26 19:19:03 UTC (rev 224038)
@@ -174,11 +174,9 @@
             "filename": r"Source/WebCore/svg"
                         r"|Source/WebCore/rendering/svg",
         },
-        "WebInspectorAPI": {
-            "filename": r"Source/WebCore/inspector/InjectedScriptSource.js"
-                        r"|Source/WebCore/inspector/.+\.json"
-                        r"|Source/WebCore/inspector/.+\.idl"
-                        r"|Source/WebCore/page/Console.idl",
+        "WebInspectorBackend": {
+            "filename": r"Source/_javascript_Core/inspector"
+                        r"|Source/WebCore/inspector",
         },
         "WebInspectorGenerator": {
             "filename": r"Source/_javascript_Core/inspector/scripts/codegen"
@@ -192,6 +190,10 @@
             "filename": r"Source/WebCore/Modules/websockets"
                         r"|Source/WebCore/platform/network/(|.+/)SocketStream.*",
         },
+        "JSBuiltins": {
+            "filename": r"Source/_javascript_Core/builtins/.*\.js"
+                        r"|Source/WebCore/(?!modern-media-controls)(?!mediacontrols).*\.js",
+        },
         "JSBuiltinsGenerator": {
             "filename": r"Source/_javascript_Core/Scripts/builtins"
                         r"|Source/_javascript_Core/Scripts/generate-js-builtins\.py",
@@ -386,9 +388,10 @@
         "WTF": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]" ],
         "WebGL": [ "[email protected]", "[email protected]", "[email protected]" ],
         "WebIDL": [ "[email protected]", "[email protected]", "[email protected]" ],
-        "WebInspectorAPI": [ "[email protected]" ],
+        "WebInspectorBackend": [ "[email protected]" ],
         "WebInspectorGenerator": [ "[email protected]", "[email protected]" ],
         "WebInspectorUIImages": [ "[email protected]" ],
+        "JSBuiltins": [ "[email protected]" ],
         "JSBuiltinsGenerator": [ "[email protected]" ],
         "WebKitGTKTranslations": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]" ],
         "WebSocket": [ "[email protected]", "[email protected]" ],
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to