<rdar://problem/
3778314> REGRESSION: Can't proceed to survey questions on Lominger's Apple website
Because we will stop parsing when there is a pending redirection,
avoid setting one if no navigation would actually take place
because the number of steps is out of range.
* WebCoreSupport.subproj/WebBridge.m:
(-[WebBridge canGoBackOrForward:]):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@7421
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2004-08-27 Maciej Stachowiak <mjs@apple.com>
+
+ Reviewed by John.
+
+ <rdar://problem/3778314> REGRESSION: Can't proceed to survey questions on Lominger's Apple website
+
+ Because we will stop parsing when there is a pending redirection,
+ avoid setting one if no navigation would actually take place
+ because the number of steps is out of range.
+
+ * WebCoreSupport.subproj/WebBridge.m:
+ (-[WebBridge canGoBackOrForward:]):
+
2004-08-30 Darin Adler <darin@apple.com>
Reviewed by John.