6 ms·
addons do not use npapi, so vimperator, ublock, tab mix plus, etc will still work
by mrbig4545 11y ago
addons do not use npapi, so vimperator, ublock, tab mix plus, etc will still work
- uxcn 11y agoFor now, but XUL and XPCOM are also on the chopping block. Overall, it looks like Mozilla is planning to get rid of native access entirely.
- deleted 11y ago[deleted]
- uxcn 11y agoFrom what I can glean, content handlers should no longer be native, and WebExtensions are going to be more controlled in what you can and can't access.
- dblohm7 11y agoThere's nothing stopping you from bundling native code with your addon and having the addon launch the native process and communicate via a pipe.