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)

x86_64
Linux
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla25

People

(Reporter: smaug, Assigned: smaug)

References

Details

Attachments

(1 file)

Attached patch patchSplinter 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)
Blocks: 887239
Attachment #766752 - Flags: review?(jst) → review+
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.

Attachment

General

Created:
Updated:
Size: