Closed
Bug 1144307
Opened 10 years ago
Closed 10 years ago
nsDisplayScrollLayer leaks on try w/ APZ
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla39
People
(Reporter: dvander, Assigned: mstange)
References
Details
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
tnikkel
:
review+
|
Details | Diff | Splinter Review |
When I do a try run w/ APZ enabled, I get some new memory leaks for nsDisplayScrollInfoLayer and friends. Might be related to bug 1141595.
https://treeherder.mozilla.org/#/jobs?repo=try&revision=5637ecd545aa
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → mstange
Assignee | ||
Comment 1•10 years ago
|
||
I've tried to reproduce this using
> mach mochitest --setpref layers.async-pan-zoom.enabled=true --setpref layout.event-regions.enabled=true browser/base/content/test/chat
but I don't get any leaks on Mac with that. David, can you test whether that command reproduces the problem for you on Windows?
Assignee | ||
Comment 2•10 years ago
|
||
Nevermind, I think I know what's going on. We need to call the destructor manually of any display item that has been removed from the display list that's passed to ProcessDisplayItems.
Assignee | ||
Comment 3•10 years ago
|
||
Attachment #8579082 -
Flags: review?(tnikkel)
Assignee | ||
Comment 4•10 years ago
|
||
Oops. This one compiles.
Attachment #8579082 -
Attachment is obsolete: true
Attachment #8579082 -
Flags: review?(tnikkel)
Attachment #8579085 -
Flags: review?(tnikkel)
Assignee | ||
Updated•10 years ago
|
Status: NEW → ASSIGNED
Updated•10 years ago
|
Attachment #8579085 -
Flags: review?(tnikkel) → review+
Assignee | ||
Comment 5•10 years ago
|
||
Comment 6•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox39:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla39
Updated•10 years ago
|
status-b2g-v2.2:
--- → fixed
status-b2g-master:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•