Closed
Bug 295656
Opened 20 years ago
Closed 20 years ago
[FIXr]Viewmanagers for pages with subframes leak
Categories
(Core :: Web Painting, defect, P1)
Tracking
()
RESOLVED
FIXED
mozilla1.8beta3
People
(Reporter: bzbarsky, Assigned: bzbarsky)
References
Details
(Keywords: memory-leak)
Attachments
(1 file)
5.42 KB,
patch
|
roc
:
review+
roc
:
superreview+
shaver
:
approval1.8b3+
|
Details | Diff | Splinter Review |
This is fallout from the patch for bug 274784. nsViewManager::SetRootView ends
up addrefing the root twice, so we leak the viewmanager for any page with subframes.
Assignee | ||
Updated•20 years ago
|
Summary: Viewmanagers for subframes leak → Viewmanagers for pages with subframes leak
Assignee | ||
Comment 1•20 years ago
|
||
Attachment #184649 -
Flags: superreview?(rocallahan)
Attachment #184649 -
Flags: review?(rocallahan)
Assignee | ||
Updated•20 years ago
|
Keywords: mlk
Priority: -- → P1
Summary: Viewmanagers for pages with subframes leak → [FIX]Viewmanagers for pages with subframes leak
Target Milestone: --- → mozilla1.8beta3
Attachment #184649 -
Flags: superreview?(rocallahan)
Attachment #184649 -
Flags: superreview+
Attachment #184649 -
Flags: review?(rocallahan)
Attachment #184649 -
Flags: review+
Assignee | ||
Comment 2•20 years ago
|
||
Comment on attachment 184649 [details] [diff] [review]
Patch
Requesting 1.8b3 approval for this leak fix.
Attachment #184649 -
Flags: approval1.8b3?
Assignee | ||
Updated•20 years ago
|
Summary: [FIX]Viewmanagers for pages with subframes leak → [FIXr]Viewmanagers for pages with subframes leak
Updated•20 years ago
|
Attachment #184649 -
Flags: approval1.8b3? → approval1.8b3+
Assignee | ||
Comment 3•20 years ago
|
||
Fixed for 1.8b3.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: Layout: View Rendering → Layout: Web Painting
You need to log in
before you can comment on or make changes to this bug.
Description
•