Open
Bug 1036699
Opened 10 years ago
Updated 1 year ago
Visually differentiate between sourcemapped or prettified source in our tools
Categories
(DevTools :: General, enhancement, P3)
Tracking
(Not tracked)
NEW
People
(Reporter: canuckistani, Unassigned)
References
(Blocks 1 open bug)
Details
There isn't really a way to tell if something in the style editor or debugger has been loaded via sourcemap, has been prettified, or is the original source.
Comment 1•10 years ago
|
||
A prettified source in the debugger would have the 'Prettify source' button depressed, but I agree with your general point.
Reporter | ||
Comment 2•10 years ago
|
||
(In reply to Panos Astithas [:past] from comment #1) > A prettified source in the debugger would have the 'Prettify source' button > depressed, but I agree with your general point. That's true in that specific case but for sourcemaps or prettified css code we don't do anything. If we're going to indicate this status ( 'this file is exactly as loaded from disk' vs 'this is a more readable version of the file' ) we should be consistent. It'd be especially helpful for sites where an 'all.js' links back to a number of source files.
Updated•7 years ago
|
Blocks: source-maps
Priority: -- → P3
Updated•6 years ago
|
Severity: normal → enhancement
Updated•6 years ago
|
Product: Firefox → DevTools
Updated•1 year ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•