зеркало из https://github.com/mozilla/pjs.git
Bug 298987 - -chrome flag opens windows that are not resizable r=mconnor
This commit is contained in:
Родитель
5a766fd564
Коммит
36d7ab4119
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче