Merge devtools.inspector.showUserAgentShadowRoots into devtools.inspector.showAllAnonymousContent
Categories
(DevTools :: Inspector, task, P3)
Tracking
(firefox75 fixed)
| Tracking | Status | |
|---|---|---|
| firefox75 | --- | fixed |
People
(Reporter: jdescottes, Assigned: jdescottes)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
We currently have two preferences that control showing anonymous/user-agent content in the inspector:
- devtools.inspector.showUserAgentShadowRoots
- devtools.inspector.showAllAnonymousContent
Splitting them makes sense from a technical standpoint, but from a user point of view they serve the same purpose. Let's first fold showUserAgentShadowRoots into devtools.inspector.showAllAnonymousContent. The showAllAnonymousContent preference is automatically set for the Browser Toolbox, which means that Browser Toolbox users will automatically start seeing user agent shadow roots after this change.
We could also rename the preference to stop referring to "anonymous" (ua shadow roots are not anonymous content), and maybe expose a setting the in the DevTools options panel.
| Assignee | ||
Comment 1•5 years ago
|
||
Comment 2•5 years ago
|
||
Thanks for jumping on this - is the patch here ready for review? :-)
| Assignee | ||
Comment 3•5 years ago
|
||
Thanks for pinging me, I forgot to assign a reviewer! :)
Updated•5 years ago
|
Comment 5•5 years ago
|
||
| bugherder | ||
Description
•