|
Extension Test is a Thunderbird 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.
How to Install in Thunderbird:
1. Right-click the link below and choose "Save Link As..." to download and save the file to your hard disk.
2. In Mozilla Thunderbird, open Add-ons from the Tools menu.
3. Click the Install button, and locate/select the file you downloaded and click "OK".
Product's homepage
Requirements:
· Mozilla Thunderbird
What's New in This Release: [ read full changelog ]
· Fewer false positives in tracker checks.
· Less noisy jQuery tests.
Via: Extension Test for Thunderbird 2.12.5
No comments:
Post a Comment