RESOLVED FIXED 88710
Web Inspector: Open links in Sources panel by default and fallback to Resources and Network panel otherwise.
https://bugs.webkit.org/show_bug.cgi?id=88710
Summary Web Inspector: Open links in Sources panel by default and fallback to Resourc...
Vsevolod Vlasov
Reported 2012-06-09 07:40:58 PDT
Patch to follow.
Attachments
Patch (2.51 KB, patch)
2012-06-09 08:25 PDT, Vsevolod Vlasov
pfeldman: review+
Vsevolod Vlasov
Comment 1 2012-06-09 08:25:00 PDT
Vsevolod Vlasov
Comment 2 2012-06-09 08:34:43 PDT
*** Bug 88025 has been marked as a duplicate of this bug. ***
Pavel Feldman
Comment 3 2012-06-09 09:40:14 PDT
Comment on attachment 146704 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=146704&action=review > Source/WebCore/inspector/front-end/inspector.js:974 > + preferredPanels.push(this.panels["scripts"]); this.panels.scripts > Source/WebCore/inspector/front-end/inspector.js:975 > + if (this.panels["resources"]) Nit: we should remove the hiddenPanels altogether and get rid of these checks. > Source/WebCore/inspector/front-end/inspector.js:976 > + preferredPanels.push(this.panels["resources"]); ditto > Source/WebCore/inspector/front-end/inspector.js:978 > + preferredPanels.push(this.panels["network"]); ditto
Vsevolod Vlasov
Comment 4 2012-06-09 09:53:31 PDT
Note You need to log in before you can comment on or make changes to this bug.