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•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee | ||
Comment 2•2 years 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•2 years ago
|
||
Depends on D199749
Assignee | ||
Comment 4•2 years ago
|
||
Depends on D199750
Assignee | ||
Comment 5•2 years ago
|
||
Depends on D199751
Assignee | ||
Comment 6•2 years ago
|
||
Depends on D199752
Assignee | ||
Comment 7•2 years ago
|
||
Depends on D199753
Assignee | ||
Comment 8•2 years ago
|
||
Depends on D199754
Assignee | ||
Comment 9•2 years ago
|
||
Depends on D199755
Adds test helpers to easily create header and cookie header objects
Assignee | ||
Comment 10•2 years ago
|
||
Depends on D200034
Updated•2 years ago
|
Comment 11•2 years ago
|
||
Comment 13•2 years 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•2 years 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•2 years ago
|
Description
•