Closed
Bug 762403
Opened 13 years ago
Closed 13 years ago
Disable the chrome debugger menu item until it's ready
Categories
(DevTools :: Debugger, defect, P2)
DevTools
Debugger
Tracking
(firefox15 verified)
RESOLVED
FIXED
Firefox 16
Tracking | Status | |
---|---|---|
firefox15 | --- | verified |
People
(Reporter: past, Assigned: past)
References
Details
Attachments
(1 file)
2.16 KB,
patch
|
dcamp
:
review+
mossop
:
review+
akeybl
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
It looks like getting all the pieces for chrome debugging will take a while. We should stop misleading users until that time, by hiding the "Browser Debugger" menu item.
Assignee | ||
Comment 1•13 years ago
|
||
Chrome debugging requires remote debugging by definition, so I added a dependency to the remote flag. When we have chrome debugging working, we can flip the chrome-enabled pref from then on and users can control it from the standard in our developer tools devtools.chrome.enabled pref.
Attachment #630902 -
Flags: review?(dtownsend+bugmail)
Attachment #630902 -
Flags: review?(dcamp)
Updated•13 years ago
|
Attachment #630902 -
Flags: review?(dcamp) → review+
Updated•13 years ago
|
Attachment #630902 -
Flags: review?(dtownsend+bugmail) → review+
Assignee | ||
Comment 2•13 years ago
|
||
Whiteboard: [fixed-in-fx-team]
Comment 3•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 16
Comment 4•13 years ago
|
||
Comment on attachment 630902 [details] [diff] [review]
Patch
[Approval Request Comment]
Bug caused by (feature/regressing bug #): New feature.
User impact if declined: Users will have access to a feature that is not ready yet.
Testing completed (on m-c, etc.): ON m-c.
Risk to taking this patch (and alternatives if risky): Riskier not to take it.
String or UUID changes made by this patch: none, but we did add a pref to firefox.js:
+pref("devtools.debugger.chrome-enabled", false);
Attachment #630902 -
Flags: approval-mozilla-aurora?
Updated•13 years ago
|
tracking-firefox15:
--- → ?
Comment 5•13 years ago
|
||
Comment on attachment 630902 [details] [diff] [review]
Patch
[Triage Comment]
Approved for Aurora 15 - are you aware of anywhere this has been communicated and may need to be corrected? I know this wasn't noted for release notes.
Attachment #630902 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Assignee | ||
Comment 6•13 years ago
|
||
status-firefox15:
--- → fixed
Assignee | ||
Comment 7•13 years ago
|
||
(In reply to Alex Keybl [:akeybl] from comment #5)
> Approved for Aurora 15 - are you aware of anywhere this has been
> communicated and may need to be corrected? I know this wasn't noted for
> release notes.
I believe this has only been discussed internally so far (including work weeks and weekly calls).
Comment 8•13 years ago
|
||
(In reply to Panos Astithas [:past] from comment #7)
> (In reply to Alex Keybl [:akeybl] from comment #5)
> > Approved for Aurora 15 - are you aware of anywhere this has been
> > communicated and may need to be corrected? I know this wasn't noted for
> > release notes.
>
> I believe this has only been discussed internally so far (including work
> weeks and weekly calls).
also, I don't think the addition of the Chrome Debugger was widely advertised to begin with. We plan on enabling it as a feature in a future version so it's probably not really relnote-worthy.
thanks Alex!
Updated•13 years ago
|
tracking-firefox15:
? → ---
Comment 9•13 years ago
|
||
I am verifying this fix on Firefox 15.0 beta 3 but I need some clarifications: after setting devtools.chrome.enabled to true, should there be any visible effect on the debugger? How does the user start debugging chrome?
Assignee | ||
Comment 10•13 years ago
|
||
(In reply to Ioana Budnar [QA] from comment #9)
> I am verifying this fix on Firefox 15.0 beta 3 but I need some
> clarifications: after setting devtools.chrome.enabled to true, should there
> be any visible effect on the debugger?
Nope.
> How does the user start debugging chrome?
Chrome debugging is not implemented yet.
Comment 11•13 years ago
|
||
Verified as fixed on:
Mozilla/5.0 (X11; Linux i686; rv:15.0) Gecko/20100101 Firefox/15.0
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:15.0) Gecko/20100101 Firefox/15.0
Mozilla/5.0 (Windows NT 6.1; rv:15.0) Gecko/20100101 Firefox/15.0
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•