Closed
Bug 1819593
Opened 2 years ago
Closed 2 years ago
Set media.videocontrols.lock-video-orientation to false as default in GeckoView
Categories
(GeckoView :: General, enhancement, P1)
Tracking
(firefox111 wontfix, firefox112 wontfix, firefox113 fixed)
RESOLVED
FIXED
113 Branch
People
(Reporter: m_kato, Assigned: m_kato)
References
(Blocks 1 open bug)
Details
(Whiteboard: [geckoview:m113])
Attachments
(1 file)
media.videocontrols.lock-video-orientation
uses deprecated mozLockOrientation API and this API does nothing.
Fenix/ac uses MediaSession
API then ac's MediaSessionFullscreenFeature
sets screen orientation.
So it means that media.videocontrols.lock-video-orientation is unused/unnecessary now.
Assignee | ||
Comment 1•2 years ago
|
||
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.
Updated•2 years ago
|
Assignee: nobody → m_kato
Status: NEW → ASSIGNED
Updated•2 years ago
|
Severity: -- → N/A
Priority: -- → P1
Whiteboard: [geckoview:m113]
Pushed by m_kato@ga2.so-net.ne.jp:
https://hg.mozilla.org/integration/autoland/rev/09181b684027
Set media.videocontrols.lock-video-orientation to false as default in GeckoView. r=geckoview-reviewers,owlish
Comment 3•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox113:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 113 Branch
Updated•2 years ago
|
status-firefox111:
--- → wontfix
status-firefox112:
--- → wontfix
You need to log in
before you can comment on or make changes to this bug.
Description
•