Set multiprocessCompatible to false

This is the default, but it looks like Mozilla may start enabling e10s for
extensions that don't explicitly set this to false at some point [1] before
they turn it on in all cases.

[1] https://wiki.mozilla.org/Electrolysis#Add-ons_Schedule
This commit is contained in:
Dan Stillman 2016-10-11 22:39:17 -04:00
parent c477d482bf
commit 90485087ed

View file

@ -18,6 +18,7 @@
<em:aboutURL>chrome://zotero/content/about.xul</em:aboutURL>
<em:iconURL>chrome://zotero/skin/zotero-new-z-48px.png</em:iconURL>
<em:updateURL>https://www.zotero.org/download/update-source.rdf</em:updateURL>
<em:multiprocessCompatible>false</em:multiprocessCompatible>
<em:type>2</em:type> <!-- type=extension -->
<!-- Firefox -->