kashiif / copy-urls-expert

Copy Urls Expert - Firefox Extension
https://addons.mozilla.org/firefox/addon/copy-urls-expert/
MIT License
23 stars 11 forks source link

Make e10s compatible #44

Closed Gitoffthelawn closed 7 years ago

Gitoffthelawn commented 7 years ago

Even though this line is included:

<em:multiprocessCompatible>true</em:multiprocessCompatible>

the extensions does not appear to actually be e10s-compatible. Firefox 53 is dumping out of e10s mode whenever the extension is enabled. :(

Gitoffthelawn commented 7 years ago

My error. My apologies.