Closed
Bug 397601
Opened 17 years ago
Closed 17 years ago
DOM storage leaks on performance graph server pages
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: sayrer, Assigned: sayrer)
References
()
Details
(Keywords: memory-leak)
Attachments
(2 files)
1.39 KB,
text/plain
|
Details | |
5.75 KB,
patch
|
enndeakin
:
review+
jst
:
superreview+
sicking
:
approval1.9+
|
Details | Diff | Splinter Review |
See the URL for one example.
It looks like this is a cycle between nsDOMStorage's hashtable and nsDOMStorageItem.
Assignee | ||
Comment 1•17 years ago
|
||
Assignee | ||
Comment 2•17 years ago
|
||
Maybe the cycle could be broken in another way, but this works. I'm not sure how nsDOMStorageItem::mStorage is behaving here.
Comment 3•17 years ago
|
||
Comment on attachment 282358 [details] [diff] [review]
participate in cycle collection
Neil should review, I can sr...
Attachment #282358 -
Flags: review?(jst) → review?(enndeakin)
Updated•17 years ago
|
Attachment #282358 -
Flags: superreview?(jst)
Attachment #282358 -
Flags: review?(enndeakin)
Attachment #282358 -
Flags: review+
Updated•17 years ago
|
Attachment #282358 -
Flags: superreview?(jst) → superreview+
Assignee | ||
Updated•17 years ago
|
Attachment #282358 -
Flags: approval1.9?
Attachment #282358 -
Flags: approval1.9? → approval1.9+
Assignee | ||
Updated•17 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•