Bug 65550 - Web Inspector: Network error messages in console should link to the respective request in network panel if there is one.
Summary: Web Inspector: Network error messages in console should link to the respectiv...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Vsevolod Vlasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-02 10:28 PDT by Vsevolod Vlasov
Modified: 2011-09-01 05:15 PDT (History)
11 users (show)

See Also:


Attachments
Patch (10.64 KB, patch)
2011-08-31 07:28 PDT, Vsevolod Vlasov
no flags Details | Formatted Diff | Diff
Patch (12.85 KB, patch)
2011-08-31 10:37 PDT, Vsevolod Vlasov
yurys: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>