[Webkit-unassigned] [Bug 107954] EventSender isn't suspended when page load is deferred

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 28 09:23:15 PST 2013


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


Yong Li <yoli at rim.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dbates at webkit.org




--- Comment #1 from Yong Li <yoli at rim.com>  2013-01-28 09:25:13 PST ---
I found this probably needs quite large refactor:

And even more scary thing is Document.cpp is calling these static functions:

    ImageLoader::dispatchPendingBeforeLoadEvents();
    ImageLoader::dispatchPendingLoadEvents();
    ImageLoader::dispatchPendingErrorEvents();

    HTMLLinkElement::dispatchPendingLoadEvents();
    HTMLStyleElement::dispatchPendingLoadEvents();

!!!!?????

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