Closed
Bug 1978533
Opened 6 months ago
Closed 6 months ago
Locale override is not inheritted to newly created cross-origin iframes
Categories
(Remote Protocol :: WebDriver BiDi, defect, P2)
Remote Protocol
WebDriver BiDi
Tracking
(firefox143 fixed)
RESOLVED
FIXED
143 Branch
| Tracking | Status | |
|---|---|---|
| firefox143 | --- | fixed |
People
(Reporter: Sasha, Assigned: Sasha)
References
(Blocks 1 open bug)
Details
(Whiteboard: [webdriver:m17], [wptsync upstream], [webdriver:relnote])
Attachments
(3 files)
At the moment when setting the locale override with emulation.setLocaleOverride command to a certain browsing context if then this browsing context will be navigated to a page with a cross-origin iframe, this iframe will not have the same locale override set.
| Assignee | ||
Comment 1•6 months ago
|
||
Updated•6 months ago
|
Assignee: nobody → aborovova
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•6 months ago
|
||
| Assignee | ||
Comment 3•6 months ago
|
||
Pushed by aborovova@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/003f1806b3fe
https://hg.mozilla.org/integration/autoland/rev/3bf4ae99057c
Allow setting languageOverride even if the browsing context already holds the same value. r=dminor
https://github.com/mozilla-firefox/firefox/commit/c7a910f98f20
https://hg.mozilla.org/integration/autoland/rev/0bca5ca83bc2
[bidi] Apply the locale override also when iframes are created. r=webdriver-reviewers,jdescottes
https://github.com/mozilla-firefox/firefox/commit/9d39769ef81f
https://hg.mozilla.org/integration/autoland/rev/63356e291695
[wdspec] Add test for calling "emulation.setLocaleOverride" on the page with iframes. r=webdriver-reviewers,jdescottes
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/53955 for changes under testing/web-platform/tests
| Assignee | ||
Updated•6 months ago
|
Points: --- → 3
Whiteboard: [webdriver:m17]
Comment 6•6 months ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/3bf4ae99057c
https://hg.mozilla.org/mozilla-central/rev/0bca5ca83bc2
https://hg.mozilla.org/mozilla-central/rev/63356e291695
Status: ASSIGNED → RESOLVED
Closed: 6 months ago
status-firefox143:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 143 Branch
Whiteboard: [webdriver:m17] → [webdriver:m17], [wptsync upstream]
Upstream PR merged by moz-wptsync-bot
| Assignee | ||
Updated•6 months ago
|
Summary: locale override is not inheritted to newly created cross-origin iframes → Locale override is not inheritted to newly created cross-origin iframes
Updated•5 months ago
|
Updated•4 months ago
|
Whiteboard: [webdriver:m17], [wptsync upstream] → [webdriver:m17], [wptsync upstream], [webdriver:relnote]
You need to log in
before you can comment on or make changes to this bug.
Description
•