Add-ons/Reviewers/MiscCannedResponses: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
(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:<br>
http://adblockplus.org/blog/binary-xpcom-components-are-dead-js-ctypes-is-the-way-to-go
<pre>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  ==


60

edits

Navigation menu