Closed
Bug 1853887
Opened 1 year ago
Closed 1 month ago
Add support for cookies and headers 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: whimboo, Assigned: jdescottes)
References
(Blocks 2 open bugs, )
Details
(Whiteboard: [webdriver:m12][wptsync upstream][webdriver:relnote])
Attachments
(3 files)
No description provided.
Reporter | ||
Updated•1 year ago
|
Points: --- → 5
Priority: -- → P2
Whiteboard: [webdriver:m9]
Reporter | ||
Updated•10 months ago
|
Whiteboard: [webdriver:m9] → [webdriver:m10]
Reporter | ||
Comment 1•9 months ago
|
||
With bug 1874206 the plan is to cover the required arguments only for now.
Summary: Implement "network.continueResponse" command → Add support for optional arguments for "network.continueResponse" command
Assignee | ||
Updated•7 months ago
|
Whiteboard: [webdriver:m10] → [webdriver:m11]
Assignee | ||
Updated•3 months ago
|
Whiteboard: [webdriver:m11] → [webdriver:m12]
Assignee | ||
Updated•2 months ago
|
Summary: Add support for optional arguments for "network.continueResponse" command → Add support for cookies and headers arguments for "network.continueResponse" command
Assignee | ||
Updated•2 months ago
|
Assignee: nobody → jdescottes
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•2 months ago
|
||
Assignee | ||
Comment 3•2 months ago
|
||
Depends on D219661
Assignee | ||
Comment 4•2 months ago
|
||
Depends on D219662
Pushed by jdescottes@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0369bdef1027
[bidi] Add support for cookies and headers arguments for network.continueResponse r=webdriver-reviewers,Sasha
https://hg.mozilla.org/integration/autoland/rev/9ade690726e2
[wdspec] Add wdspec tests for cookies and headers parameters for network.continueResponse r=webdriver-reviewers,Sasha
https://hg.mozilla.org/integration/autoland/rev/1da1c517324f
[wdspec] Add mozilla specific test for immutable header names for network.continueResponse r=webdriver-reviewers,Sasha
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/47765 for changes under testing/web-platform/tests
Whiteboard: [webdriver:m12] → [webdriver:m12], [wptsync upstream]
Comment 7•2 months ago
|
||
Backed out for causing wd failures in headers.py
- Backout link
- Push with failures
- Failure Log
- Failure line: TEST-UNEXPECTED-FAIL | /webdriver/tests/bidi/network/provide_response/headers.py | test_set_cookie_header_and_cookies_before_request_sent - AssertionError: assert 1 == 2
Flags: needinfo?(jdescottes)
Upstream PR was closed without merging
Assignee | ||
Comment 9•1 month ago
•
|
||
A last minute test update highlighted an existing implementation issue. Patches updated, waiting for try results before attempting to re-land
https://treeherder.mozilla.org/jobs?repo=try&revision=ae7ffa4cd721aa61f98e9dc198c17cf727d87ba7
Flags: needinfo?(jdescottes)
Comment 10•1 month ago
|
||
Pushed by jdescottes@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9b215ea63458
[bidi] Add support for cookies and headers arguments for network.continueResponse r=webdriver-reviewers,Sasha
https://hg.mozilla.org/integration/autoland/rev/24b0d595e9b9
[wdspec] Add wdspec tests for cookies and headers parameters for network.continueResponse r=webdriver-reviewers,Sasha
https://hg.mozilla.org/integration/autoland/rev/72645ecbb9f6
[wdspec] Add mozilla specific test for immutable header names for network.continueResponse r=webdriver-reviewers,Sasha
Comment 11•1 month ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/9b215ea63458
https://hg.mozilla.org/mozilla-central/rev/24b0d595e9b9
https://hg.mozilla.org/mozilla-central/rev/72645ecbb9f6
Status: ASSIGNED → RESOLVED
Closed: 1 month ago
status-firefox131:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 131 Branch
Upstream PR merged by moz-wptsync-bot
Reporter | ||
Updated•13 days ago
|
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
•