Closed
Bug 1992214
Opened 3 months ago
Closed 3 months ago
Using network getData for unsupported requests should always throw NoSuchNetworkData
Categories
(Remote Protocol :: WebDriver BiDi, defect, P3)
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][webdriver:relnote])
Attachments
(1 file)
|
Bug 1992214 - [bidi] Update network.getData to always throw NoSuchNetworkData for unhandled requests
48 bytes,
text/x-phabricator-request
|
Details | Review |
We cannot retrieve network data for some requests at the moment:
- data scheme (Bug 1992210)
- cached resources such as css or images (Bug 1992213)
When trying to retrieve the data for such requests we currently throw inconsistent errors.
If a collector id is provided, we throw NoSuchNetworkData. If not, we throw UnavailableNetworkData (which is normally reserved for evicted responses).
| Assignee | ||
Comment 1•3 months ago
|
||
Updated•3 months ago
|
Assignee: nobody → jdescottes
Status: NEW → ASSIGNED
| Assignee | ||
Updated•3 months ago
|
Severity: -- → S3
Points: --- → 1
Priority: -- → P3
Whiteboard: [webdriver:m18]
Pushed by jdescottes@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/12762429a28b
https://hg.mozilla.org/integration/autoland/rev/55a4d8f66dc0
[bidi] Update network.getData to always throw NoSuchNetworkData for unhandled requests r=webdriver-reviewers,Sasha
Status: ASSIGNED → RESOLVED
Closed: 3 months ago
status-firefox146:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 146 Branch
Updated•1 month ago
|
Whiteboard: [webdriver:m18] → [webdriver:m18][webdriver:relnote]
You need to log in
before you can comment on or make changes to this bug.
Description
•