[Webkit-unassigned] [Bug 108545] Document is never released if an image's src attribute is changed to a url blocked by content-security-policy.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 1 12:49:05 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=108545





--- Comment #7 from Alexey Proskuryakov <ap at webkit.org>  2013-02-01 12:51:07 PST ---
I guess what I'm saying is that we have two bugs here.

1. A leak of the whole document. The best fix for this could be to accurately track m_hasPendingErrorEvent, always unsetting it after cancelEvent().

2. Error event not firing. The best fix for this is probably the one that's posted.

Not necessarily implying that these should be fixed in separate patches, but that's how I think about it.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list