Visit Mozilla.org

Update:Editors/Tools

From MozillaWiki

Tool repository for doing editor work. We keep our scripts over at a code.google.com project. If you would like to be able to commit to the repository, please email amo-editors AT mozilla.org.

Tools Wishlist [edit]

  • Localization validator: Validates encoding and presence of all localization strings
  • A Diff (provided by AMO?) between the new version and last version of the extension
  • Load and Send checker: It would be useful to spot in extensions where they send something to find backdoors (and also load, like remote javascript)
  • Interface and Components tester: Another good feature would be if it checks the components and interfaces called by the extension and checks if they are all available in the whole version range specified for the targetApplication in the install.rdf
  • Remote JS pattern detector
  • Remote XUL pattern detector