Closed
Bug 1398911
Opened 7 years ago
Closed 6 years ago
Improve web extension eval script URLs
Categories
(DevTools :: Debugger, enhancement, P3)
DevTools
Debugger
Tracking
(firefox57 fix-optional)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox57 | --- | fix-optional |
People
(Reporter: jlast, Unassigned)
References
(Blocks 1 open bug)
Details
We currently format extension eval URLs scripts with this template:
`debugger eval called from ${evalCalledFrom} - eval code`
it would be nice to switch to a more compact URL template:
`${callerInfo.url}${lineInfo}/debugger-eval`.
The benefit would be that the new debugger client would have an easier time showing the debuggee script tab and processing the URL in general.
Here's a first pass at a patch:
https://gist.github.com/jasonLaster/34996ed26c0b10f002f02569aa21614b
it is missing the other cases where "debugger eval" was usesd.
Reporter | ||
Updated•7 years ago
|
status-firefox57:
--- → fix-optional
Priority: -- → P3
Updated•6 years ago
|
Product: Firefox → DevTools
Reporter | ||
Comment 1•6 years ago
|
||
I believe Brian fixed this in january
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•