Open
Bug 1414290
Opened 8 years ago
Updated 3 years ago
nsWindowMemoryReporter should not call AddRef/Release on cycle collectable objects
Categories
(Core :: DOM: Core & HTML, enhancement, P3)
Core
DOM: Core & HTML
Tracking
()
REOPENED
People
(Reporter: smaug, Assigned: smaug)
Details
nsWindowMemoryReporter does plenty of QIs and such on cycle collectable objects, by doing that if may end up affecting cycle collection and postponing deletion of some objects.
Comment 1•8 years ago
|
||
Do we run this during an incremental cycle collection? If not it shouldn't matter.
| Assignee | ||
Comment 2•8 years ago
|
||
We can do it at any point, whenever a timer runs.
| Assignee | ||
Comment 3•8 years ago
|
||
| Assignee | ||
Comment 4•8 years ago
|
||
| Assignee | ||
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INVALID
| Assignee | ||
Comment 5•8 years ago
|
||
But even then, nsWindowMemoryReporter.cpp does end up bringing all the windows to CC graph. They might not be there otherwise, at least in theory.
Status: RESOLVED → REOPENED
Resolution: INVALID → ---
| Assignee | ||
Updated•8 years ago
|
Assignee: nobody → bugs
Updated•8 years ago
|
Priority: -- → P3
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•