Closed
Bug 1403011
Opened 8 years ago
Closed 8 years ago
Debugger splits data uri at last /
Categories
(DevTools :: Debugger, defect)
Tracking
(firefox-esr52 unaffected, firefox55 wontfix, firefox56 wontfix, firefox57 affected, firefox58 affected)
RESOLVED
INVALID
| Tracking | Status | |
|---|---|---|
| firefox-esr52 | --- | unaffected |
| firefox55 | --- | wontfix |
| firefox56 | --- | wontfix |
| firefox57 | --- | affected |
| firefox58 | --- | affected |
People
(Reporter: Oriol, Unassigned)
References
Details
(Keywords: regression)
1. Load data:text/html,<script>console.log(123)</script>
2. Open the new debugger
3. The left panel shows this source tree:
▼ data://
▼ html,<script>console.log(123)<
script>
The debugger thinks that all content before the last "/" is the path and after that there is the file name.
But this fails for data URIs.
Comment 1•8 years ago
|
||
Jason, should this get moved to GitHub?
status-firefox58:
--- → affected
Flags: needinfo?(jlaster)
Comment 2•8 years ago
|
||
Yep, this is something we can fix in GitHub.
https://github.com/devtools-html/debugger.html/issues/4721
Flags: needinfo?(jlaster)
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INVALID
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•