Crash in InternalOrientationToType
Categories
(Core :: DOM: Core & HTML, defect, P2)
Tracking
()
People
(Reporter: marcia, Assigned: mbrubeck)
References
Details
(Keywords: crash, regression)
Crash Data
Attachments
(1 file)
|
47 bytes,
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-beta+
|
Details | Review |
| Reporter | ||
Comment 1•7 years ago
|
||
Comment 2•7 years ago
|
||
Comment 4•7 years ago
|
||
Updated•7 years ago
|
Comment 5•7 years ago
|
||
Updated•7 years ago
|
Comment 6•7 years ago
|
||
| Assignee | ||
Comment 7•7 years ago
|
||
| Assignee | ||
Comment 8•7 years ago
|
||
I can't reproduce this crash, so this patch is speculative, based on one possible place where a bad value might slip through.
| Assignee | ||
Comment 10•6 years ago
|
||
Comment 11•6 years ago
|
||
Comment 12•6 years ago
|
||
| bugherder | ||
Comment 13•6 years ago
|
||
Might be worth fixing in 65 still?
| Assignee | ||
Comment 14•6 years ago
|
||
Comment on attachment 9035665 [details]
Bug 1493980 - Don't pass indefinite screen orientations to Gecko. r?snorp
[Beta/Release Uplift Approval Request]
Feature/Bug causing the regression: Bug 1476106
User impact if declined: Crashes in Firefox for Android, at a rate of about 1000/week. This patch isn't known to eliminate these crashes, but it might.
Is this code covered by automated tests?: Yes
Has the fix been verified in Nightly?: No
Needs manual test from QE?: No
If yes, steps to reproduce:
List of other uplifts needed: None
Risk to taking this patch: Low
Why is the change risky/not risky? (and alternatives if risky): Very low-risk patch. Small, Android-only, and it just adds some validation to prevent "should never happen" values from being passed to code that can't handle them.
String changes made/needed:
Updated•6 years ago
|
Comment 15•6 years ago
|
||
Comment on attachment 9035665 [details]
Bug 1493980 - Don't pass indefinite screen orientations to Gecko. r?snorp
[Triage Comment]
Low-risk speculative fix for a longstanding crash. Approved for 65.0b12.
Comment 16•6 years ago
|
||
| bugherder uplift | ||
Updated•6 years ago
|
Description
•