Closed
Bug 391902
Opened 17 years ago
Closed 17 years ago
Fuel: Console doesn't open.
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: miksago, Assigned: mfinkle)
Details
Attachments
(2 files, 1 obsolete file)
2.51 KB,
patch
|
Details | Diff | Splinter Review | |
1.20 KB,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.6
Build Identifier: trunk
Using fuel library as components in xulrunner, this occurs.
Reproducible: Always
Steps to Reproduce:
1. Try to launch console using: Application.Console.open();
Actual Results:
Nothing, console doesn't open, and only results in little spike in processor usage.
Expected Results:
Console opens and is ready for use.
Assignee | ||
Comment 1•17 years ago
|
||
JavaScript Error: "cmdLine is not defined" - how embarrassing
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Assignee | ||
Comment 2•17 years ago
|
||
Assignee: nobody → mark.finkle
Attachment #276343 -
Flags: review?(gavin.sharp)
Comment 3•17 years ago
|
||
Comment on attachment 276343 [details] [diff] [review]
remove undefined variable
Do we have a test for this? :)
Attachment #276343 -
Flags: review?(gavin.sharp) → review+
Assignee | ||
Comment 4•17 years ago
|
||
same as last patch but with a test added
Attachment #276343 -
Attachment is obsolete: true
Assignee | ||
Comment 5•17 years ago
|
||
landing with gavin's r+ on the first patch
Assignee | ||
Updated•17 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Comment 6•17 years ago
|
||
This test broke when I checked in my test from bug 321000. Any clue why? It didn't fail on Linux for some reason.
Comment 7•17 years ago
|
||
I checked this in with rs=shaver to try to fix the bustage.
You need to log in
before you can comment on or make changes to this bug.
Description
•