Fix for bug 96786, r=bryner sr=blake

git-svn-id: svn://10.0.0.236/trunk@107313 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bhart00%yahoo.com
2001-11-05 05:15:21 +00:00
parent 48e1005da3
commit 240bedba4f
6 changed files with 10 additions and 10 deletions

View File

@@ -512,7 +512,7 @@ function AbNewList(abListItem)
window.openDialog("chrome://messenger/content/addressbook/abMailListDialog.xul",
"",
"chrome,titlebar,centerscreen,resizeable=no",
"chrome,titlebar,centerscreen,resizable=no",
{selectedAB:selectedAB});
}
@@ -537,7 +537,7 @@ function goEditListDialog(abURI, listURI)
{
window.openDialog("chrome://messenger/content/addressbook/abEditListDialog.xul",
"",
"chrome,titlebar,resizeable=no",
"chrome,titlebar,resizable=no",
{abURI:abURI, listURI:listURI});
}
@@ -545,7 +545,7 @@ function goNewCardDialog(selectedAB)
{
window.openDialog("chrome://messenger/content/addressbook/abNewCardDialog.xul",
"",
"chrome,resizeable=no,titlebar,modal,centerscreen",
"chrome,resizable=no,titlebar,modal,centerscreen",
{selectedAB:selectedAB});
}
@@ -553,6 +553,6 @@ function goEditCardDialog(abURI, card, okCallback, abCardURI)
{
window.openDialog("chrome://messenger/content/addressbook/abEditCardDialog.xul",
"",
"chrome,resizeable=no,modal,titlebar,centerscreen",
"chrome,resizable=no,modal,titlebar,centerscreen",
{abURI:abURI, card:card, okCallback:okCallback, abCardURI:abCardURI});
}

View File

@@ -10,7 +10,7 @@
{
window.openDialog("chrome://messenger/content/addressbook/abNewCardDialog.xul",
"",
"chrome,resizeable=no,titlebar,modal",
"chrome,resizable=no,titlebar,modal",
{selectedAB:selectedAB});
}

View File

@@ -680,7 +680,7 @@ function AddNodeToAddressBook (emailAddressNode)
var displayName = emailAddressNode.getAttribute("displayName");
window.openDialog("chrome://messenger/content/addressbook/abNewCardDialog.xul",
"",
"chrome,titlebar,resizeable=no",
"chrome,titlebar,resizable=no",
{primaryEmail:primaryEmail, displayName:displayName });
}
}

View File

@@ -51,8 +51,8 @@
#include <stdio.h>
#define PLUGINFINDER_COMMAND_BEGINNING "javascript:window.open(\""
#define PLUGINFINDER_COMMAND_END "\",\"plugin\",\"toolbar=no,status=no,resizeable=no,scrollbars=no,height=252,width=626\");"
#define PLUGINFINDER_COMMAND_END2 "\",\"plugin\",\"toolbar=no,status=no,resizeable=yes,scrollbars=yes,height=252,width=626\");"
#define PLUGINFINDER_COMMAND_END "\",\"plugin\",\"toolbar=no,status=no,resizable=no,scrollbars=no,height=252,width=626\");"
#define PLUGINFINDER_COMMAND_END2 "\",\"plugin\",\"toolbar=no,status=no,resizable=yes,scrollbars=yes,height=252,width=626\");"
//

View File

@@ -107,7 +107,7 @@ public:
#define PAGE_URL_FOR_JAVASCRIPT "http://cgi.netscape.com/cgi-bin/plugins/get_plugin.cgi"
#define PLUGINFINDER_COMMAND_BEGINNING "javascript:window.open(\""
#define PLUGINFINDER_COMMAND_END "\",\"plugin\",\"toolbar=no,status=no,resizeable=no,scrollbars=no,height=252,width=626\");"
#define PLUGINFINDER_COMMAND_END "\",\"plugin\",\"toolbar=no,status=no,resizable=no,scrollbars=no,height=252,width=626\");"
#define DEFAULT_PLUGINFINDER_URL "http://cgi.netscape.com/cgi-bin/plug-in_finder.cgi"
#define JVM_SMARTUPDATE_URL "http://home.netscape.com/plugins/jvm.html"

View File

@@ -108,7 +108,7 @@ public:
#define PAGE_URL_FOR_JAVASCRIPT "http://cgi.netscape.com/cgi-bin/plugins/get_plugin.cgi"
#define PLUGINFINDER_COMMAND_BEGINNING "javascript:window.open(\""
#define PLUGINFINDER_COMMAND_END "\",\"plugin\",\"toolbar=no,status=no,resizeable=no,scrollbars=no,height=252,width=626\");"
#define PLUGINFINDER_COMMAND_END "\",\"plugin\",\"toolbar=no,status=no,resizable=no,scrollbars=no,height=252,width=626\");"
#define DEFAULT_PLUGINFINDER_URL "http://cgi.netscape.com/cgi-bin/plug-in_finder.cgi"
#define JVM_SMARTUPDATE_URL "http://home.netscape.com/plugins/jvm.html"