Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mozilla is dropping XPCOM binary support on Firefox 40 #24

Open
AntoineTurmel opened this issue May 5, 2015 · 3 comments
Open

Mozilla is dropping XPCOM binary support on Firefox 40 #24

AntoineTurmel opened this issue May 5, 2015 · 3 comments

Comments

@AntoineTurmel
Copy link
Contributor

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 AntoineTurmel changed the title Mozilla is dropping binary support on Firefox 40 Mozilla is dropping XPCOM binary support on Firefox 40 May 5, 2015
@MickBim
Copy link

MickBim commented May 29, 2015

Et c'est compliqué à faire ?

@AntoineTurmel
Copy link
Contributor Author

A voir...

@YoruNoHikage
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants