Bug 12282
Summary: | SVG wastes time in malloc to send loadEvents to non-existent listeners | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Enhancement | ||
Priority: | P4 | ||
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 |
Eric Seidel (no email)
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Eric Seidel (no email)
*** This bug has been marked as a duplicate of 16447 ***