Closed
Bug 509547
Opened 16 years ago
Closed 8 years ago
Leak nsJSChannel with <img src=javascript:3> in XBL
Categories
(Core :: Networking, defect, P3)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: memory-leak, regression, testcase, Whiteboard: [necko-backlog])
Attachments
(1 file)
400 bytes,
application/xhtml+xml
|
Details |
layout.debug.enable_data_xbl must be true for this testcase to work.
The following objects leak:
imgRequest
imgRequestProxy
nsBaseChannel
nsBaseURLParser
nsDocShell::InterfaceRequestorProxy
nsHashPropertyBag
nsInputStreamChannel
nsJSChannel
nsJSThunk
nsJSURI
nsLocalFile
nsNullPrincipal
nsNullPrincipalURI
nsProgressNotificationProxy
nsProperties
nsSimpleURI
nsStandardURL
nsStringBuffer
nsTArray_base
nsVariant
nsVoidArray
nsWeakReference
Updated•10 years ago
|
Whiteboard: [necko-backlog]
Comment 1•8 years ago
|
||
Bulk change to priority: https://bugzilla.mozilla.org/show_bug.cgi?id=1399258
Priority: -- → P1
Comment 2•8 years ago
|
||
Bulk change to priority: https://bugzilla.mozilla.org/show_bug.cgi?id=1399258
Priority: P1 → P3
Comment 3•8 years ago
|
||
Pref no longer exists.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
Resolution: FIXED → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•