Closed
Bug 2005546
Opened 2 months ago
Closed 1 month ago
Move the logic of applying user agent, locale, timezone, screen orientation, and screen settings configurations to the parent process
Categories
(Remote Protocol :: WebDriver BiDi, task, P2)
Remote Protocol
WebDriver BiDi
Tracking
(firefox149 fixed)
RESOLVED
FIXED
149 Branch
| Tracking | Status | |
|---|---|---|
| firefox149 | --- | fixed |
People
(Reporter: Sasha, Assigned: Sasha)
References
(Blocks 1 open bug)
Details
(Whiteboard: [webdriver:m19])
Attachments
(1 file)
To make sure that user agent, locale, timezone, screen orientation, and screen settings configurations are applied before window.open returns, we should move them to the parent process. This should also generally accelerate this whole process since we will eliminate an unnecessary round trip between parent and content processes.
| Assignee | ||
Updated•1 month ago
|
Assignee: nobody → aborovova
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•1 month ago
|
||
Pushed by aborovova@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/f7a862471237
https://hg.mozilla.org/integration/autoland/rev/2a5e240625c4
[webdriver-bidi] Move the logic of applying user agent, locale, timezone, screen orientation, and screen settings configurations to the parent process. r=jdescottes
Comment 3•1 month ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 month ago
status-firefox149:
--- → fixed
Resolution: --- → FIXED
Updated•1 month ago
|
Target Milestone: --- → 149 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•