mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-13 03:24:26 +00:00
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:
parent
ec349aa2d4
commit
7ed5fc5209
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user