[Webkit-unassigned] [Bug 16447] onload called too many times for <svg:image>
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Apr 28 09:27:59 PDT 2008
http://bugs.webkit.org/show_bug.cgi?id=16447
eric at webkit.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |sam at webkit.org,
| |darin at apple.com
------- Comment #12 from eric at webkit.org 2008-04-28 09:27 PDT -------
The change looks fine.
My comment over IRC was simply that:
hasLoadListener
doesn't actually do what it says. It's more:
hasListenerForLoadEventTarget(element)
(although that's kinda klunky name)
The real fix of course is to fix the event system to use "EventPromise"
stack-elements. I think this fix is fine until Darin or someone follows
through with adding an EventPromise.
Event promise is a stack-allocated object which knows how to malloc an Event
with the right information, but only does so when required.
--
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