Bug 12282

Summary: SVG wastes time in malloc to send loadEvents to non-existent listeners
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Enhancement    
Priority: P4    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   

Eric Seidel (no email)
Reported 2007-01-15 07:31:22 PST
SVG wastes time in malloc to send loadEvents to non-existent listeners We could optimize out these load events by having an extra bool on SVGElement which told us if any of its kids had a load event listener. Keeping that bool up to date might be troublesome however.
Attachments
Eric Seidel (no email)
Comment 1 2008-04-28 09:28:49 PDT
*** This bug has been marked as a duplicate of 16447 ***
Note You need to log in before you can comment on or make changes to this bug.