Closed
Bug 1888486
Opened 1 year ago
Closed 1 month ago
browser.i18n.getPreferredSystemLanguages()
Categories
(WebExtensions :: General, enhancement, P5)
WebExtensions
General
Tracking
(firefox141 fixed)
RESOLVED
FIXED
141 Branch
Tracking | Status | |
---|---|---|
firefox141 | --- | fixed |
People
(Reporter: carlos-mozilla, Assigned: carlos-mozilla)
References
Details
(Keywords: dev-doc-complete, Whiteboard: [wecg])
Attachments
(1 file, 8 obsolete files)
Add an API to get the UI Language of the Operating System.
See also the related WECG:
https://github.com/w3c/webextensions/pull/569
Attachment #9393839 -
Attachment is obsolete: true
Attachment #9393851 -
Attachment is obsolete: true
Attachment #9393852 -
Attachment is obsolete: true
Flags: needinfo?(carlos)
Comment 8•1 year ago
|
||
Could you squash all patches together? There is no clear reason for patch 1 and 2 being separate. Tests are often in the same patch, except when there are reasons for separating them.
Here is a wiki page that describes contributing to extension code: https://wiki.mozilla.org/WebExtensions/Contribution_Onramp
Component: Experiments → General
See Also: → https://github.com/w3c/webextensions/pull/569
Whiteboard: [wecg]
Updated•1 year ago
|
Attachment #9393870 -
Attachment description: WIP: Bug 1888486 - Add tests for i18n.getOSLanguage → WIP: Bug 1888486 - Squashed commit of the following:
Updated•1 year ago
|
Attachment #9393870 -
Attachment description: WIP: Bug 1888486 - Squashed commit of the following: → WIP: Bug 1888486 - Implement getOSLanguage r=robwu
Updated•1 year ago
|
Attachment #9393869 -
Attachment is obsolete: true
Updated•1 year ago
|
Attachment #9393868 -
Attachment is obsolete: true
Updated•1 year ago
|
Attachment #9393870 -
Attachment description: WIP: Bug 1888486 - Implement getOSLanguage r=robwu → Bug 1888486 - Implement getOSLanguage r=robwu
Comment 9•1 year ago
|
||
API design discussions are still happening at https://github.com/w3c/webextensions/issues/252 and https://github.com/w3c/webextensions/pull/569
I will wait for the completion of this API design process before resuming code review.
See Also: → https://github.com/w3c/webextensions/issues/252
Updated•1 year ago
|
Severity: -- → N/A
Priority: -- → P5
Summary: browser.i18n.getOSLanguage() → browser.i18n.getPreferredSystemLanguages()
Attachment #9393870 -
Attachment description: Bug 1888486 - Implement getOSLanguage r=robwu → Bug 1888486 - Implement getPreferredSystemLanguages r=robwu
Updated•1 year ago
|
Attachment #9393870 -
Attachment description: Bug 1888486 - Implement getPreferredSystemLanguages r=robwu → Bug 1888486 - Implement getOSLanguage r=robwu
Updated•10 months ago
|
Attachment #9393869 -
Attachment description: WIP: Bug 1888486 - Implement browser.i18n.getOSLanguage() → WIP: Bug 1888486 - Implement browser.i18n.getPreferredSystemLanguages()
Updated•10 months ago
|
Attachment #9393870 -
Attachment description: Bug 1888486 - Implement getOSLanguage r=robwu → Bug 1888486 - Implement i18n.getPreferredSystemLanguages r=robwu
Assignee | ||
Comment 10•9 months ago
|
||
Updated•9 months ago
|
Attachment #9436187 -
Attachment is obsolete: true
Assignee | ||
Comment 11•1 month ago
|
||
Assignee | ||
Comment 12•1 month ago
|
||
Updated•1 month ago
|
Attachment #9494405 -
Attachment is obsolete: true
Updated•1 month ago
|
Attachment #9494396 -
Attachment is obsolete: true
Updated•1 month ago
|
Keywords: dev-doc-needed
Comment 13•1 month ago
|
||
Pushed by rob@robwu.nl:
https://github.com/mozilla-firefox/firefox/commit/d080a924a6e7
https://hg.mozilla.org/integration/autoland/rev/4727114230ed
Implement i18n.getPreferredSystemLanguages r=robwu
Comment 14•1 month ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 1 month ago
status-firefox141:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 141 Branch
Comment 15•1 month ago
|
||
Relevant updates are in
- browser compatibility data Bug-1888486 add webextension.api.i18n.getPreferredSystemLanguages #27075
- MDN content Bug-1888486 browser.i18n.getPreferredSystemLanguages doc and release note #39972
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•