[Webkit-unassigned] [Bug 16447] onload called too many times for <svg:image>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 12 11:00:33 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=16447


eric at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #20490|review?                     |review-
               Flag|                            |




------- Comment #6 from eric at webkit.org  2008-04-12 11:00 PDT -------
(From update of attachment 20490)
Nice!

I don't think static RefPtr is "safe".  the Event object would end up shared
between frames, and would be unsafe.  Data could survive on the JSEvent wrapper
too (since those are generally cached based on pointer).

I think that <image> should delay its onload until after its resources are
loaded and ready to render anyway.  I'm not sure what that means for
externalResourcesRequired on <image> then...

r- for the Event sharing issue.


-- 
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