Closed
Bug 773652
Opened 10 years ago
Closed 6 years ago
Make the output from the GCLI calllog command nicer
Categories
(DevTools Graveyard :: Graphic Commandline and Toolbar, defect)
DevTools Graveyard
Graphic Commandline and Toolbar
Tracking
(Not tracked)
RESOLVED
WONTFIX
Future
People
(Reporter: jwalker, Unassigned)
References
Details
(Whiteboard: [gclicommands])
see comments in GcliCommands.jsm
Reporter | ||
Comment 1•10 years ago
|
||
Previously: try { let msg = Components.classes["@mozilla.org/scripterror;1"] .createInstance(Components.interfaces.nsIScriptError); msg.init("Method call: " + this.callDescription(frame), frame.script ? frame.script.url : (frame.type + " code"), "", frame.script.getOffsetLine(frame.offset), 0, Components.interfaces.nsIScriptError.warningFlag, "component javascript"); Services.console.logMessage(msg); } catch(ex) { // Ignore }
Updated•10 years ago
|
Assignee: nobody → mratcliffe
Status: NEW → ASSIGNED
Reporter | ||
Comment 2•10 years ago
|
||
New component triage. Filter on "Lobster Thermidor aux crevettes with a Mornay sauce"
Component: Developer Tools: Console → Developer Tools: Graphic Commandline and Toolbar
Comment 3•8 years ago
|
||
This can now be fixed using the console output API, see https://developer.mozilla.org/en-US/docs/Tools/Web_Console/Custom_output#Use_the_Web_Console_output_API
Reporter | ||
Comment 4•8 years ago
|
||
Resetting priorities because these P* levels are very out of date. Sorry for the bug spam. Filter on Lobster Thermidor
Priority: P2 → --
Filter on 1ff0543e-b501-4893-a72b-e4773c01e655
Assignee: mratcliffe → nobody
Status: ASSIGNED → NEW
Reporter | ||
Comment 6•6 years ago
|
||
Triage. Filter on Lobster Thermidor. Nice idea, but no need to keep on file.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
Updated•4 years ago
|
Product: Firefox → DevTools
Updated•4 years ago
|
Product: DevTools → DevTools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•