[Webkit-unassigned] [Bug 12282] New: SVG wastes time in malloc to send loadEvents to non-existent listeners
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jan 15 07:31:23 PST 2007
http://bugs.webkit.org/show_bug.cgi?id=12282
Summary: SVG wastes time in malloc to send loadEvents to non-
existent listeners
Product: WebKit
Version: 420+ (nightly)
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: NEW
Severity: Enhancement
Priority: P4
Component: SVG
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: macdome at opendarwin.org
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.
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list