Extension Test is a Firefox extension that tests for a few of the harder-to-detect criteria for AMO approval. At the moment, these include:
- Variables defined in the global window scope
- DOM node IDs defined in shared namespaces
- Properties added to native prototypes
- New XPCOM classes and interfaces
- JavaScript global augmentation categories
- Dangerous uses of setInterval, setTimeout, and XMLHttpRequest in chrome code.
- Sets required debugging preferences: javascript.options.showInConsole and dom.report_all_js_exceptions
New values for these items are displayed in the status bar or Add-on Bar, as well as reported to the Error Console and the process's standard output when the browser.dom.window.dump.enabled preference is set. New values are detected based on the set that was defined when the extension was first installed. This can be reset at any time from the add-on's Preferences dialog.
Product's homepage
Requirements:
· Mozilla Firefox
What's New in This Release: [ read full changelog ]
· Fix inter-compartment E4X passing errors in Gecko 15.