[Webkit-unassigned] [Bug 6679] evalAfterBackForwardNavigation causes hang when page can't be cached

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Fri Jan 27 15:47:10 PST 2006


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





------- Comment #3 from ggaren at apple.com  2006-01-27 15:47 -------
We could also use something like

     if (!navigationController.didNavigate) {...}

or

     navigationController.setState(true)
     if (!navigationController.getState())

to make things arbitrarily extensible.

valueForUndefinedKey would be helpful here, but it doesn't work yet.


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