Fix _getActiveGMPPlugins
Categories
(Toolkit :: Telemetry, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox102 | --- | fixed |
People
(Reporter: jrmuizel, Assigned: jrmuizel)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
This path is currently broken because we stopped notifying
'plugin-blocklist-loaded' when we removed NPAPI blocklisting in
6e00aba7e14f
However, it's also no longer needed. Services.blocklist.isLoaded is
always true since we removed the XML blocklist backend in 06ca3c111fc7
so we don't need to check for it anymore. The atStartup parameter was
added in 1fa2a1d2d41e to avoiding checking isLoaded during startup
which we don't need anymore because we aren't checking isLoaded.
This will fix the gmp addons data getting stuck in the dummy state.
Assignee | ||
Comment 1•3 years ago
|
||
This path is currently broken because we stopped notifying
'plugin-blocklist-loaded' when we removed NPAPI blocklisting in
6e00aba7e14f
However, it's also no longer needed. Services.blocklist.isLoaded is
always true since we removed the XML blocklist backend in 06ca3c111fc7
so we don't need to check for it anymore. The atStartup parameter was
added in 1fa2a1d2d41e to avoiding checking isLoaded during startup
which we don't need anymore because we aren't checking isLoaded.
This will fix the gmp addons data getting stuck in the dummy state.
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Comment 3•3 years ago
|
||
bugherder |
Updated•3 years ago
|
Description
•