Open
Bug 1253742
Opened 9 years ago
Updated 3 years ago
Make SpecialPowers.setTestPluginEnabledState() more usable
Categories
(Testing :: Mochitest, defect)
Testing
Mochitest
Tracking
(Not tracked)
NEW
People
(Reporter: mccr8, Unassigned)
Details
It seems like most or all tests in practice have to use a wrapper around SpecialPowers.setTestPluginEnabledState(), like in dom/plugins/test/mochitest/plugin-utils.js. Ideally we'd make that part of SpecialPowers so people could use it directly and not have to copy around so much boilerplate (or to move their test to the plugins directory).
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•