Closed
Bug 1887019
Opened 1 year ago
Closed 1 year ago
Set `id-ID` on accept-language, not `in-ID`
Categories
(GeckoView :: General, defect)
Tracking
(firefox124 unaffected, firefox125+ fixed, firefox126+ fixed)
RESOLVED
FIXED
126 Branch
Tracking | Status | |
---|---|---|
firefox124 | --- | unaffected |
firefox125 | + | fixed |
firefox126 | + | fixed |
People
(Reporter: m_kato, Assigned: m_kato)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-beta+
|
Details | Review |
When setting Indonesia as Locale, we should set id-ID
on accept-language, not in-ID
. This is regression by 1847701.
Assignee | ||
Comment 1•1 year ago
|
||
Android may return old language code. So we should replace with newer
language code like desktop and etc.
Also, I would like to move it to org.mozilla.gecko.util
to write unit test.
Comment 2•1 year ago
|
||
Set release status flags based on info from the regressing bug 1847701
status-firefox124:
--- → unaffected
status-firefox125:
--- → affected
status-firefox126:
--- → affected
Updated•1 year ago
|
tracking-firefox125:
--- → +
tracking-firefox126:
--- → +
Pushed by m_kato@ga2.so-net.ne.jp:
https://hg.mozilla.org/integration/autoland/rev/0d22ca4e6803
Don't use old language code on accept-language. r=geckoview-reviewers,platform-i18n-reviewers,ohall,dminor
Comment 4•1 year ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
Target Milestone: --- → 126 Branch
Comment 5•1 year ago
|
||
Please nominate this for Beta approval ASAP so we can get this fixed for the Fx125 RC build on Monday.
Flags: needinfo?(m_kato)
Assignee | ||
Comment 6•1 year ago
|
||
Comment on attachment 9392762 [details]
Bug 1887019 - Don't use old language code on accept-language. r=#geckoview-reviewers
Beta/Release Uplift Approval Request
- User impact if declined: When UI language is Indonesian, accept-language in HTTP request has
in-ID
. We should be "id-ID" for this language. - 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): Convert legacy languages to new langues only.
- String changes made/needed: No
- Is Android affected?: Yes
Flags: needinfo?(m_kato)
Attachment #9392762 -
Flags: approval-mozilla-beta?
Comment 7•1 year ago
|
||
Comment on attachment 9392762 [details]
Bug 1887019 - Don't use old language code on accept-language. r=#geckoview-reviewers
Approved for 125.0rc1.
Attachment #9392762 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Updated•1 year ago
|
Flags: in-testsuite+
Updated•1 year ago
|
Updated•10 months ago
|
Component: Core → General
You need to log in
before you can comment on or make changes to this bug.
Description
•