Skip to content
  • cblu's avatar
    WebKit: · 7f0e2aaa
    cblu authored
            * WebKit.pbproj/project.pbxproj:
    
    WebBrowser:
    
    	Made Alexander responsible for opening downloads.
    
            * BrowserWebController.m:
            (-[BrowserWebController fileURLPolicyForMIMEType:andRequest:inFrame:]): call +[WBPreferences shouldOpenFileWithMIMEType:]
            (-[BrowserWebController contentPolicyForResponse:andRequest:inFrame:withContentPolicy:]): no open policy
            * Defaults.plist:
            * DownloadProgressEntry.m:
            (-[DownloadProgressEntry isDiskCopyFile]):
            (-[DownloadProgressEntry startDiskCopyInteraction]):
            (-[DownloadProgressEntry openFile]):
            (-[DownloadProgressEntry setCompleted]):
            * Preferences.subproj/WBPreferences.h:
            * Preferences.subproj/WBPreferences.m:
            (+[WBPreferences shouldOpenFileWithMIMEType:]): moved this method here from BrowserWebController as this is now called in 2 different places
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2594 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    7f0e2aaa