Implement basic support for "network.continueRequest" and "network.continueResponse"
Categories
(Remote Protocol :: WebDriver BiDi, task, P2)
Tracking
(firefox124 fixed)
Tracking | Status | |
---|---|---|
firefox124 | --- | fixed |
People
(Reporter: jdescottes, Assigned: jdescottes)
References
(Blocks 1 open bug)
Details
(Whiteboard: [webdriver:m10], [wptsync upstream])
Attachments
(9 files, 1 obsolete file)
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review |
The goal of this bug is to add support for the network.continueRequest
and network.continueResponse
commands, but only for the mandatory request
parameter. Support for all optional parameters will be deferred to Bug 1850680 and Bug 1853887.
This should be straightforward to implement.
Updated•11 months ago
|
Assignee | ||
Updated•11 months ago
|
Assignee | ||
Comment 1•10 months ago
|
||
Updated•10 months ago
|
Assignee | ||
Comment 2•10 months ago
|
||
Depends on D199748
On top of request support, also add credentials support since we already have the underlying logic for continueWithAuth
Assignee | ||
Comment 3•10 months ago
|
||
Depends on D199749
Assignee | ||
Comment 4•10 months ago
|
||
Depends on D199750
Assignee | ||
Comment 5•10 months ago
|
||
Depends on D199751
Assignee | ||
Comment 6•10 months ago
|
||
Depends on D199752
Assignee | ||
Comment 7•10 months ago
|
||
Depends on D199753
Assignee | ||
Comment 8•10 months ago
|
||
Depends on D199754
Assignee | ||
Comment 9•10 months ago
|
||
Depends on D199755
Adds test helpers to easily create header and cookie header objects
Assignee | ||
Comment 10•10 months ago
|
||
Depends on D200034
Updated•10 months ago
|
Comment 11•10 months ago
|
||
Comment 13•10 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/af83a308059c
https://hg.mozilla.org/mozilla-central/rev/b6a19a176868
https://hg.mozilla.org/mozilla-central/rev/2e55faaccd82
https://hg.mozilla.org/mozilla-central/rev/e088bd5cef05
https://hg.mozilla.org/mozilla-central/rev/9636ddc3709a
https://hg.mozilla.org/mozilla-central/rev/cf600694c18f
https://hg.mozilla.org/mozilla-central/rev/c2eb34cf5007
https://hg.mozilla.org/mozilla-central/rev/3884f0a38e09
https://hg.mozilla.org/mozilla-central/rev/a3f956419067
Comment 14•10 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/af83a308059c
https://hg.mozilla.org/mozilla-central/rev/b6a19a176868
https://hg.mozilla.org/mozilla-central/rev/2e55faaccd82
https://hg.mozilla.org/mozilla-central/rev/e088bd5cef05
https://hg.mozilla.org/mozilla-central/rev/9636ddc3709a
https://hg.mozilla.org/mozilla-central/rev/cf600694c18f
https://hg.mozilla.org/mozilla-central/rev/c2eb34cf5007
https://hg.mozilla.org/mozilla-central/rev/3884f0a38e09
https://hg.mozilla.org/mozilla-central/rev/a3f956419067
Updated•10 months ago
|
Description
•