Closed
Bug 35640
Opened 26 years ago
Closed 25 years ago
[RFE]not Unbounded session history growth
Categories
(Core :: DOM: Navigation, enhancement, P3)
Tracking
()
VERIFIED
FIXED
Future
People
(Reporter: jrohlf, Assigned: radha)
Details
It appears that there is no mechanism to limit the number
of history entries in nsSessionHistory. This could be
classified as a non-trivial memory leak since history
entries take a fair amount of memory with urls, hash tables,
LayoutHistoryStates etc.
Comment 1•26 years ago
|
||
jrohlf@liberate.com - is this still the case in current code?
Gerv
Comment 2•26 years ago
|
||
radha@netscape.com - can you look at this bug and confirm/WORKSFORME it? Cheers.
Gerv
| Assignee | ||
Comment 3•26 years ago
|
||
This is true. There are some thoughts about using disk cache. But I think it
will be a while before that is looked into. We have more serious bugs to be
fixed in SH before we can look in to disk cache or persisting SH.
Resummarising.
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Summary: Unbounded history growth → [RFE]Unbounded history growth
| Assignee | ||
Updated•25 years ago
|
Target Milestone: --- → Future
Comment 4•25 years ago
|
||
tweaking summary to distinguish from Global history
Summary: [RFE]Unbounded history growth → [RFE]not Unbounded session history growth
| Assignee | ||
Comment 5•25 years ago
|
||
SH entries are clobbered now. This was implemented a while ago. marking fixed.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 7•23 years ago
|
||
[RFE] is deprecated in favor of severity: enhancement. They have the same meaning.
Severity: normal → enhancement
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
•