Skip to content
  • mjs's avatar
    WebKit: · 6a96e2b0
    mjs authored
    	Change things so the public interface to loading is loadRequest:
    	and everything else is private.
    
            * Plugins.subproj/WebBaseNetscapePluginView.m:
            (-[WebBaseNetscapePluginView loadRequest:inTarget:withNotifyData:]):
            * Plugins.subproj/WebPluginController.m:
            (-[WebPluginController showURL:inFrame:]):
            * WebView.subproj/WebController.h:
            * WebView.subproj/WebController.m:
            (-[WebController init]):
            * WebView.subproj/WebControllerPrivate.m:
            (-[WebController _createFrameNamed:inParent:allowsScrolling:]):
            (-[WebController _downloadURL:toPath:]):
            * WebView.subproj/WebFrame.h:
            * WebView.subproj/WebFrame.m:
            (-[WebFrame init]):
            (-[WebFrame initWithName:webView:controller:]):
            (-[WebFrame loadRequest:]):
            (-[WebFrame reload]):
            * WebView.subproj/WebFramePrivate.h:
            * WebView.subproj/WebFramePrivate.m:
            (-[WebFrame _timedLayout:]):
            (-[WebFrame _clearProvisionalDataSource]):
            (-[WebFrame _loadItem:fromItem:withLoadType:]):
            (-[WebFrame _loadRequest:triggeringAction:]):
            (-[WebFrame _reloadAllowingStaleDataWithOverrideEncoding:]):
            (-[WebFrame _itemForRestoringDocState]):
            (-[WebFrame _setProvisionalDataSource:]):
            (-[WebFrame _startLoading]):
            (-[WebFrame _downloadRequest:toPath:]):
            * WebView.subproj/WebMainResourceClient.m:
            (-[WebMainResourceClient handle:willSendRequest:]):
            (-[WebMainResourceClient stopLoadingAfterContentPolicy]):
            (-[WebMainResourceClient handle:didReceiveResponse:]):
            * WebView.subproj/WebView.m:
            (-[WebView concludeDragOperation:]):
    
    WebBrowser:
    
    	Change things so the public interface to loading is loadRequest:
    	and everything else is private.
    
            * BrowserDocument.m:
            (-[BrowserDocument goToRequest:]):
            * BrowserWebController.m:
            (-[BrowserWebController initWithBrowserDocument:]):
            * Debug/SnippetController.h:
            * Debug/SnippetController.m:
            (-[SnippetController dealloc]):
            (-[SnippetController windowWillClose:]):
            (-[SnippetController load]):
            (-[SnippetController loadComplete]):
            (-[SnippetController mainDataSource]):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2683 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    6a96e2b0