RESOLVED FIXED 65550
Web Inspector: Network error messages in console should link to the respective request in network panel if there is one.
https://bugs.webkit.org/show_bug.cgi?id=65550
Summary Web Inspector: Network error messages in console should link to the respectiv...
Vsevolod Vlasov
Reported 2011-08-02 10:28:36 PDT
Network error messages in console should link to the respective request in network panel if there is one.
Attachments
Patch (10.64 KB, patch)
2011-08-31 07:28 PDT, Vsevolod Vlasov
no flags
Patch (12.85 KB, patch)
2011-08-31 10:37 PDT, Vsevolod Vlasov
yurys: review+
Vsevolod Vlasov
Comment 1 2011-08-31 07:28:14 PDT
Vsevolod Vlasov
Comment 2 2011-08-31 10:37:47 PDT
Created attachment 105788 [details] Patch It would be better to highlight the resource, not select it
Yury Semikhatsky
Comment 3 2011-09-01 00:46:02 PDT
Comment on attachment 105788 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=105788&action=review > Source/WebCore/inspector/front-end/NetworkPanel.js:1251 > + this._removeAllNodeHighlights(); This call is unnecessary since revealAndHighlightResource already does it.
Vsevolod Vlasov
Comment 4 2011-09-01 05:15:25 PDT
Note You need to log in before you can comment on or make changes to this bug.