[Webkit-unassigned] [Bug 7058] REGRESSION: Tab seems to be loading forever after redirect

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sat Feb 4 09:14:25 PST 2006


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





------- Comment #5 from sullivan at apple.com  2006-02-04 09:14 PDT -------
Great work tracking this down! I presume this means the checkin in WebCore with
the following comment in ChangeLog:

        - use Timer for everything, kill timer features of QObject, QTimer,
QTimerEvent

Safari gets into a state where it knows an instant client redirect is pending,
but then this state never gets cleared. So it thinks an instant client redirect
is pending forever, hence the UI looks like we're still loading as we wait. So
the change that broke it is either something about sending a 0-interval client
redirect webView: delegate call back where one was not sent before, or
something about not cancelling such a redirect.


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