Closed
Bug 1792875
Opened 2 years ago
Closed 2 years ago
Write WebDriver connection details to a WebDriverBiDiServer.json file (not WebDriverBiDiActivePort)
Categories
(Remote Protocol :: WebDriver BiDi, task, P1)
Remote Protocol
WebDriver BiDi
Tracking
(firefox109 fixed)
RESOLVED
FIXED
109 Branch
Tracking | Status | |
---|---|---|
firefox109 | --- | fixed |
People
(Reporter: whimboo, Assigned: whimboo)
References
Details
(Whiteboard: [webdriver:m5][webdriver:relnote])
Attachments
(1 file)
Bug 1792875 - [webdriver-bidi] Store WebSocket connection details for WebDriver BiDi in a JSON file.
48 bytes,
text/x-phabricator-request
|
Details | Review |
Currently we write connection details to a WebDriverBiDiActivePort
file in the Firefox user profile. To be prepared for IPv6 and if no dual-stack is available we should also write the host to the file to let the client know about all the connection details. Given that the name of the file doesn't reflect that we should use a new file name, and to be able to add more content in the future it should also be a JSON file.
Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → hskupin
Status: NEW → ASSIGNED
Assignee | ||
Updated•2 years ago
|
Comment 2•2 years ago
|
||
There's a r+ patch which didn't land and no activity in this bug for 2 weeks.
:whimboo, could you have a look please?
If you still have some work to do, you can add an action "Plan Changes" in Phabricator.
For more information, please visit auto_nag documentation.
Flags: needinfo?(jdescottes)
Flags: needinfo?(hskupin)
Updated•2 years ago
|
Attachment #9296760 -
Attachment description: Bug 1792875 - [webdriver-bidi] Store WebSocket connection details in a JSON file. → Bug 1792875 - [webdriver-bidi] Store WebSocket connection details for WebDriver BiDi in a JSON file.
Assignee | ||
Updated•2 years ago
|
Flags: needinfo?(hskupin)
Summary: Write WebDriver connection details to a WebDriverBiDi.json file (not WebDriverBiDiActivePort) → Write WebDriver connection details to a WebDriverBiDiServer.json file (not WebDriverBiDiActivePort)
Pushed by hskupin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/305cb483e338
[webdriver-bidi] Store WebSocket connection details for WebDriver BiDi in a JSON file. r=webdriver-reviewers,jdescottes,jgraham
Comment 4•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox109:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 109 Branch
Assignee | ||
Updated•2 years ago
|
Whiteboard: [webdriver:m5] → [webdriver:m5][webdriver:relnote]
Updated•2 years ago
|
Flags: needinfo?(jdescottes)
You need to log in
before you can comment on or make changes to this bug.
Description
•