Closed
Bug 752006
Opened 13 years ago
Closed 12 years ago
Update Error Console comment in browser.js
Categories
(Firefox :: General, defect, P3)
Firefox
General
Tracking
()
RESOLVED
FIXED
People
(Reporter: rcampbell, Assigned: msucan)
References
Details
The Error Console is permanently enabled, despite what it says in https://developer.mozilla.org/en/Error_Console
http://mxr.mozilla.org/mozilla-central/source/browser/base/content/browser.js#1739
This says "Temporarily Enabled" though we no longer have a plan to disable the error console. We should update this to reflect reality.
Comment 1•12 years ago
|
||
Updated location is here:
http://mxr.mozilla.org/mozilla-central/source/browser/base/content/browser.js#1559
| Reporter | ||
Comment 2•12 years ago
|
||
Let's do this when we turn on the browser console by default.
see bug 602006.
Filter on GUNGNIR.
Updated•12 years ago
|
Component: Developer Tools: Console → General
| Assignee | ||
Comment 3•12 years ago
|
||
This bug seems to be already fixed. The "// XXX Temporarily always-enabled, see bug 601201" comment is no longer in browser.js. I didn't find which patch/bug fixed removed the comment.
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 4•12 years ago
|
||
(In reply to Mihai Sucan [:msucan] from comment #3)
> This bug seems to be already fixed. The "// XXX Temporarily always-enabled,
> see bug 601201" comment is no longer in browser.js. I didn't find which
> patch/bug removed the comment.
Hah, I found the comment. It now says "// Temporarily enabled. See bug 798925". I see the patch for bug 602006 will remove it. Not much point in reopening the bug for a comment only.
You need to log in
before you can comment on or make changes to this bug.
Description
•