Closed
Bug 852996
Opened 12 years ago
Closed 11 years ago
MarkupView leaks the whole Inspector after being closed
Categories
(DevTools :: Inspector, defect)
DevTools
Inspector
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 25
People
(Reporter: ttaubert, Assigned: miker)
References
(Blocks 1 open bug)
Details
(Whiteboard: [MemShrink:P2])
Attachments
(1 file, 1 obsolete file)
3.24 KB,
patch
|
Details | Diff | Splinter Review |
STR:
1) Open a tab
2) Right-click to inspect some element on that new page
3) Close the Inspector
The devtools iframe with the MarkupView is now kept alive until we close the tab from [1].
Attachment #727240 -
Flags: review?(past)
Comment 1•12 years ago
|
||
Comment on attachment 727240 [details] [diff] [review]
make sure to remove the load listener attached to the root node
Review of attachment 727240 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good to me, but dcamp is the author of this code, so he will be a better reviewer.
Attachment #727240 -
Flags: review?(past) → review?(dcamp)
Updated•12 years ago
|
Whiteboard: [MemShrink]
Reporter | ||
Comment 2•12 years ago
|
||
Comment on attachment 727240 [details] [diff] [review]
make sure to remove the load listener attached to the root node
What. The. Heck. This leaks permanently.
https://tbpl.mozilla.org/?tree=Try&rev=7f1cc5d065b7
Attachment #727240 -
Flags: review?(dcamp)
Reporter | ||
Comment 3•12 years ago
|
||
It would be great if someone from the DevTools team could pick this up. I thought I had a quick patch for it... :)
Updated•12 years ago
|
Attachment #727240 -
Flags: review+
Updated•12 years ago
|
Attachment #727240 -
Flags: review+
Comment 4•12 years ago
|
||
Thanks Tim. We'll work on it.
Updated•12 years ago
|
Whiteboard: [MemShrink] → [MemShrink:P2]
Assignee | ||
Comment 5•11 years ago
|
||
I can't reproduce this, is it still an issue for you?
Flags: needinfo?(ttaubert)
Assignee | ||
Updated•11 years ago
|
Flags: needinfo?(ttaubert)
Assignee | ||
Comment 6•11 years ago
|
||
Rebased. The patch already received an r+ from dcamp.
Try:
https://tbpl.mozilla.org/?tree=Try&rev=39693258b124
Attachment #727240 -
Attachment is obsolete: true
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → mratcliffe
Status: NEW → ASSIGNED
Assignee | ||
Updated•11 years ago
|
Whiteboard: [MemShrink:P2] → [land-in-fx-team][MemShrink:P2]
Comment 7•11 years ago
|
||
Whiteboard: [land-in-fx-team][MemShrink:P2] → [fixed-in-fx-team][MemShrink:P2]
Reporter | ||
Comment 8•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team][MemShrink:P2] → [MemShrink:P2]
Target Milestone: --- → Firefox 25
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•