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
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user