Removed RemoveFocus, Stop, Reload, and SetContentViewer as these functions are no longer called. Work for 13374 and landing of new session history/ uriloading. r=mscott a=jevering

This commit is contained in:
tbogard%aol.net 2000-02-24 04:15:48 +00:00
parent ec349aa2d4
commit 7ed5fc5209

View File

@ -124,9 +124,6 @@ public:
PRBool aAllowPlugins = PR_TRUE,
PRBool aIsSunkenBorder = PR_FALSE) = 0;
NS_IMETHOD RemoveFocus() = 0;
/**
* Set the nsIWebShellContainer for the WebShell.
*/
@ -295,21 +292,11 @@ public:
NS_IMETHOD SetDocument(nsIDOMDocument *aDOMDoc, nsIDOMElement *aRootNode) = 0;
/**
* Stop loading the current document.
*/
NS_IMETHOD Stop(void) = 0;
// XXX Temp Hacks
NS_IMETHOD StopBeforeRequestingURL() = 0;
NS_IMETHOD StopAfterURLAvailable() = 0;
/**
* Reload the current document.
*/
NS_IMETHOD Reload(nsLoadFlags aType) = 0;
//
// History api's
//
@ -329,7 +316,6 @@ public:
// SetMenuBar
// SetStatusBar
NS_IMETHOD SetContentViewer(nsIContentViewer* aViewer) = 0;
NS_IMETHOD SetScrolling(PRInt32 aScrolling, PRBool aSetCurrentAndInitial = PR_TRUE) = 0;
NS_IMETHOD GetScrolling(PRInt32& aScrolling) = 0;