Closed
Bug 549323
Opened 15 years ago
Closed 15 years ago
Ensure that console object is available
Categories
(Skywriter Graveyard :: General, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
0.7
People
(Reporter: dangoor, Assigned: pcwalton)
References
Details
We currently assume console is defined but don't ensure that it is. It is
possible that someone could be running Bespin without Firebug installed in
Firefox or on a platform like XULRunner where they may not have a console
object.
| Reporter | ||
Updated•15 years ago
|
Severity: normal → major
Priority: P3 → P1
| Reporter | ||
Updated•15 years ago
|
Assignee: nobody → pwalton
| Assignee | ||
Updated•15 years ago
|
Severity: major → blocker
| Assignee | ||
Updated•15 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•15 years ago
|
||
Should be fixed in changeset 0c6143626b27. In the future, we'll need to make sure that the line:
var console = require('bespin:console').console;
is at the top of any file that uses the console.
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 3•15 years ago
|
||
Failing in Minefield, in sproutcore.js.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 4•15 years ago
|
||
Workaround as of now: paver install_sproutcore -g.
| Assignee | ||
Comment 5•15 years ago
|
||
Fixed SproutCore snapshot has been pushed as of changeset 1c80c113e684.
Status: REOPENED → RESOLVED
Closed: 15 years ago → 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•