Bug 298987 - -chrome flag opens windows that are not resizeable - r=mconnor a=mscott

git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@182173 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bsmedberg%covad.net
2005-10-13 17:14:33 +00:00
parent f20ddcb52e
commit 31c56bfcc2

View File

@@ -328,7 +328,7 @@ var nsBrowserContentHandler = {
openPreferences();
} else {
var features = "chrome,dialog=no,all" + this.getFeatures(cmdLine);
openWindow(null, chromeParam, "_blank", features, null);
openWindow(null, chromeParam, "_blank", features, "");
}
cmdLine.preventDefault = true;