RESOLVED FIXED 178965
Create watchlist for files related WebInspector Recording
https://bugs.webkit.org/show_bug.cgi?id=178965
Summary Create watchlist for files related WebInspector Recording
Devin Rousso
Reported 2017-10-27 16:48:41 PDT
A few times now, changes have been made to InspectorCanvas that should also be reflected in the frontend, but have not due to a lack of awareness. This should help fix that. :)
Attachments
Patch (1.94 KB, patch)
2017-10-27 16:50 PDT, Devin Rousso
no flags
Patch (2.09 KB, patch)
2017-10-27 17:03 PDT, Devin Rousso
no flags
Patch (2.36 KB, patch)
2017-10-27 17:20 PDT, Devin Rousso
no flags
Patch (2.33 KB, patch)
2017-10-27 18:08 PDT, Devin Rousso
no flags
Devin Rousso
Comment 1 2017-10-27 16:50:05 PDT
Build Bot
Comment 2 2017-10-27 16:53:27 PDT
Attachment 325218 [details] did not pass style-queue: ERROR: Tools/Scripts/webkitpy/common/config/watchlist:0: In section "CC_RULES", the following definitions are not used and should be removed: WebRTC [watchlist/general] [5] Total errors found: 1 in 2 files If any of these errors are false positives, please file a bug against check-webkit-style.
Devin Rousso
Comment 3 2017-10-27 17:03:55 PDT
Build Bot
Comment 4 2017-10-27 17:05:03 PDT
Attachment 325221 [details] did not pass style-queue: ERROR: Tools/Scripts/webkitpy/common/config/watchlist:0: In section "CC_RULES", the following definitions are not used and should be removed: WebRTC [watchlist/general] [5] Total errors found: 1 in 2 files If any of these errors are false positives, please file a bug against check-webkit-style.
Devin Rousso
Comment 5 2017-10-27 17:20:27 PDT
Build Bot
Comment 6 2017-10-27 17:23:28 PDT
Attachment 325223 [details] did not pass style-queue: ERROR: Tools/Scripts/webkitpy/common/config/watchlist:0: In section "CC_RULES", the following definitions are not used and should be removed: WebRTC [watchlist/general] [5] Total errors found: 1 in 2 files If any of these errors are false positives, please file a bug against check-webkit-style.
Joseph Pecoraro
Comment 7 2017-10-27 17:29:13 PDT
Comment on attachment 325223 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=325223&action=review r=me > Tools/Scripts/webkitpy/common/config/watchlist:195 > + r"|Source/WebCore/bindings/js/CallTracer.*" > + r"|Source/WebCore/inspector/Recording.*" > + r"|Source/WebInspectorUI/UserInterface/\w*/Recording.*.js" > + # Canvas > + r"|Source/WebCore/inspector/InspectorCanvas.*" > + r"|Source/WebCore/html/canvas/Canvas.*.idl" > + r"|Source/WebCore/html/canvas/WebGLRenderingContext.idl" > + r"|Source/WebCore/html/canvas/WebGLRenderingContextBase.idl" Nit: I believe we normally put a trailing comma after the last value. Nit: For all the dots that are literal dots (like right before the file extension) you should escape. For example `\.idl` and `\.js`. Nit: I think all of these ending in ".*" are unnecessary, but I do see some existing examples so feel free to keep.
Devin Rousso
Comment 8 2017-10-27 18:08:16 PDT
Build Bot
Comment 9 2017-10-27 18:09:45 PDT
Attachment 325227 [details] did not pass style-queue: ERROR: Tools/Scripts/webkitpy/common/config/watchlist:0: In section "CC_RULES", the following definitions are not used and should be removed: WebRTC [watchlist/general] [5] Total errors found: 1 in 2 files If any of these errors are false positives, please file a bug against check-webkit-style.
WebKit Commit Bot
Comment 10 2017-10-27 18:39:16 PDT
Comment on attachment 325227 [details] Patch Clearing flags on attachment: 325227 Committed r224140: <https://trac.webkit.org/changeset/224140>
WebKit Commit Bot
Comment 11 2017-10-27 18:39:17 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 12 2017-11-15 12:47:57 PST
Note You need to log in before you can comment on or make changes to this bug.