disable browser appcore's load of default page for new windows created by NewWebShell. fixes bug 11404. a:cyeh@netscape.com
git-svn-id: svn://10.0.0.236/trunk@43373 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -50,6 +50,15 @@ public:
|
||||
|
||||
NS_IMETHOD LockUntilChromeLoad() = 0;
|
||||
NS_IMETHOD GetLockedState(PRBool& aResult) = 0;
|
||||
|
||||
/**
|
||||
* Useful only during window initialization, this method knows whether
|
||||
* the window should try to load a default page, or just wait for
|
||||
* further instructions.
|
||||
* @param aYes returns PR_TRUE iff a default page should be loaded.
|
||||
* @return always NS_OK
|
||||
*/
|
||||
NS_IMETHOD ShouldLoadDefaultPage(PRBool *aYes) = 0;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user