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•3 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•3 years ago
|
Assignee | ||
Comment 2•3 years ago
|
||
As long as the upcoming WebDriver BiDi implementation isn't stable
enough, it will only be enabled for Nighlty builds for now.
Updated•3 years ago
|
Pushed by hskupin@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/a9692fcabd4e [remote] Conditionally enable WebDriver Bidi on Nightly channel only. r=remote-protocol-reviewers,jdescottes https://hg.mozilla.org/integration/autoland/rev/61c62641f782 [remote] Conditionally start CDP when protocol is marked as active. r=remote-protocol-reviewers,jdescottes
Comment 5•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/a9692fcabd4e
https://hg.mozilla.org/mozilla-central/rev/61c62641f782
Assignee | ||
Updated•3 years ago
|
Description
•