RESOLVED FIXED 45660
Web Inspector: [Resources panel] Should be easy to click URLs.
https://bugs.webkit.org/show_bug.cgi?id=45660
Summary Web Inspector: [Resources panel] Should be easy to click URLs.
Pavel Feldman
Reported 2010-09-13 06:05:45 PDT
One thing I do often is middle-click the URLs in the Net panel in Firebug to navigate to the content that was requested (e.g. look at the contents of the script or CSS file). I know there is a content pane, but it’s hard to navigate to, and I often want flip between the content of several files at once. Firebug also allows you to right-click on a script URI and navigate directly to the script in the script debugger, which is very useful.
Attachments
Work in Progress (3.03 KB, patch)
2011-04-15 19:05 PDT, Annie Sullivan
no flags
Annie Sullivan
Comment 1 2011-04-15 19:05:20 PDT
Created attachment 89903 [details] Work in Progress I worked on this a bit, but WebInspector.NetworkDataGridNode._openInNewTab seems to work differently depending on where I call it from. I tested on Safari/OSX. From dblclick event or context menu: Opens resource in a new window. From middle click event or cmd-click: Opens resource in a background tab. Anyone have any idea why?
Note You need to log in before you can comment on or make changes to this bug.