Closed
Bug 378495
Opened 18 years ago
Closed 9 years ago
FUEL: Remove event handlers in a cleaner way
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: mfinkle, Assigned: mfinkle)
Details
Some of the Event handlers in FUEL are actually tied to global observer notifications. Currently, we wait until shutdown to free the observers. A better approach might be to monitor the number of event handlers. If the count hits zero, free the observer. The reverse would also be true: auto-add an observer if one does not already exist.
Comment 1•9 years ago
|
||
FUEL is being removed in bug 1090880, so this is now wontfix.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•