Add tests for network interception and multiple sessions
Categories
(Remote Protocol :: WebDriver BiDi, task, P3)
Tracking
(Not tracked)
People
(Reporter: jdescottes, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
(Whiteboard: [webdriver:backlog])
With the initial implementation of network.provideResponse, the usual events / observer notifications for the response are not emitted and it's not observable from the rest of the codebase (eg DevTools, webextensions, other bidi sessions).
We would need to completely mock the transaction on necko side in order to fix this.
Reporter | ||
Comment 1•6 months ago
|
||
We are currently using setResponseOverride https://searchfox.org/mozilla-central/rev/4496b3ed9bb535832e4826f09fbcb645b559a32d/netwerk/protocol/http/nsIHttpChannelInternal.idl#530-531
As discussed in the meeting, sending a ni? for following up / planning this work.
Comment 2•6 months ago
|
||
I created bug 1913892 to track necko work for this.
Reporter | ||
Comment 3•6 months ago
|
||
Thanks, let's keep this for adding a potential test when we have some multi session support.
ni? to myself to update title + summary
Reporter | ||
Updated•6 months ago
|
Description
•