[Webkit-unassigned] [Bug 9001] Javascript stops running before replacement page data arrives
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Fri Jun 9 11:55:12 PDT 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=9001
------- Comment #4 from ggaren at apple.com 2006-06-09 11:55 PDT -------
To be specific, this is what I think might be wrong:
Our old behavior was to make all decisions based on the current page. This
patch changes behavior to make certain decisions based on a previous page
(_private->previousCanCachePage, for example), while still making others based
on the current page (!_private->quickRedirectComing, for example). I'm worried
that these decisions will end up out of sync with each other.
I would also like to see some testing and confirmation that (1) pages get
loaded into the back/forward cache; and (2) all the possible branches, like the
quickRedirectComing branch, work appropriately.
Since nobody else has said anything, I'm going to mark this r- for now, and
hope that somebody picks it up later.
--
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