Add e10s warning

Este commit está contenido en:
JustOff
2017-11-11 22:51:42 +02:00
padre 866b7fca28
commit fd0320419a

4
bootstrap.js vendido
Ver fichero

@@ -131,6 +131,10 @@ let caaIn = function (w) {
b = null; b = null;
}, },
run : function () { run : function () {
if (Services.ppmm.childCount > 1) {
Services.prompt.alert(null, "Classic Add-ons Archive", "Multi-process mode is not supported now,\nplease disable it and restart the browser.");
return;
}
let isOpen = false; let isOpen = false;
let winenu = Services.wm.getEnumerator("navigator:browser"); let winenu = Services.wm.getEnumerator("navigator:browser");
loop: while (winenu.hasMoreElements()) { loop: while (winenu.hasMoreElements()) {