Account confirmers, Confirmed users
126
edits
No edit summary |
|||
Line 32: | Line 32: | ||
<pre style="white-space:pre-wrap;">Extension preferences should be stored in the "extensions." branch. So rather than "myextension.abcpref" it should "extensions.myextension.abcpref".</pre> | <pre style="white-space:pre-wrap;">Extension preferences should be stored in the "extensions." branch. So rather than "myextension.abcpref" it should "extensions.myextension.abcpref".</pre> | ||
== Use ctypes or NPAPI plugins rather than XPCOM == | == Use ctypes or NPAPI plugins rather than XPCOM == | ||
<pre style="white-space:pre-wrap;"> | <pre style="white-space:pre-wrap;">P.S. You should consider using ctypes rather than binary components if at all possible. Libraries loaded via ctypes do no need to be recompiled for each Gecko release, and often times stub libraries can be avoided altogether when a C linkage API is already available for the functionality that you need.</pre> | ||
== Approval Notes == | == Approval Notes == |