Closed
Bug 1408845
Opened 5 years ago
Closed 5 years ago
LongString actors are not released in the new console
Categories
(DevTools :: Console, enhancement, P1)
DevTools
Console
Tracking
(firefox58 fixed)
RESOLVED
FIXED
Firefox 58
Tracking | Status | |
---|---|---|
firefox58 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
Details
Attachments
(1 file)
For the messages that can have a `messageText` property, if the message is very long we get a longString grip, which has an actor. But when releasing actors for a given message, we don't release those.
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → nchevobbe
Status: NEW → ASSIGNED
Priority: -- → P1
Comment hidden (mozreview-request) |
Comment 2•5 years ago
|
||
mozreview-review |
Comment on attachment 8918777 [details] Bug 1408845 - Release longString actors;. https://reviewboard.mozilla.org/r/189636/#review194922
Attachment #8918777 -
Flags: review?(bgrinstead) → review+
Pushed by nchevobbe@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/5d8477f1e9ea Release longString actors;r=bgrins.
![]() |
||
Comment 4•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/5d8477f1e9ea
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 58
Updated•5 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•