"[fluent] Missing translations in en-US: qualcomm" when opening about:support on Android device
Categories
(Toolkit :: General, defect)
Tracking
()
People
(Reporter: bugzilla, Assigned: bugzilla)
References
(Regression)
Details
(Keywords: regression, Whiteboard: [geckoview:m79])
Attachments
(1 file)
|
47 bytes,
text/x-phabricator-request
|
jcristau
:
approval-mozilla-beta+
|
Details | Review |
This call to buildRow is passing value directly, which is interpreted as a string ID, when in fact value should be passed verbatim.
| Assignee | ||
Comment 1•5 years ago
|
||
value is not a string ID. On desktop this doesn't seem to matter because
value never passes the FLUENT_IDENT_REGEX test. OTOH, on Android it does.
| Assignee | ||
Updated•5 years ago
|
Updated•5 years ago
|
Comment 3•5 years ago
|
||
| bugherder | ||
Updated•5 years ago
|
Comment 4•5 years ago
|
||
The patch landed in nightly and beta is affected.
:aklotz, is this bug important enough to require an uplift?
If not please set status_beta to wontfix.
For more information, please visit auto_nag documentation.
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Comment 5•5 years ago
|
||
Comment on attachment 9153711 [details]
Bug 1642863: Ensure that value is passed into buildRow as array containing Text node; r=jaws,gijs
Beta/Release Uplift Approval Request
- User impact if declined: Potential for missing data in about:support on mobile
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: Yes
- 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): Trivial patch
- String changes made/needed:
Comment 6•5 years ago
|
||
Comment on attachment 9153711 [details]
Bug 1642863: Ensure that value is passed into buildRow as array containing Text node; r=jaws,gijs
approved for 78.0b5
Comment 7•5 years ago
|
||
| bugherder uplift | ||
Updated•5 years ago
|
Description
•