Bug 65550

Summary: Web Inspector: Network error messages in console should link to the respective request in network panel if there is one.
Product: WebKit Reporter: Vsevolod Vlasov <vsevik>
Component: Web Inspector (Deprecated)Assignee: Vsevolod Vlasov <vsevik>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, paulirish, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch
none
Patch yurys: review+

Description Vsevolod Vlasov 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.
Comment 1 Vsevolod Vlasov 2011-08-31 07:28:14 PDT
Created attachment 105774 [details]
Patch
Comment 2 Vsevolod Vlasov 2011-08-31 10:37:47 PDT
Created attachment 105788 [details]
Patch

It would be better to highlight the resource, not select it
Comment 3 Yury Semikhatsky 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.
Comment 4 Vsevolod Vlasov 2011-09-01 05:15:25 PDT
Committed r94287: <http://trac.webkit.org/changeset/94287>