Closed
Bug 1444398
Opened 8 years ago
Closed 7 years ago
Convert command.html to JS
Categories
(DevTools Graveyard :: Graphic Commandline and Toolbar, enhancement, P2)
Tracking
(firefox60 affected)
RESOLVED
INVALID
| Tracking | Status | |
|---|---|---|
| firefox60 | --- | affected |
People
(Reporter: johannh, Unassigned)
References
Details
In command.js we're inserting raw markup from the command.html file using unsafeSetInnerHTML (see bug 1444395) https://searchfox.org/mozilla-central/rev/588d8120aa11738657da93e09a03378bcd1ba8ec/devtools/shared/gcli/source/lib/gcli/languages/command.js#101
We should just build the DOM using JS, which means converting all of this file:
https://searchfox.org/mozilla-central/source/devtools/shared/gcli/source/lib/gcli/languages/command.html
| Reporter | ||
Updated•8 years ago
|
Summary: Convert command.html to inline JS → Convert command.html to JS
Comment 1•7 years ago
|
||
Can I take this?
| Reporter | ||
Comment 2•7 years ago
|
||
(In reply to Trisha from comment #1)
> Can I take this?
Hi Trisha, thank you for offering to help, but this bug will probably become invalid soon because we have decided to unship GCLI instead of replacing its innerHTML usage. :)
Priority: -- → P2
| Reporter | ||
Comment 3•7 years ago
|
||
Not going to happen, we're just removing the code.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INVALID
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•7 years ago
|
Product: DevTools → DevTools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•