Closed
Bug 1408845
Opened 8 years ago
Closed 8 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•8 years ago
|
Assignee: nobody → nchevobbe
Status: NEW → ASSIGNED
Priority: -- → P1
| Comment hidden (mozreview-request) |
Comment 2•8 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•8 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 58
Updated•8 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•