Open
Bug 867307
Opened 12 years ago
Updated 3 years ago
Closing a window as it navigates to a download URL leaks nsGlobalWindow, nsDocShell
Categories
(Core :: General, defect)
Tracking
()
NEW
People
(Reporter: jruderman, Unassigned)
Details
(Keywords: memory-leak, testcase, Whiteboard: [MemShrink:P3])
Attachments
(1 file)
|
479 bytes,
text/html
|
Details |
The testcase relies on fragile timing. You might need to test on Windows, and you might need to set:
user_pref("dom.min_background_timeout_value", 4);
| Reporter | ||
Updated•12 years ago
|
Whiteboard: [MemShrink]
Whiteboard: [MemShrink] → [MemShrink:P3]
| Reporter | ||
Comment 1•12 years ago
|
||
My fuzzer will ignore memory leaks involving window.open() until this is fixed :/
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•