From 9cd4e0e6c5abcf345735e2f2321b4c19ff094778 Mon Sep 17 00:00:00 2001 From: "danm%netscape.com" Date: Mon, 31 Jan 2000 21:33:50 +0000 Subject: [PATCH] changing name of opened window from 'null' to '_blank'. travis' idea. r:me git-svn-id: svn://10.0.0.236/trunk@59272 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/profile/pref-migrator/src/nsPrefMigration.cpp | 4 ++-- mozilla/xpfe/appshell/src/nsCommonDialogs.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mozilla/profile/pref-migrator/src/nsPrefMigration.cpp b/mozilla/profile/pref-migrator/src/nsPrefMigration.cpp index 451165857f9..15c40e0a584 100644 --- a/mozilla/profile/pref-migrator/src/nsPrefMigration.cpp +++ b/mozilla/profile/pref-migrator/src/nsPrefMigration.cpp @@ -1923,9 +1923,9 @@ nsPrefMigration::ShowPMDialogEngine(nsIDialogParamBlock *ioParamBlock, const cha void *stackPtr; jsval *argv = JS_PushArguments( jsContext, &stackPtr, - "svs%ip", + "sss%ip", inChromeURL, - JSVAL_NULL, + "_blank", "chrome", (const nsIID*)(&NS_GET_IID(nsIDialogParamBlock)), (nsISupports*)ioParamBlock diff --git a/mozilla/xpfe/appshell/src/nsCommonDialogs.cpp b/mozilla/xpfe/appshell/src/nsCommonDialogs.cpp index b41db962c43..0714547684e 100644 --- a/mozilla/xpfe/appshell/src/nsCommonDialogs.cpp +++ b/mozilla/xpfe/appshell/src/nsCommonDialogs.cpp @@ -418,9 +418,9 @@ nsresult nsCommonDialogs::Select(nsIDOMWindow *inParent, const PRUnichar *inDial void *stackPtr; jsval *argv = JS_PushArguments( jsContext, &stackPtr, - "svs%ip", + "sss%ip", inChromeURL, - JSVAL_NULL, + "_blank", "chrome,modal", (const nsIID*)(&NS_GET_IID(nsIDialogParamBlock)), (nsISupports*)ioParamBlock