Conditionally enable WebDriver Bidi on Nightly channel only
Categories
(Remote Protocol :: Agent, task, P2)
Tracking
(firefox91 fixed)
| Tracking | Status | |
|---|---|---|
| firefox91 | --- | fixed |
People
(Reporter: whimboo, Assigned: whimboo)
References
(Blocks 1 open bug)
Details
(Whiteboard: [bidi-m1-mvp])
Attachments
(2 files)
Until we have a stable implementation for WebDriver BiDi we should restrict its usage to the Nightly channel only. As such we would like to introduce a new numeric preference called remote.active-protocols that accepts the following states:
1: BiDi only2: CDP only3: CDP + BiDi
By default the preference value will be set to 3 for the nightly channel to have both protocols active. On other release channels the preference will default to 2.
We should get this preference added before starting with any BiDi specific implementation.
| Assignee | ||
Comment 1•4 years ago
|
||
This can be similar to what has been removed by https://hg.mozilla.org/mozilla-central/rev/d0a1a16b7aa0 to get support for Remote Agent on all the release channels. Just the reverse.
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Comment 2•4 years ago
|
||
As long as the upcoming WebDriver BiDi implementation isn't stable
enough, it will only be enabled for Nighlty builds for now.
| Assignee | ||
Comment 3•4 years ago
|
||
Depends on D116414
Updated•4 years ago
|
Comment 5•4 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/a9692fcabd4e
https://hg.mozilla.org/mozilla-central/rev/61c62641f782
| Assignee | ||
Updated•4 years ago
|
Description
•