Closed
Bug 886377
Opened 12 years ago
Closed 12 years ago
Make EventTargetChain's ELM count optimization main-thread-only
Categories
(Core :: DOM: Events, defect)
Tracking
()
RESOLVED
FIXED
mozilla25
People
(Reporter: smaug, Assigned: smaug)
References
Details
Attachments
(1 file)
10.15 KB,
patch
|
jst
:
review+
|
Details | Diff | Splinter Review |
ELM[1] count checker is really useful only in the DOM thread, where nodes'
ELMs are stored in a hashtable, so accessing them isn't very fast.
We can just disable the optimization for workers (now that we're about to get normal
events to workers too)
[1] nsEventListenerManager
Attachment #766752 -
Flags: review?(jst)
Assignee | ||
Comment 1•12 years ago
|
||
Updated•12 years ago
|
Attachment #766752 -
Flags: review?(jst) → review+
Assignee | ||
Comment 2•12 years ago
|
||
Comment 3•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla25
You need to log in
before you can comment on or make changes to this bug.
Description
•