Closed
Bug 808176
Opened 13 years ago
Closed 13 years ago
devtools.chrome.enabled=true should also show the Error Console menuitem
Categories
(DevTools :: Console, defect)
DevTools
Console
Tracking
(firefox18- fixed)
RESOLVED
FIXED
Firefox 19
People
(Reporter: jaws, Assigned: jaws)
References
Details
(Whiteboard: [qa-])
Attachments
(1 file)
|
1.22 KB,
patch
|
dcamp
:
review+
bajaj
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
See this patch for the change that only made these menuitems show up if devtools.errorconsole.enabled was set to true. We should check for either devtools.errorconsole.enabled=true or if devtools.chrome.enabled=true:
https://bug602006.bugzilla.mozilla.org/attachment.cgi?id=632136
| Assignee | ||
Updated•13 years ago
|
tracking-firefox18:
--- → ?
Comment 1•13 years ago
|
||
Jared, this looks more of a feature change & not a regression. Why is this needed on FF18 specifically ?
| Assignee | ||
Comment 2•13 years ago
|
||
The patch for bug 602006 landed in 18 and we've received feedback from developers that they were a little confused as to why the menuitem was missing and how to get it visible again.
The required work for this bug is very minimal and there is no risk anticipated, while the potential win from this change may help to make things clearer since we can just tell Gecko & add-on developers to set a single pref for when they are working on the browser chrome.
Assignee: nobody → jaws
Status: NEW → ASSIGNED
Whiteboard: [good first bug][mentor=jaws][lang=js]
| Assignee | ||
Comment 3•13 years ago
|
||
Attachment #678951 -
Flags: review?(dcamp)
Updated•13 years ago
|
Attachment #678951 -
Flags: review?(dcamp) → review+
Comment 4•13 years ago
|
||
Jaws, If I am interpreting it right, this patch would address the last few comments in Bug 798925 & would resolve that bug fixed if uplifted ?
| Assignee | ||
Comment 5•13 years ago
|
||
It's not a perfect solution and doesn't resolve that bug when uplifted, but it does make the situation a little better.
| Assignee | ||
Comment 6•13 years ago
|
||
Flags: in-testsuite-
Whiteboard: [qa-]
| Assignee | ||
Comment 7•13 years ago
|
||
Comment on attachment 678951 [details] [diff] [review]
Patch
[Approval Request Comment]
Bug caused by (feature/regressing bug #): no bug, but due to bug
User impact if declined: better usability for addon & gecko devs
Testing completed (on m-c, etc.): just landed on m-i, trivial patch
Risk to taking this patch (and alternatives if risky): none expected
String or UUID changes made by this patch: none
Attachment #678951 -
Flags: approval-mozilla-aurora?
| Assignee | ||
Comment 8•13 years ago
|
||
Sorry, I forgot to finish the first question.
Bug caused by (feature/regressing bug #): no bug, but due to bug 602006 some addon/gecko developers may not see the Error Console menuitem, but they may already have flipped this preference, so landing this change will reduce confusion for those users.
Comment 9•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 19
Comment 10•13 years ago
|
||
This does nor require tracking for release, but approving the needed aurora uplift .
Updated•13 years ago
|
Updated•13 years ago
|
Attachment #678951 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 11•13 years ago
|
||
status-firefox18:
--- → fixed
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•