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•7 months ago
|
Assignee | ||
Comment 1•7 months ago
|
||
Assignee | ||
Comment 2•7 months ago
|
||
Depends on D201967
Assignee | ||
Comment 3•7 months ago
|
||
Depends on D201969
Assignee | ||
Comment 4•7 months ago
|
||
Depends on D201970
Assignee | ||
Updated•7 months ago
|
Pushed by jdescottes@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/cbe00a7052e5 [bidi] Add basic support for network.provideResponse command r=webdriver-reviewers,Sasha https://hg.mozilla.org/integration/autoland/rev/3a2076959886 [wdspec] Add support for all provideResponse arguments in network test module r=webdriver-reviewers,jgraham https://hg.mozilla.org/integration/autoland/rev/81f6e585b372 [wdspec] Add tests for invalid arguments for all provideResponse parameters r=webdriver-reviewers,Sasha https://hg.mozilla.org/integration/autoland/rev/0104eaefd144 [wdspec] Add test for basic support of network.provideResponse r=webdriver-reviewers,Sasha
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/44733 for changes under testing/web-platform/tests
Comment 7•7 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
Upstream PR was closed without merging
Assignee | ||
Comment 9•7 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•7 months ago
|
Assignee | ||
Updated•7 months ago
|
Upstream PR was closed without merging
Upstream PR was closed without merging
Upstream PR merged by moz-wptsync-bot
Upstream PR merged by moz-wptsync-bot
Comment 14•7 months ago
|
||
Comment on attachment 9380416 [details]
Bug 1880477 - [bidi] Add basic support for network.provideResponse command
Approved for 124.0b4
Updated•7 months ago
|
Updated•7 months ago
|
Updated•7 months ago
|
Comment 15•7 months ago
|
||
uplift |
https://hg.mozilla.org/releases/mozilla-beta/rev/e954ab86f291 https://hg.mozilla.org/releases/mozilla-beta/rev/98846427f147 https://hg.mozilla.org/releases/mozilla-beta/rev/846ab5e49080 https://hg.mozilla.org/releases/mozilla-beta/rev/a356ae52710f
Updated•7 months ago
|
Description
•