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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user