Closed
Bug 1988955
Opened 4 months ago
Closed 2 months ago
Add support for dataType "request" to addDataCollector, getData and disownData
Categories
(Remote Protocol :: WebDriver BiDi, task, P2)
Remote Protocol
WebDriver BiDi
Tracking
(firefox146 fixed)
RESOLVED
FIXED
146 Branch
| Tracking | Status | |
|---|---|---|
| firefox146 | --- | fixed |
People
(Reporter: jdescottes, Assigned: jdescottes)
References
()
Details
(Whiteboard: [webdriver:m18], [wptsync upstream][webdriver:relnote])
Attachments
(5 files, 1 obsolete file)
Pending issue https://github.com/w3c/webdriver-bidi/issues/748
PR needed on the spec side, filing this bug as placeholder for now.
The specification update should be rather straightforward, and should just result in adding a new supported dataType request which will allow to collect and retrieve the request bodies.
| Assignee | ||
Updated•4 months ago
|
Whiteboard: [webdriver:m18]
Updated•4 months ago
|
| Assignee | ||
Comment 1•3 months ago
|
||
Spec merged at https://github.com/w3c/webdriver-bidi/pull/1011
Assignee: nobody → jdescottes
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•3 months ago
|
||
| Assignee | ||
Comment 3•3 months ago
|
||
| Assignee | ||
Comment 4•3 months ago
|
||
| Assignee | ||
Comment 5•3 months ago
|
||
| Assignee | ||
Comment 6•3 months ago
|
||
| Assignee | ||
Comment 7•2 months ago
|
||
Updated•2 months ago
|
Attachment #9520407 -
Attachment is obsolete: true
Pushed by jdescottes@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/532a5614499d
https://hg.mozilla.org/integration/autoland/rev/6dd2db845bd5
[devtools] Update DevTools readPostDataFromRequest helper to expose text decoding errors r=devtools-reviewers,bomsy
https://github.com/mozilla-firefox/firefox/commit/53654d78bd6f
https://hg.mozilla.org/integration/autoland/rev/d4af4bb0e05f
[bidi] Add support for dataType=request to network data collection r=whimboo
https://github.com/mozilla-firefox/firefox/commit/aea8b511fbe1
https://hg.mozilla.org/integration/autoland/rev/6479926bedcc
[wdspec] Update collected data fixture to handle request bodies r=whimboo
https://github.com/mozilla-firefox/firefox/commit/b809a39b5d18
https://hg.mozilla.org/integration/autoland/rev/506db612cddf
[wdspec] Add tests for network.getData with dataType request r=whimboo
https://github.com/mozilla-firefox/firefox/commit/ab5b5007b124
https://hg.mozilla.org/integration/autoland/rev/cfdcf3c90ea1
[wdspec] Update mozilla specific test for max total size with request dataType r=whimboo
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/55899 for changes under testing/web-platform/tests
Whiteboard: [webdriver:m18] → [webdriver:m18], [wptsync upstream]
Comment 10•2 months ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/6dd2db845bd5
https://hg.mozilla.org/mozilla-central/rev/d4af4bb0e05f
https://hg.mozilla.org/mozilla-central/rev/6479926bedcc
https://hg.mozilla.org/mozilla-central/rev/506db612cddf
https://hg.mozilla.org/mozilla-central/rev/cfdcf3c90ea1
Status: ASSIGNED → RESOLVED
Closed: 2 months ago
status-firefox146:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 146 Branch
Upstream PR merged by moz-wptsync-bot
Updated•1 month ago
|
Whiteboard: [webdriver:m18], [wptsync upstream] → [webdriver:m18], [wptsync upstream][webdriver:relnote]
You need to log in
before you can comment on or make changes to this bug.
Description
•