Closed
Bug 929540
Opened 10 years ago
Closed 10 years ago
Nightly builds don't start the browser console with -jsconsole
Categories
(DevTools :: Console, defect)
DevTools
Console
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 27
People
(Reporter: past, Assigned: past)
References
Details
Attachments
(1 file)
1.39 KB,
patch
|
benjamin
:
review+
|
Details | Diff | Splinter Review |
Using the -jsconsole commandline flag only works in local builds, not packaged ones, like nightly. We should probably be registering the new component in the package manifest.
Assignee | ||
Comment 1•10 years ago
|
||
Verified with mach package that this results in a -jsconsole flag that works as expected.
Attachment #820422 -
Flags: review?(benjamin)
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → past
Status: NEW → ASSIGNED
Comment 2•10 years ago
|
||
Comment on attachment 820422 [details] [diff] [review] Include the browser console command line handler in the browser packaging Should we be removing jsconsole-clhandler.manifest jsconsole-clhandler.js at the same time as this?
Attachment #820422 -
Flags: review?(benjamin) → review+
Assignee | ||
Comment 3•10 years ago
|
||
(In reply to Benjamin Smedberg [:bsmedberg] from comment #2) > Should we be removing > > jsconsole-clhandler.manifest > jsconsole-clhandler.js > > at the same time as this? I tried, but it doesn't work (Warning: unrecognized command line flag -jsconsole). I believe the devtools component extends the toolkit component or something to that effect.
Assignee | ||
Comment 4•10 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/7fb62c0b9707
Whiteboard: [fixed-in-fx-team]
Comment 5•10 years ago
|
||
(In reply to Panos Astithas [:past] from comment #3) > (In reply to Benjamin Smedberg [:bsmedberg] from comment #2) > > Should we be removing > > > > jsconsole-clhandler.manifest > > jsconsole-clhandler.js > > > > at the same time as this? > > I tried, but it doesn't work (Warning: unrecognized command line flag > -jsconsole). I believe the devtools component extends the toolkit component > or something to that effect. Yes, we extend/override the toolkit component. Thanks for the bug report and the quick patch. I just learned something new.
Comment 6•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/7fb62c0b9707
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 27
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•