Open
Bug 329430
Opened 19 years ago
Updated 2 years ago
Do not reuse nsEvents
Categories
(Core :: DOM: Events, defect, P5)
Core
DOM: Events
Tracking
()
NEW
People
(Reporter: smaug, Unassigned)
References
Details
Currently we're reusing nsEvents in some cases.
For example http://lxr.mozilla.org/seamonkey/source/content/events/src/nsEventStateManager.cpp#4206
It'd be probably better not to reuse nsEvents, that is errorprone.
This problem may go away if/when merging nsEvent and nsDOMEvent.
Updated•15 years ago
|
Assignee: events → nobody
QA Contact: ian → events
Comment 1•6 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven’t been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•