Skip to content
  • trey's avatar
    fixed 3096030 - Crash in -[WebBackForwardList goToEntry:] when playing with... · b613789e
    trey authored
    	fixed 3096030 - Crash in -[WebBackForwardList goToEntry:] when playing with SnapBack and dictionary.com
    
            * WebView.subproj/WebFramePrivate.m:
            (-[WebFrame _isLoadComplete]):  Set state=completed only after we tell the bridge to
    	end the load.  This allows client redirects to be processed before we think we're complete.
            (-[WebFrame _loadURL:loadType:clientRedirect:triggeringEvent:]):
    	Only process client redirects as such if we are not already complete.  This makes JS driven
    	navigations after load-time work like the user would expect, as normal navigations.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2649 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    b613789e