Closed
Bug 1978533
Opened 23 days ago
Closed 20 days 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
(Depends on 1 open bug, Blocks 1 open bug)
Details
(Whiteboard: [webdriver:m17], [wptsync upstream])
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•23 days ago
|
||
Updated•23 days ago
|
Assignee: nobody → aborovova
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•23 days ago
|
||
Assignee | ||
Comment 3•23 days 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•21 days ago
|
Points: --- → 3
Whiteboard: [webdriver:m17]
Comment 6•20 days 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: 20 days 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•20 days ago
|
Summary: locale override is not inheritted to newly created cross-origin iframes → Locale override is not inheritted to newly created cross-origin iframes
You need to log in
before you can comment on or make changes to this bug.
Description
•