Open
Bug 1695257
Opened 4 years ago
Stop using devtools.selfxss.count to determine if we should show Inspect Accessibility Properties after devtools.everOpened pref has had time to accumulate values (after Firefox 91, next ESR)
Categories
(Firefox :: Menus, task, P3)
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox88 | --- | affected |
People
(Reporter: Gijs, Unassigned)
References
Details
In bug 1686929 we're adding devtools.everOpened to determine if the user has ever opened devtools, and building menu logic off of it.
To avoid this not working because the pref is initially not set, we're also checking devtools.selfxss.count (via isDevtoolsUser).
Once ESR91 rolls around, we should remove the checks for the latter.
You need to log in
before you can comment on or make changes to this bug.
Description
•