Closed
Bug 1913737
Opened 2 months ago
Closed 1 month ago
Add support for statusCode and reasonPhrase arguments for "network.continueResponse" command
Categories
(Remote Protocol :: WebDriver BiDi, task, P2)
Remote Protocol
WebDriver BiDi
Tracking
(firefox131 fixed)
RESOLVED
FIXED
131 Branch
Tracking | Status | |
---|---|---|
firefox131 | --- | fixed |
People
(Reporter: jdescottes, Assigned: jdescottes)
References
(Blocks 1 open bug)
Details
(Whiteboard: [webdriver:m12][wptsync upstream][webdriver:relnote])
Attachments
(2 files)
In order to support those arguments, we need additional APIs on necko side in order to modify the statusCode and statusText of an ongoing response.
The support for headers and cookies should be implemented before via Bug 1853887
Assignee | ||
Updated•2 months ago
|
Points: --- → 3
Priority: -- → P2
Whiteboard: [webdriver:m12]
Assignee | ||
Comment 1•2 months ago
|
||
Depends on D219682
Updated•2 months ago
|
Assignee: nobody → jdescottes
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•2 months ago
|
||
Depends on D219683
Pushed by jdescottes@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/021f430867a4
[bidi] Add support for statusCode and reasonPhrase arguments for network.continueResponse r=webdriver-reviewers,whimboo
https://hg.mozilla.org/integration/autoland/rev/79c9d227dd18
[wdspec] Add tests for reasonPhrase and statusCode arguments of network.continueResponse r=webdriver-reviewers,whimboo
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/47862 for changes under testing/web-platform/tests
Whiteboard: [webdriver:m12] → [webdriver:m12], [wptsync upstream]
Comment 5•1 month ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/021f430867a4
https://hg.mozilla.org/mozilla-central/rev/79c9d227dd18
Status: ASSIGNED → RESOLVED
Closed: 1 month ago
status-firefox131:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 131 Branch
Upstream PR merged by moz-wptsync-bot
Whiteboard: [webdriver:m12], [wptsync upstream] → [webdriver:m12][wptsync upstream][webdriver:relnote]
You need to log in
before you can comment on or make changes to this bug.
Description
•