[Webkit-unassigned] [Bug 37121] REGRESSION(r57081): We think it triggered two tests to fail on Tiger because of race conditions (Requested by abarth on #webkit).

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 5 16:11:36 PDT 2010


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





--- Comment #5 from Eric Seidel <eric at webkit.org>  2010-04-05 16:11:35 PST ---
Our understanding of this failure is that this regression made it possible for
load events to fire on the outermost document, before the inner <object>
elements had a chance to schedule their loads.

<object> load scheduling is crazy.  it happens in the renderers via 
updateWidget which is scheduled from attach().

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