27
edits
(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 | 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. |
edits