60
edits
(only us formatted for code! quoted fixes the noWrap problems) |
mNo edit summary |
||
Line 50: | Line 50: | ||
</blockquote> | </blockquote> | ||
== Use ctypes or NPAPI plugins rather than XPCOM == | == Use ctypes or NPAPI plugins rather than XPCOM == | ||
<blockquote> | <blockquote>p.s. you might want to investigate if using ctypes or rewriting as a NPAPI plugin would work for your addon instead. <br>If so then the binaries wouldn't need recompiling for each Firefox release.<br> <pre>ctypes: | ||
p.s. you might want to investigate if using ctypes or rewriting as a NPAPI plugin would work for your addon instead. <br>If so then the binaries wouldn't need recompiling for each Firefox release.<br>ctypes: | http://adblockplus.org/blog/binary-xpcom-components-are-dead-js-ctypes-is-the-way-to-go | ||
NPAPI: | NPAPI: | ||
https://developer.mozilla.org/en/Plugins</pre></blockquote> | https://developer.mozilla.org/en/Plugins</pre></blockquote> | ||
== Approval Notes == | == Approval Notes == | ||
edits