Skip to content
  • mjs's avatar
    WebKit: · 5fa22083
    mjs authored
    	Don't ask for the content policy any more if the previous policies
    	said to save - in effect this means to ask only if the previous
    	policies said to use the content policy. Also, remove now-useless
    	previous content policy parameter from content policy delegate.
    
            * WebView.subproj/WebControllerPolicyDelegate.h:
            * WebView.subproj/WebDataSourcePrivate.m:
    	(-[WebDataSource _setContentPolicy:]): Retain new policy before
    	releasing the old one.
            * WebView.subproj/WebDefaultPolicyDelegate.m:
            * WebView.subproj/WebMainResourceClient.m:
    	(-[WebMainResourceClient handle:didReceiveResponse:]): Don't ask
    	for content policy if the delegate already decided to save.
    
    WebBrowser:
    
    	Adjusted for WebKit API change.
    
            * BrowserWebController.m:
            (-[BrowserWebController contentPolicyForResponse:andRequest:inFrame:]):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2622 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    5fa22083