adjusting chrome for new _blank windows
git-svn-id: svn://10.0.0.236/trunk@55389 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
f5e27dc7bc
commit
947c3cd8c1
@ -2651,7 +2651,7 @@ nsWebShell::GetTarget(const PRUnichar* aName)
|
||||
|
||||
if (name.EqualsIgnoreCase("_blank")) {
|
||||
nsIWebShell *shell;
|
||||
if (NS_OK == NewWebShell(PRUint32(~0), PR_TRUE, shell))
|
||||
if (NS_OK == NewWebShell(NS_CHROME_ALL_CHROME, PR_TRUE, shell))
|
||||
target = shell;
|
||||
else
|
||||
{
|
||||
|
||||
@ -2651,7 +2651,7 @@ nsWebShell::GetTarget(const PRUnichar* aName)
|
||||
|
||||
if (name.EqualsIgnoreCase("_blank")) {
|
||||
nsIWebShell *shell;
|
||||
if (NS_OK == NewWebShell(PRUint32(~0), PR_TRUE, shell))
|
||||
if (NS_OK == NewWebShell(NS_CHROME_ALL_CHROME, PR_TRUE, shell))
|
||||
target = shell;
|
||||
else
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user