Closed
Bug 1994396
Opened 3 months ago
Closed 2 months ago
Update "emulation.setLocaleOverride" command to override the return value of "navigator.language/s"
Categories
(Remote Protocol :: WebDriver BiDi, task, P2)
Remote Protocol
WebDriver BiDi
Tracking
(firefox146 fixed)
RESOLVED
FIXED
146 Branch
| Tracking | Status | |
|---|---|---|
| firefox146 | --- | fixed |
People
(Reporter: Sasha, Assigned: Sasha)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [webdriver:m18], [wptsync upstream][webdriver:relnote])
Attachments
(2 files)
"emulation.setLocaleOverride" WebDriver BiDi command should also override the return value of "navigator.language/s" to be the locale string set by the command.
WebDriver BiDi spec update: https://github.com/w3c/webdriver-bidi/pull/1017.
HTML spec update: https://github.com/whatwg/html/pull/11793.
| Assignee | ||
Updated•3 months ago
|
Summary: Update "emulation.setLocaleOverride" command to override the return result of "navigator.language/s" → Update "emulation.setLocaleOverride" command to override the return value of "navigator.language/s"
| Assignee | ||
Updated•2 months ago
|
Assignee: nobody → aborovova
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•2 months ago
|
||
| Assignee | ||
Comment 2•2 months ago
|
||
| Assignee | ||
Updated•2 months ago
|
| Assignee | ||
Updated•2 months ago
|
Pushed by aborovova@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/77ec8bb464f0
https://hg.mozilla.org/integration/autoland/rev/37ab49900e01
Override "navigator.language/s" when "browsingContext.language" is set. r=dom-core,smaug
https://github.com/mozilla-firefox/firefox/commit/38b06ed3a40c
https://hg.mozilla.org/integration/autoland/rev/72b7a57b192e
Update tests for "emulation.setLocaleOverride" to assert for "navigator.language". r=whimboo
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/55768 for changes under testing/web-platform/tests
Whiteboard: [webdriver:m18] → [webdriver:m18], [wptsync upstream]
Comment 5•2 months ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/37ab49900e01
https://hg.mozilla.org/mozilla-central/rev/72b7a57b192e
Status: ASSIGNED → RESOLVED
Closed: 2 months ago
status-firefox146:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 146 Branch
Upstream PR merged by moz-wptsync-bot
Updated•1 month ago
|
Whiteboard: [webdriver:m18], [wptsync upstream] → [webdriver:m18], [wptsync upstream][webdriver:relnote]
You need to log in
before you can comment on or make changes to this bug.
Description
•