RESOLVED FIXED86601
Web Inspector: get rid of UISourceCodeListChanged event.
https://bugs.webkit.org/show_bug.cgi?id=86601
Summary Web Inspector: get rid of UISourceCodeListChanged event.
Pavel Feldman
Reported 2012-05-16 02:34:59 PDT
There was unnecessary conversion between this event and UISourceCodeAdded/Removed/Replaced.
Attachments
Patch (30.29 KB, patch)
2012-05-16 04:33 PDT, Pavel Feldman
vsevik: review+
Pavel Feldman
Comment 1 2012-05-16 04:33:52 PDT
Vsevolod Vlasov
Comment 2 2012-05-16 05:20:17 PDT
Comment on attachment 142220 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=142220&action=review > Source/WebCore/inspector/front-end/NavigatorView.js:-147 > - if (!added) This two lines are still needed here. > Source/WebCore/inspector/front-end/ResourceScriptMapping.js:167 > + var scriptIds = []; Please remove this unused array here and in the method above. > LayoutTests/inspector/debugger/scripts-panel-expected.txt:33 > + source.js A script in Content scripts tab looks weird.
Pavel Feldman
Comment 3 2012-05-16 05:21:45 PDT
Note You need to log in before you can comment on or make changes to this bug.