Bug 298987 - -chrome flag opens windows that are not resizable r=mconnor

This commit is contained in:
bsmedberg%covad.net 2005-10-12 20:03:17 +00:00
Родитель 5a766fd564
Коммит 36d7ab4119
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;