зеркало из https://github.com/mozilla/gecko-dev.git
Backed out 1 changesets (bug 1408446
) for browser-chrome failures in browser/components/extensions/test/browser/browser_ext_windows.js r=backout a=backout on a CLOSED TREE
Backed out changeset 2311fe1447d8 (bug 1408446
)
This commit is contained in:
Родитель
b99ddfe0e7
Коммит
3e8854a634
|
@ -145,13 +145,13 @@ this.windows = class extends ExtensionAPI {
|
|||
args.appendElement(mkstr(aboutNewTabService.newTabURL));
|
||||
}
|
||||
|
||||
let features = ["chrome", "dialog=no"];
|
||||
let features = ["chrome"];
|
||||
|
||||
if (createData.type === null || createData.type == "normal") {
|
||||
features.push("all");
|
||||
features.push("dialog=no", "all");
|
||||
} else {
|
||||
// All other types create "popup"-type windows by default.
|
||||
features.push("resizable", "minimizable", "centerscreen", "titlebar", "close");
|
||||
features.push("dialog", "resizable", "minimizable", "centerscreen", "titlebar", "close");
|
||||
}
|
||||
|
||||
if (createData.incognito !== null) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче