Loading
Bug 1842197 - [devtools] Limit reads of...
Bug 1842197 - [devtools] Limit reads of devtools.inspector.ruleview.inline-compatibility-warning.enabled. r=devtools-reviewers,ochameau, a=pascalc We already have a pref observer for the pref, so we can store the pref value on the RuleView instance and check this property instead of using Services.prefs. Differential Revision: https://phabricator.services.mozilla.com/D183001