Closed
Bug 749222
Opened 13 years ago
Closed 13 years ago
Create a separate way to start a chrome debugger
Categories
(DevTools :: Debugger, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 15
People
(Reporter: vporof, Assigned: vporof)
References
Details
Attachments
(3 files)
6.24 KB,
patch
|
past
:
review+
|
Details | Diff | Splinter Review |
5.79 KB,
patch
|
Details | Diff | Splinter Review | |
5.77 KB,
patch
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Updated•13 years ago
|
Component: Developer Tools: Inspector → Developer Tools: Debugger
QA Contact: developer.tools.inspector → developer.tools.debugger
Assignee | ||
Comment 1•13 years ago
|
||
Attachment #618685 -
Flags: review?(past)
Comment 2•13 years ago
|
||
Comment on attachment 618685 [details] [diff] [review]
v1
Review of attachment 618685 [details] [diff] [review]:
-----------------------------------------------------------------
::: browser/app/profile/firefox.js
@@ +1064,4 @@
> pref("devtools.debugger.remote-enabled", false);
> pref("devtools.debugger.remote-host", "localhost");
> pref("devtools.debugger.remote-port", 6000);
> +pref("devtools.debugger.chrome-enabled", false);
No need for that, we already have devtools.chrome.enabled.
::: browser/locales/en-US/chrome/browser/devtools/debugger.dtd
@@ +16,5 @@
> <!ENTITY remoteDebuggerMenu.label "Remote Debugger">
>
> +<!-- LOCALIZATION NOTE (firefoxDebuggerMenu.label): This is the label for the
> + - application menu item that opens the firefox debugger UI. -->
> +<!ENTITY firefoxDebuggerMenu.label "Firefox Debugger">
Browser Debugger I believe was the consensus in the room.
Attachment #618685 -
Flags: review?(past) → review+
Assignee | ||
Comment 3•13 years ago
|
||
Updated•13 years ago
|
Whiteboard: [land-in-fx-team]
Assignee | ||
Comment 4•13 years ago
|
||
Using "chromeDebugger" ids instead of "firefoxDebugger" for consistency.
Assignee | ||
Comment 6•13 years ago
|
||
(In reply to Victor Porof from comment #5)
> A test fails.
Nope, I had my mq messed up.
Whiteboard: [land-in-fx-team]
Comment 7•13 years ago
|
||
also, this appears to depend on the remote debugger patches.
Assignee | ||
Comment 8•13 years ago
|
||
(In reply to Rob Campbell [:rc] (:robcee) from comment #7)
> also, this appears to depend on the remote debugger patches.
...which landed
Comment 9•13 years ago
|
||
Whiteboard: [land-in-fx-team] → [fixed-in-fx-team]
Comment 10•13 years ago
|
||
Sorry, I had to back this out because of a merge conflict with m-c.
https://hg.mozilla.org/integration/fx-team/rev/90a1323daf91
We needed to merge m-c to fx-team because we had to backout patches causing a Ts regression:
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=d871849ac3a3&tochange=0f8ea3826bf7
Whiteboard: [fixed-in-fx-team]
Comment 11•13 years ago
|
||
Whiteboard: [fixed-in-fx-team]
Comment 12•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 15
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•