Closed
Bug 69517
Opened 24 years ago
Closed 23 years ago
clean up nsIMemory
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
People
(Reporter: waterson, Assigned: dougt)
References
Details
(Keywords: topembed)
nsImemory needs some sanitation:
1. Remove isLowMemory() method from nsIMemory interface. This is only used
as an implementation detail for the memory flusher thread.
2. Move memory flusher thread out of XPCOM into a seamonkey-specific
implementation file. (Maybe something in xpfe/bootstrap?)
Updated•24 years ago
|
Blocks: 70229
Keywords: embed → mozilla0.9
Assignee | ||
Comment 1•23 years ago
|
||
taking some of the bugs that I have been working on from scc.
Assignee: scc → dougt
Assignee | ||
Comment 2•23 years ago
|
||
I fixed this and this interface is now frozen.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•