Bug 84967
Summary: | Web Inspector: Add open in New Tab to Scripts Panel | ||
---|---|---|---|
Product: | WebKit | Reporter: | Rob Colburn <robert.colburn+bugzilla> |
Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Enhancement | CC: | apavlov, bweinstein, joepeck, keishi, loislo, paulirish, pfeldman, pmuellr, rik, timothy, yurys |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Rob Colburn
While in the Scripts panel, I find that I frequently need to see the full URL of the script I'm working with. Also, I often want to go that scripts URL, just so I can refresh it from cache.
Currently, the way to achieve this to is
1. Open the fat drop-down and determine the path of the script
2. Switch to Resources Tab
3. Expand the menus and find the script
4. Right-click open in new tab
Assuming, the script is in the Resources panel, because it may not be
What I propose:
1. Right-click on that fat drop-down for the script.
2. Click Open in New Tab
Bonus:
If you'd like to add fancy-pants features like "Save As..." and "Refesh and re-run this script" to this right-click menu - more power to you.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Paul Irish
I'd love to see the same context menu options of files in the resources panel in the scripts panel's files.
Rob Colburn
Looks like Open/Open in new tab/Save As are in the Resources/Sources panel for Chrome Canary.