Closed
Bug 1989919
Opened 2 months ago
Closed 2 months ago
Some network events have isBlocked=true even if they are not blocked
Categories
(Remote Protocol :: WebDriver BiDi, defect, P2)
Remote Protocol
WebDriver BiDi
Tracking
(firefox145 fixed)
RESOLVED
FIXED
145 Branch
| Tracking | Status | |
|---|---|---|
| firefox145 | --- | fixed |
People
(Reporter: jdescottes, Assigned: jdescottes)
References
()
Details
(Whiteboard: [webdriver:m17][webdriver:relnote])
Attachments
(2 files)
From https://github.com/w3c/webdriver-bidi/issues/1006
We have a class of requests which can't be blocked:
- data URIs
- cached images
- cached stylesheets
However if they match an intercept, they will be emitted with isBlocked: true, even if they were not blocked and can't be resumed.
| Assignee | ||
Comment 1•2 months ago
|
||
Updated•2 months ago
|
Assignee: nobody → jdescottes
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•2 months ago
|
||
Pushed by jdescottes@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/c4b0ab5a1904
https://hg.mozilla.org/integration/autoland/rev/f8b2960b87d4
[bidi] Do not match intercepts for requests which cannot be blocked r=webdriver-reviewers,whimboo
https://github.com/mozilla-firefox/firefox/commit/c98955030373
https://hg.mozilla.org/integration/autoland/rev/9ecc90fd4408
[wdspec] Add mozilla-only test for requests which cannot be blocked r=webdriver-reviewers,whimboo
Comment 4•2 months ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/f8b2960b87d4
https://hg.mozilla.org/mozilla-central/rev/9ecc90fd4408
Status: ASSIGNED → RESOLVED
Closed: 2 months ago
status-firefox145:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 145 Branch
| Assignee | ||
Updated•2 months ago
|
Severity: -- → S3
Points: --- → 2
Priority: -- → P2
Whiteboard: [webdriver:m17]
Updated•1 month ago
|
Whiteboard: [webdriver:m17] → [webdriver:m17][webdriver:relnote]
You need to log in
before you can comment on or make changes to this bug.
Description
•