echofon-firefox-unofficial icon indicating copy to clipboard operation
echofon-firefox-unofficial copied to clipboard

Mozilla is dropping XPCOM binary support on Firefox 40

Open AntoineTurmel opened this issue 9 years ago • 3 comments

https://blog.mozilla.org/addons/2015/05/04/dropping-support-for-binary-components/

This means everything in /platform need to be replaced using the addon SDK “system/child_process”

AntoineTurmel avatar May 05 '15 08:05 AntoineTurmel

Et c'est compliqué à faire ?

MickBim avatar May 29 '15 22:05 MickBim

A voir...

AntoineTurmel avatar May 30 '15 18:05 AntoineTurmel

There's already the ctypes alternative in the source code even if :

If this is not sufficient, JS-ctypes may be an alternative mechanism to use shared libraries, but this API is much more fragile and it’s easy to write unsafe code.

https://github.com/AntoineTurmel/echofon-firefox-unofficial/blob/master/modules/EchofonSign.jsm#L178

YoruNoHikage avatar Jul 02 '15 12:07 YoruNoHikage