Closed
Bug 87901
Opened 24 years ago
Closed 24 years ago
Leaks using javascript:history.back();
Categories
(Core :: DOM: Navigation, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: sfraser_bugs, Assigned: radha)
References
Details
(Keywords: memory-leak)
Attachments
(1 file)
|
78 bytes,
text/html
|
Details |
I suspect that we leak an awful lot when the user clicks a link that is
<a href="javascript:history.back()">Go back</a>
We certainly seem to be leaving a nsSocketTransport around in this case.
| Reporter | ||
Comment 1•24 years ago
|
||
| Reporter | ||
Comment 2•24 years ago
|
||
Correction: we're leaving a nsFileTransport around, not a socket transport. And I
don't have any data to suggest that other things are being leaked. However, this
does mess up the in-use nsFileTransport count (see also bug 87861).
Summary: Leaks using history.back(); → Leaks using javascript:history.back();
| Reporter | ||
Comment 3•24 years ago
|
||
This was fixed by the checkin for bug 87861. There were no leaks, but the in-use
file transport count was getting whacked.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Component: History: Session → Document Navigation
QA Contact: claudius → docshell
You need to log in
before you can comment on or make changes to this bug.
Description
•