Changeset 237422 in webkit


Ignore:
Timestamp:
Oct 25, 2018 12:51:42 PM (5 years ago)
Author:
commit-queue@webkit.org
Message:

Web Inspector: Add a watchlist message rule to warn about feature checking new inspector protocol changes
https://bugs.webkit.org/show_bug.cgi?id=190896

Patch by Joseph Pecoraro <Joseph Pecoraro> on 2018-10-25
Reviewed by Matt Baker.

  • Scripts/webkitpy/common/config/watchlist:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r237419 r237422  
     12018-10-25  Joseph Pecoraro  <pecoraro@apple.com>
     2
     3        Web Inspector: Add a watchlist message rule to warn about feature checking new inspector protocol changes
     4        https://bugs.webkit.org/show_bug.cgi?id=190896
     5
     6        Reviewed by Matt Baker.
     7
     8        * Scripts/webkitpy/common/config/watchlist:
     9
    1102018-10-25  Geoffrey Garen  <ggaren@apple.com>
    211
  • trunk/Tools/Scripts/webkitpy/common/config/watchlist

    r236244 r237422  
    192192                        r"|Tools/Scripts/webkitpy/inspector",
    193193        },
     194        "WebInspectorProtocol": {
     195            "filename": r"Source/JavaScriptCore/inspector/protocol/",
     196        },
    194197        "WebInspectorRecording": {
    195             "filename": r"Source/JavaScriptCore/inspector/Protocol/Recording\.json"
     198            "filename": r"Source/JavaScriptCore/inspector/protocol/Recording\.json"
    196199                        r"|Source/WebCore/bindings/js/CallTracer.*"
    197200                        r"|Source/WebCore/inspector/Recording.*"
     
    440443        "ANGLE": [ "Note that there are important steps to take when updating ANGLE. "
    441444                   "See http://trac.webkit.org/wiki/UpdatingANGLE", ],
     445        "WebInspectorProtocol": [ "This patch modifies the inspector protocol. Please ensure that any frontend changes appropriately use feature checks for new protocol features." ],
    442446        "WebInspectorGenerator": [ "This patch modifies the inspector protocol generator. Please ensure that you have rebaselined any generator test results (i.e., by running `Tools/Scripts/run-inspector-generator-tests --reset-results`)" ],
    443447        "JSBuiltinsGenerator": [ "This patch modifies the JS builtins code generator. Please ensure that you have rebaselined any generator test results (i.e., by running `Tools/Scripts/run-builtins-generator-tests --reset-results`)" ],
Note: See TracChangeset for help on using the changeset viewer.