Closed
Bug 1630031
Opened 5 years ago
Closed 5 years ago
Use MOZ_WIDGET_ANDROID instead of ANDROID for the enterprise roots for geckoview
Categories
(Core :: Security: PSM, defect, P1)
Core
Security: PSM
Tracking
()
RESOLVED
FIXED
mozilla77
Tracking | Status | |
---|---|---|
firefox-esr68 | --- | unaffected |
firefox75 | --- | unaffected |
firefox76 | --- | unaffected |
firefox77 | --- | fixed |
People
(Reporter: fabrice, Assigned: keeler)
References
(Regression)
Details
(Keywords: regression, Whiteboard: [psm-assigned])
Attachments
(1 file)
No description provided.
![]() |
Assignee | |
Comment 1•5 years ago
|
||
Fabrice, can you elaborate? In what situations should MOZ_WIDGET_ANDROID
be used instead of ANDROID
? Is this information documented? Thanks!
Flags: needinfo?(fabrice)
Reporter | ||
Comment 2•5 years ago
|
||
ANDROID means "the linux flavor used by Android, with bionic", while MOZ_WIDGET_ANDROID identifies the UI toolkit used. Both are defined for GeckoView, but other products like b2g only define ANDROID because they use another widget layer.
Flags: needinfo?(fabrice)
Updated•5 years ago
|
Keywords: regression
![]() |
Assignee | |
Updated•5 years ago
|
Assignee: nobody → dkeeler
Priority: -- → P1
Whiteboard: [psm-assigned]
![]() |
Assignee | |
Comment 3•5 years ago
|
||
'ANDROID means "the linux flavor used by Android, with bionic", while
MOZ_WIDGET_ANDROID identifies the UI toolkit used. Both are defined for
GeckoView, but other products like b2g only define ANDROID because they use
another widget layer.'
Pushed by dkeeler@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a79e9e941e7d
Use MOZ_WIDGET_ANDROID instead of ANDROID for the enterprise roots for geckoview r=fabrice
Comment 5•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox77:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla77
Updated•5 years ago
|
status-firefox75:
--- → unaffected
status-firefox76:
--- → unaffected
status-firefox-esr68:
--- → unaffected
Updated•5 years ago
|
Has Regression Range: --- → yes
You need to log in
before you can comment on or make changes to this bug.
Description
•