Bug 1819593 - Set media.videocontrols.lock-video-orientation to false as default in GeckoView. r=geckoview-reviewers,owlish

`media.videocontrols.lock-video-orientation` uses deprecated mozLockOrientation
API and this API does nothing.

Fenix/android-component uses MediaSession API and its
`MediaSessionFullscreenFeature` sets screen orientation.

So it means that `media.videocontrols.lock-video-orientation` is unused and
unnecessary now. I would like to set false to avoid conflict of same feature
when toolkit/content/widgets/videocontrols.js implements screen orientation API.

Differential Revision: https://phabricator.services.mozilla.com/D172419
This commit is contained in:
Makoto Kato 2023-03-17 02:12:41 +00:00
parent c1b52fd95e
commit f150350f35

View File

@ -10501,7 +10501,7 @@
- name: media.videocontrols.lock-video-orientation
type: bool
value: @IS_ANDROID@
value: false
mirror: always
# Media Seamless Looping