Open
Bug 1166391
Opened 10 years ago
Updated 3 years ago
Migrate web console / hud view source to view-source.js
Categories
(DevTools :: Console, defect, P3)
DevTools
Console
Tracking
(Not tracked)
NEW
People
(Reporter: jryans, Unassigned)
Details
Most DevTools can now use source-utils.js for source viewing concerns, but the web console is still an outlier because of the Browser Console case where there is no toolbox.
We should convert these cases so everyone can go through source-utils.js to reduce duplication.
| Reporter | ||
Updated•10 years ago
|
Component: Developer Tools: Framework → Developer Tools: Console
Comment 1•10 years ago
|
||
Updating title to match the current name of the view source utilities in devtools/client/shared/view-source.js
Summary: Migrate web console / hud view source to source-utils.js → Migrate web console / hud view source to view-source.js
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•7 years ago
|
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•