Closed
Bug 1828356
Opened 2 years ago
Closed 2 years ago
Consider to have two EventTargetChainItem array caches
Categories
(Core :: DOM: Events, enhancement, P3)
Core
DOM: Events
Tracking
()
RESOLVED
FIXED
114 Branch
Tracking | Status | |
---|---|---|
firefox114 | --- | fixed |
People
(Reporter: smaug, Assigned: smaug)
References
(Blocks 1 open bug)
Details
(Whiteboard: [sp3])
Attachments
(1 file)
Often there are two ongoing event dispatches at the same time, for example click and then input event.
This would use a bit more memory but give better performance.
Assignee | ||
Comment 1•2 years ago
|
||
Pushed by opettay@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b0766cfcf4fb
Consider to have two EventTargetChainItem array caches, r=masayuki
Assignee | ||
Updated•2 years ago
|
Blocks: speedometer3
Comment 3•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox114:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 114 Branch
Updated•2 years ago
|
Whiteboard: [sp3]
Updated•2 years ago
|
See Also: → https://mozilla-hub.atlassian.net/browse/SP3-338
You need to log in
before you can comment on or make changes to this bug.
Description
•