[Webkit-unassigned] [Bug 9959] REGRESSION: iframes stop rendering after 30 reloads (debug build)

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Mon Jul 17 09:03:03 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=9959





------- Comment #12 from ap at nypop.com  2006-07-17 09:03 PDT -------
Apparently, the frame count isn't reset when reloading. HTMLIFrameElement.cpp,
line 91:

    // FIXME: This limit could be higher, but WebKit has some
    // algorithms that happen while loading which appear to be N^2 or
    // worse in the number of frames
    if (w->frame()->page()->frameCount() >= 200)
        return false;


-- 
Configure bugmail: http://bugzilla.opendarwin.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