Closed
Bug 1751712
Opened 3 years ago
Closed 3 years ago
Set remote preferences for allowed hosts and origins
Categories
(Testing :: geckodriver, task, P2)
Tracking
(firefox98 fixed)
RESOLVED
FIXED
98 Branch
Tracking | Status | |
---|---|---|
firefox98 | --- | fixed |
People
(Reporter: whimboo, Assigned: whimboo)
References
Details
(Whiteboard: [bidi-m3-mvp])
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
With bug 1732622 fixed geckodriver can now handle extra hosts and origins as allowed via command line arguments. We should pass these to Firefox as preferences so that we can get the same feature added to WebDriver BiDi on bug 1750689.
Assignee | ||
Updated•3 years ago
|
Summary: Update remote preferences for allowed hosts and origins → Set remote preferences for allowed hosts and origins
Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Assignee: nobody → hskupin
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•3 years ago
|
||
James, could you please check if the proposed handling of both settings make sense? I think it makes sense to still go through both of the helper methods to get the final list of hosts/origins with the caveat that we have to convert them back to String
.
Flags: needinfo?(james)
Updated•3 years ago
|
Points: --- → 2
Priority: -- → P2
Whiteboard: [bidi-m3-mvp]
Updated•3 years ago
|
Flags: needinfo?(james)
Updated•3 years ago
|
Attachment #9260597 -
Attachment description: WIP: Bug 1751712 - [geckodriver] Forward allowed hosts and origins for WebDriver Bidi connections. → Bug 1751712 - [geckodriver] Forward allowed hosts and origins for WebDriver Bidi connections.
Pushed by hskupin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3e266406034d
[geckodriver] Forward allowed hosts and origins for WebDriver Bidi connections. r=webdriver-reviewers,jgraham
Comment 4•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox98:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 98 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•