Closed
Bug 1437845
Opened 7 years ago
Closed 7 years ago
Enable browser_console_dead_objects.js in new frontend
Categories
(DevTools :: Console, enhancement, P1)
DevTools
Console
Tracking
(firefox60 fixed)
RESOLVED
FIXED
Firefox 60
Tracking | Status | |
---|---|---|
firefox60 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: miker)
References
Details
(Whiteboard: [newconsole-mvp])
Attachments
(1 file)
No description provided.
Reporter | ||
Updated•7 years ago
|
Has Regression Range: --- → irrelevant
Has STR: --- → irrelevant
Priority: -- → P2
Whiteboard: [newconsole-mvp]
Updated•7 years ago
|
Severity: normal → enhancement
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → mratcliffe
Status: NEW → ASSIGNED
OS: Unspecified → All
Priority: P2 → P1
Hardware: Unspecified → All
Comment hidden (mozreview-request) |
Assignee | ||
Comment 2•7 years ago
|
||
We can use this to get a dead object:
var s = Cu.Sandbox(null); Cu.nukeSandbox(s); s;
Assignee | ||
Updated•7 years ago
|
Attachment #8955114 -
Flags: review?(bgrinstead)
Comment hidden (mozreview-request) |
Comment 4•7 years ago
|
||
mozreview-review |
Comment on attachment 8955114 [details]
Bug 1437845 - Enable browser_console_dead_objects.js in new frontend
https://reviewboard.mozilla.org/r/224270/#review230304
Thanks, this is much nicer (and glad it's now working in e10s)!
Attachment #8955114 -
Flags: review?(bgrinstead) → review+
Pushed by mratcliffe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/98f2913853d4
Enable browser_console_dead_objects.js in new frontend r=bgrins
Comment 6•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 60
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•