Closed
Bug 1750142
Opened 3 years ago
Closed 3 years ago
window.screen.orientation.lock('any') causes crash.
Categories
(GeckoView :: General, defect)
Tracking
(firefox98 fixed)
RESOLVED
FIXED
98 Branch
Tracking | Status | |
---|---|---|
firefox98 | --- | fixed |
People
(Reporter: m_kato, Assigned: m_kato)
References
(Blocks 1 open bug)
Details
Crash Data
Attachments
(2 files)
This is the reason that testing/web-platform/tests/screen-orientation/lock-basic.html
crashes with dom.screenorientation.allow-lock=true
Assignee | ||
Comment 1•3 years ago
|
||
We should return rejected promise instead of nullptr
to make simple.
Assignee | ||
Comment 2•3 years ago
|
||
Assignee | ||
Updated•3 years ago
|
Crash Signature: [@ mozilla::hal_sandbox::HalParent::RecvLockScreenOrientation ]
Pushed by malexandru@mozilla.com:
https://hg.mozilla.org/mozilla-central/rev/52496c100eb0
Don't return nullptr for LockScreenOrientation. r=geckoview-reviewers,calu
https://hg.mozilla.org/mozilla-central/rev/0c855935ddc4
Support screen.orientation.lock('any') on GeckoView backend. r=geckoview-reviewers,calu
Comment 4•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/52496c100eb0
https://hg.mozilla.org/mozilla-central/rev/0c855935ddc4
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox98:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 98 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•