Remove ResponsiveActor (get|set|clear)MetaViewportOverride
Categories
(DevTools :: Responsive Design Mode, task)
Tracking
(firefox92 fixed)
| Tracking | Status | |
|---|---|---|
| firefox92 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
Details
Attachments
(1 file)
The functions are only called from updateTouchSimulation (devtools/client/responsive/ui.js#887-894) and they're always called before the call to updateConfiguration for touch simulation, based on the touch simulation value.
This means we can directly set the proper flag on the docShell in BrowsingContextTargetActor#updateTargetConfiguration before handling touch simulation.
| Assignee | ||
Comment 1•4 years ago
|
||
The functions were only called from RDM ui updateTouchSimulation, before
the call to updateConfiguration for touch simulation, based on the touch simulation value.
This means we can directly set the proper flag on the docShell in
BrowsingContextTargetActor#updateTargetConfiguration before handling touch simulation.
The devtools.responsive.metaViewport.enabled pref is removed, as it was set to
true by default, and wasn't exposed in any UI.
Comment 3•4 years ago
|
||
| bugherder | ||
Description
•