SeaMonkey:New for 2.0: Difference between revisions

m
→‎Note to Extension Authors: grammer, wikilinked XUL
(Add info on current extensions bundled with SeaMonkey.)
m (→‎Note to Extension Authors: grammer, wikilinked XUL)
Line 83: Line 83:
== Note to Extension Authors ==
== Note to Extension Authors ==


Now the SeaMonkey is an xul app, extensions which supply contents.rdf files and chrome.manifest files will be broken if the the chrome.manifest does not explicitly define what is in the contents.rdf file (e.g. overlays, content etc).
Now that SeaMonkey is a [[XUL]] app, extensions which supply contents.rdf files and chrome.manifest files will be broken if the the chrome.manifest does not explicitly define what is in the contents.rdf file (e.g. overlays, content etc).


The reason is that in the new SeaMonkey builds, contents.rdf files will be ignored if chrome.manifest files exist. If you need to define application specific overlays etc then [http://developer.mozilla.org/en/docs/Chrome_Registration#Manifest_Flags Chrome Registration] will tell you how to do it.
The reason is that in the new SeaMonkey builds, contents.rdf files will be ignored if chrome.manifest files exist. If you need to define application specific overlays etc then [http://developer.mozilla.org/en/docs/Chrome_Registration#Manifest_Flags Chrome Registration] will tell you how to do it.


Please test your revised extension in the latest SeaMonkey (links above) before updating your max version.
Please test your revised extension in the latest SeaMonkey (links above) before updating your max version.
27

edits