Closed
Bug 1590589
Opened 5 years ago
Closed 5 years ago
[jsdbg2] Debugger still has stray references to 'enabled' debuggers
Categories
(Core :: JavaScript Engine, defect, P2)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla72
Tracking | Status | |
---|---|---|
firefox72 | --- | fixed |
People
(Reporter: jimb, Assigned: jimb)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
There are still a few references to Debugger
s being 'enabled' or 'disabled' in the code, even though the Debugger.prototype.enabled
property was removed in bug 1564168.
Updated•5 years ago
|
Priority: -- → P2
Assignee | ||
Comment 1•5 years ago
|
||
The Debugger.prototype.enabled accessor was removed in bug 1564168, but there
are still a few stray references to 'enabled' or 'disabled' debuggers in the
docs and the code. These should be cleaned up.
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → jimb
Pushed by jblandy@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/62f3b6723ca5
Remove stray references to 'enabled' debuggers. r=jlast
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox72:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla72
Updated•3 years ago
|
Has Regression Range: --- → yes
Updated•3 years ago
|
Keywords: regression
You need to log in
before you can comment on or make changes to this bug.
Description
•