Closed
Bug 965157
Opened 11 years ago
Closed 11 years ago
window._isChromeDebugger might not be useful anymore
Categories
(DevTools :: Debugger, defect, P3)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 30
People
(Reporter: vporof, Assigned: jryans)
Details
Attachments
(1 file)
10.30 KB,
patch
|
vporof
:
review+
|
Details | Diff | Splinter Review |
...since the switch to the Browser Toolbox.
Comment 1•11 years ago
|
||
Still used in a few places, haven't bothered looking into specifics of what it is used for:
http://dxr.mozilla.org/mozilla-central/search?q=_isChromeDebugger&case=true
Reporter | ||
Comment 2•11 years ago
|
||
That's the point, it *is* used, but it's always false, so it's irrelevant.
Updated•11 years ago
|
Priority: -- → P3
Assignee | ||
Comment 3•11 years ago
|
||
Woo, deleting code! :D
Try: https://tbpl.mozilla.org/?tree=Try&rev=bb06cb3b8c85
Reporter | ||
Comment 4•11 years ago
|
||
Comment on attachment 8382757 [details] [diff] [review]
Remove standalone chrome debugger code paths
Review of attachment 8382757 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good, but I'll want to test this manually as well to make sure we're not missing anything.
Have you also manually tested?
Attachment #8382757 -
Flags: review?(vporof) → review+
Assignee | ||
Comment 5•11 years ago
|
||
(In reply to Victor Porof [:vporof][:vp] from comment #4)
> Looks good, but I'll want to test this manually as well to make sure we're
> not missing anything.
> Have you also manually tested?
Yes, I tried starting debugging sessions for web and chrome content, as well as the browser toolbox. Also, I tried setting breakpoints in the script actor from the browser toolbox.
Everything seems to work as expected so far. Did you want to test more yourself before landing this?
Flags: needinfo?(vporof)
Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Comment 7•11 years ago
|
||
Keywords: checkin-needed
Whiteboard: [fixed-in-fx-team]
Comment 8•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 30
Updated•11 years ago
|
QA Whiteboard: [qa-]
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•