window.open(,_blank) now always opens a new window. r:joki

git-svn-id: svn://10.0.0.236/trunk@47484 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
danm%netscape.com
1999-09-15 00:40:06 +00:00
parent 23059be727
commit daa0ebcbb0

View File

@@ -1661,6 +1661,8 @@ NS_IMETHODIMP nsWebShellWindow::FindWebShellWithName(const PRUnichar* aName,
// first, special cases
if (nameStr.Length() == 0)
return NS_OK;
if (nameStr.EqualsIgnoreCase("_blank"))
return NS_OK;
if (nameStr.EqualsIgnoreCase("_content"))
return GetContentWebShell(&aResult);