Closed
Bug 1224443
Opened 10 years ago
Closed 10 years ago
Provide a list of add-ons to fix for let scope bustage
Categories
(addons.mozilla.org Graveyard :: Administration, defect)
addons.mozilla.org Graveyard
Administration
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: kmag, Assigned: kmag)
References
Details
Attachments
(1 file)
5.42 KB,
text/plain
|
Details |
I made some enhancements to weed out some false positives, and catch some more issues with multiple scripts being loaded into the same document. The numbers are a bit worse now, mainly because of ABP and forks:
Addons:
all: 344
exported: 265
imported,global: 196
shared: 80
imported,subscript_scopes: 56
imported,import_scopes: 25
shadow: 12
Users:
all: 29,268,397
exported: 29,118,048
imported,global: 28,310,012
imported,import_scopes: 1,335,708
imported,subscript_scopes: 878,658
shared: 252,630
shadow: 156,201
Assignee | ||
Comment 1•10 years ago
|
||
Assignee | ||
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Comment 2•10 years ago
|
||
How can I generate a similar list for -dev and stage?
Comment 3•10 years ago
|
||
(In reply to Jason Thomas [:jason] from comment #2)
> How can I generate a similar list for -dev and stage?
Flags: needinfo?(kmaglione+bmo)
Assignee | ||
Comment 4•10 years ago
|
||
(In reply to Jason Thomas [:jason] from comment #2)
> How can I generate a similar list for -dev and stage?
You should be able to safely use the same list for dev and stage.
Flags: needinfo?(kmaglione+bmo)
Updated•10 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
•