GeckoAppShell.isTablet always returns false
Categories
(GeckoView :: General, defect, P3)
Tracking
(firefox-esr102 unaffected, firefox106 wontfix, firefox107 wontfix, firefox108 wontfix, firefox109 fixed)
| Tracking | Status | |
|---|---|---|
| firefox-esr102 | --- | unaffected |
| firefox106 | --- | wontfix |
| firefox107 | --- | wontfix |
| firefox108 | --- | wontfix |
| firefox109 | --- | fixed |
People
(Reporter: m_kato, Assigned: m_kato)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
When running GeckoView, HardwareUtils.init isn't called unfortunately since GeckoLoader.getLoadDiagnostics is dead code. So we should clean up HardwareUtils then isTablet returns correct value.
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Comment 1•3 years ago
|
||
Since GeckoLoader.getLoadDiagnostics is never called, HardwareUtils isn't
initialized. It means that GeckoAppShell.isTablet always return false.
So HardwareUtils should be initialized.
Also, a lot of codes in HardwareUtils and GeckoLoader.getLoadDiagnostics
are unused, so let's clean up.
Updated•3 years ago
|
Updated•3 years ago
|
Comment 2•3 years ago
|
||
Set release status flags based on info from the regressing bug 1529082
Comment 3•2 years ago
|
||
S4 and we are in RC week, wontfix 106.
Updated•2 years ago
|
Comment 5•2 years ago
|
||
Set release status flags based on info from the regressing bug 1529082
Comment 6•2 years ago
|
||
| bugherder | ||
Updated•2 years ago
|
Comment 7•2 years ago
|
||
The patch landed in nightly and beta is affected.
:m_kato, is this bug important enough to require an uplift?
- If yes, please nominate the patch for beta approval.
- If no, please set
status-firefox108towontfix.
For more information, please visit auto_nag documentation.
Description
•