Skip to content

Commit

Permalink
Add e10s warning
Browse files Browse the repository at this point in the history
  • Loading branch information
JustOff committed Nov 11, 2017
1 parent 866b7fc commit fd03204
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,10 @@ let caaIn = function (w) {
b = null;
},
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 winenu = Services.wm.getEnumerator("navigator:browser");
loop: while (winenu.hasMoreElements()) {
Expand Down

1 comment on commit fd03204

@JustOff
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tag #2.

Please sign in to comment.