Closed
Bug 1167415
Opened 10 years ago
Closed 6 years ago
Stop combining inline HTML sources into a single fake source
Categories
(DevTools :: Debugger, defect)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: fitzgen, Unassigned)
References
Details
(Whiteboard: [polish-backlog])
This is the cause of so much pain. The biggest is dynamically appended script tags with text content (rather than a src), as seen in bug 1027072, but a ton of little bugs fall out from us trying to do something that doesn't make sense.
Comment 1•10 years ago
|
||
I'm refactoring the source view and other related things (like breakpoints) and it's going really well. Once this is done I reeeally want to start work on refactoring the source listing, and we can include this in it. I'm not sure how we would do it with the current flat list.
Updated•9 years ago
|
Whiteboard: [polish-backlog]
Updated•7 years ago
|
Product: Firefox → DevTools
Comment 2•6 years ago
|
||
We fixed this in the sources refactor.
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
•