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:
danm%netscape.com
1999-08-16 22:23:19 +00:00
parent 4ae1fbacd2
commit 0d2f1b579b
14 changed files with 73 additions and 37 deletions

View File

@@ -560,7 +560,8 @@ nsresult nsNetSupportDialog::DoDialog( nsString& inXULURL )
return result;
}
result = appShellService->CreateTopLevelWindow(nsnull, dialogURL, PR_TRUE,
result = appShellService->CreateTopLevelWindow(nsnull, dialogURL,
PR_TRUE, PR_TRUE,
NS_CHROME_ALL_CHROME | NS_CHROME_OPEN_AS_DIALOG,
this, 300, 200, &dialogWindow);
mWebShellWindow = dialogWindow;