diff --git a/mailnews/addrbook/resources/content/abCommon.js b/mailnews/addrbook/resources/content/abCommon.js index c7d4016dc8af..8796d2bdfc31 100644 --- a/mailnews/addrbook/resources/content/abCommon.js +++ b/mailnews/addrbook/resources/content/abCommon.js @@ -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}); } diff --git a/mailnews/base/resources/content/mailOverlay.xul b/mailnews/base/resources/content/mailOverlay.xul index 48f7999e36f1..94795c2906bb 100644 --- a/mailnews/base/resources/content/mailOverlay.xul +++ b/mailnews/base/resources/content/mailOverlay.xul @@ -10,7 +10,7 @@ { window.openDialog("chrome://messenger/content/addressbook/abNewCardDialog.xul", "", - "chrome,resizeable=no,titlebar,modal", + "chrome,resizable=no,titlebar,modal", {selectedAB:selectedAB}); } diff --git a/mailnews/base/resources/content/msgHdrViewOverlay.js b/mailnews/base/resources/content/msgHdrViewOverlay.js index 883eeba38690..17f6cd7be884 100644 --- a/mailnews/base/resources/content/msgHdrViewOverlay.js +++ b/mailnews/base/resources/content/msgHdrViewOverlay.js @@ -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 }); } } diff --git a/modules/plugin/samples/default/mac/NullPlugin.cpp b/modules/plugin/samples/default/mac/NullPlugin.cpp index 87f13bee520d..672c62f0fae3 100644 --- a/modules/plugin/samples/default/mac/NullPlugin.cpp +++ b/modules/plugin/samples/default/mac/NullPlugin.cpp @@ -51,8 +51,8 @@ #include #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\");" // diff --git a/modules/plugin/samples/default/os2/plugin.h b/modules/plugin/samples/default/os2/plugin.h index 1ea0d531410a..7b21cafe9bd6 100644 --- a/modules/plugin/samples/default/os2/plugin.h +++ b/modules/plugin/samples/default/os2/plugin.h @@ -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" diff --git a/modules/plugin/samples/default/windows/plugin.h b/modules/plugin/samples/default/windows/plugin.h index c55ab019291d..1bc4572e3be4 100644 --- a/modules/plugin/samples/default/windows/plugin.h +++ b/modules/plugin/samples/default/windows/plugin.h @@ -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"