Closed
Bug 725310
Opened 13 years ago
Closed 13 years ago
Validation should not issue warnings about the use of globals in restartless add-ons
Categories
(addons.mozilla.org Graveyard :: Add-on Validation, defect)
addons.mozilla.org Graveyard
Add-on Validation
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dimsal.public, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 5.1; rv:10.0) Gecko/20100101 Firefox/10.0
Build ID: 20120129021758
Steps to reproduce:
Currently each modification and some accesses to JS globals generate warnings for restartless add-ons. But since those globals reside in the add-ons own isolated sandboxes any modifications are most unlikely to spill into common spaces (unless an overwrite is directly requested or part of specially injected code), which limits their liability to add-on's performance. This is a minor annoyance by itself but the amount of such superfluous warnings can be confusingly enormous.
Comment 1•13 years ago
|
||
Are you referring to Jetpack SDK based add-ons?
Reporter | ||
Comment 2•13 years ago
|
||
(In reply to Wil Clouser [:clouserw] from comment #1)
> Are you referring to Jetpack SDK based add-ons?
Since they are restartless they can be affected too, but I'm referring to the phenomenon in general.
Comment 3•13 years ago
|
||
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•9 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•