Philip Chee wrote:
On Sat, 04 Mar 2006 21:10:41 +0000, Neil wrote:

In the Firefox 1.5 chrome.manifest you can specify xpcnativewrappers=no
when registering content. For seamonkey, how do you do that from
install.js? Or do you even need to do so?

SeaMonkey requires the reverse - in the contents.rdf for the content package you need to specify xpcNativeWrappers="yes" (with the appropriate namespace, of course).

Can anyone point me towards some examples of the syntax needed (um. camel
case?). DevMo seems only to have chrome.manifest examples. Ta.

???

<RDF:Description about="urn:mozilla:package:mychromename"
     chrome:name="mychromename"
     chrome:displayName="Add-on name"
     chrome:author="my name/my e-mail"
     chrome:authorURL="http://mychromename.mozdev.org/index.html";
     chrome:description="bla bla bla."
     chrome:extension="true"
     chrome:xpcNativeWrappers="yes"
     chrome:skinVersion="1.5">
</RDF:Description>

/HJ
_______________________________________________
Project_owners mailing list
[email protected]
http://mozdev.org/mailman/listinfo/project_owners

Reply via email to