Implement basic support for "network.provideResponse" command
Categories
(Remote Protocol :: WebDriver BiDi, task, P2)
Tracking
(firefox124 fixed, firefox125 fixed)
People
(Reporter: jdescottes, Assigned: jdescottes)
References
(Blocks 1 open bug)
Details
(Whiteboard: [webdriver:m10], [wptsync upstream])
Attachments
(4 files)
48 bytes,
text/x-phabricator-request
|
diannaS
:
approval-mozilla-beta+
|
Details | Review |
48 bytes,
text/x-phabricator-request
|
diannaS
:
approval-mozilla-beta+
|
Details | Review |
48 bytes,
text/x-phabricator-request
|
diannaS
:
approval-mozilla-beta+
|
Details | Review |
48 bytes,
text/x-phabricator-request
|
diannaS
:
approval-mozilla-beta+
|
Details | Review |
Implement only the mandatory request argument, same as what was done for Bug 1874206
Assignee | ||
Updated•9 months ago
|
Assignee | ||
Comment 1•9 months ago
|
||
Assignee | ||
Comment 2•9 months ago
|
||
Depends on D201967
Assignee | ||
Comment 3•9 months ago
|
||
Depends on D201969
Assignee | ||
Comment 4•9 months ago
|
||
Depends on D201970
Assignee | ||
Updated•9 months ago
|
Comment 7•9 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/cbe00a7052e5
https://hg.mozilla.org/mozilla-central/rev/3a2076959886
https://hg.mozilla.org/mozilla-central/rev/81f6e585b372
https://hg.mozilla.org/mozilla-central/rev/0104eaefd144
Assignee | ||
Comment 9•9 months ago
|
||
Comment on attachment 9380416 [details]
Bug 1880477 - [bidi] Add basic support for network.provideResponse command
Beta/Release Uplift Approval Request
- User impact if declined: For Firefox 124, we removed the experimental flag for network interception features in WebDriver BiDi in https://bugzilla.mozilla.org/show_bug.cgi?id=1845345
But we did not realize that we missed the command implemented by this bug. With this command available all commands for network interception have at least some basic support in our WebDriver BiDi implementation, which will make for a more consistent experience for clients if they want to start using network interception features.
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): This patch only impacts webdriver bidi users, and is a new feature.
- String changes made/needed:
- Is Android affected?: No
Assignee | ||
Updated•9 months ago
|
Assignee | ||
Updated•9 months ago
|
Comment 14•9 months ago
|
||
Comment on attachment 9380416 [details]
Bug 1880477 - [bidi] Add basic support for network.provideResponse command
Approved for 124.0b4
Updated•9 months ago
|
Updated•9 months ago
|
Updated•9 months ago
|
Comment 15•9 months ago
|
||
uplift |
Updated•9 months ago
|
Description
•