зеркало из https://github.com/mozilla/gecko-dev.git
Bug 783644 - Part 1: Flip a pref so B2G ignores dialog=1 in window.open, like we do on other mobile platforms. r=smaug
This commit is contained in:
Родитель
971e750710
Коммит
e6aa23927e
|
@ -515,3 +515,6 @@ pref("hal.processPriorityManager.gonk.backgroundNice", 10);
|
||||||
pref("dom.ipc.processPrelauch.enabled", true);
|
pref("dom.ipc.processPrelauch.enabled", true);
|
||||||
// Wait this long before pre-launching a new subprocess.
|
// Wait this long before pre-launching a new subprocess.
|
||||||
pref("dom.ipc.processPrelauch.delayMs", 1000);
|
pref("dom.ipc.processPrelauch.delayMs", 1000);
|
||||||
|
|
||||||
|
// Ignore the "dialog=1" feature in window.open.
|
||||||
|
pref("dom.disable_window_open_dialog_feature", true);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче