Closed
Bug 888161
Opened 12 years ago
Closed 6 years ago
ability to save local copy of scripts from sources list
Categories
(DevTools :: Debugger, enhancement, P3)
DevTools
Debugger
Tracking
(firefox69 fixed)
RESOLVED
FIXED
Firefox 69
Tracking | Status | |
---|---|---|
firefox69 | --- | fixed |
People
(Reporter: luke, Assigned: janelledement)
References
(Blocks 1 open bug)
Details
(Keywords: good-first-bug, Whiteboard: [projects])
Attachments
(1 file)
A pretty common problem I have is that I want to save a JS file that I can see in the left column of the debugger (or in the Net console log). It'd be pretty great if I could right click the script name and choose "save as". I just checked and Chrome devtools has this feature.
Comment 1•12 years ago
|
||
See bug 859058 and bug 890286 for corresponding functionality in the network monitor.
Summary: ability to save local copy of scripts from debugger/network pane → ability to save local copy of scripts from sources list
Comment 2•12 years ago
|
||
Yup. This is going to be a big part of our Project Map / Workspace tooling. Also, we'll be able to edit Sources in the Debugger soon so we'll definitely want to save them. Marking this P3 for now and cc'ing Benvie who's doing the Editing piece.
Whiteboard: [projects]
![]() |
Reporter | |
Comment 3•12 years ago
|
||
Great, glad to know it's on the roadmap.
Updated•12 years ago
|
OS: Mac OS X → All
Hardware: x86 → All
Updated•11 years ago
|
Blocks: minotaur-kanban
Component: Developer Tools: Debugger → Developer Tools: User Stories
Component: Developer Tools: User Stories → Developer Tools: Debugger
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•6 years ago
|
Assignee | ||
Comment 4•6 years ago
|
||
I noticed that there is a 'Download File' option on the context menu in the editor panel of the debugger. Would maybe adding this same option for sourceTree items be a possible solution?
Comment 5•6 years ago
|
||
Yep - that would be perfect
Assignee | ||
Comment 6•6 years ago
|
||
Ok, great. I'd like to claim this one if that's ok.
Comment 7•6 years ago
|
||
@janelledement are you working on this?
Assignee | ||
Comment 8•6 years ago
|
||
@pradeepgangwar Yes
Assignee | ||
Comment 9•6 years ago
|
||
This patch addresses bug 888161 by adding a ‘Download File’ option to the context menu of individual source tree item files.
Updated•6 years ago
|
Attachment #9068027 -
Attachment description: Bug #888161 - Adds download file option to the context menu of source tree items r=davidwalsh → Bug 888161 - Adds download file option to the context menu of source tree items r=davidwalsh
Comment 10•6 years ago
|
||
Pushed by dwalsh@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d90d0a3f00a6
Adds download file option to the context menu of source tree items r=davidwalsh
Comment 11•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox69:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 69
Updated•6 years ago
|
Assignee: nobody → janelledement
You need to log in
before you can comment on or make changes to this bug.
Description
•