Skip to content
  • mjs's avatar
    WebKit: · 61d1c337
    mjs authored
    	Combined file URL policy with content policy. We don't actually
    	bother to ask earlier for file URLs yet, since that will make
    	things more complicated.
    
            * Misc.subproj/WebKitErrors.h:
            * WebView.subproj/WebControllerPolicyDelegate.h:
            * WebView.subproj/WebDefaultPolicyDelegate.m:
            * WebView.subproj/WebFramePrivate.h:
            * WebView.subproj/WebFramePrivate.m:
            (-[WebFrame _handleUnimplementablePolicy:errorCode:forURL:]):
            (-[WebFrame _continueAfterNavigationPolicyForRequest:dataSource:]):
            * WebView.subproj/WebMainResourceClient.h:
            * WebView.subproj/WebMainResourceClient.m:
            (-[WebMainResourceClient stopLoadingAfterContentPolicy]):
            (-[WebMainResourceClient handle:didReceiveResponse:]):
            * WebView.subproj/WebView.m:
            (+[WebView initialize]):
    
    WebBrowser:
    
    	Combined file URL policy with content policy. Also adjusted error
    	handling to continue to handle file errors well.
    
            * BrowserWebController.m:
            (-[BrowserWebController unableToImplementPolicy:error:forURL:inFrame:]):
            (-[BrowserWebController contentPolicyForMIMEType:andRequest:inFrame:]):
            * LocationChangeError.m:
            (-[LocationChangeHandler specializedTitleForError:]):
            (-[LocationChangeHandler specializedMessageForError:]):
            * LocationChangeHandler.m:
            (-[LocationChangeHandler locationChangeDone:forDataSource:]):
            * WebBrowser.pbproj/project.pbxproj:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2671 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    61d1c337