Closed
Bug 1989919
Opened 5 months ago
Closed 5 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)
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•5 months ago
|
||
Updated•5 months ago
|
Assignee: nobody → jdescottes
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•5 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•5 months ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/f8b2960b87d4
https://hg.mozilla.org/mozilla-central/rev/9ecc90fd4408
Status: ASSIGNED → RESOLVED
Closed: 5 months ago
status-firefox145:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 145 Branch
| Assignee | ||
Updated•5 months ago
|
Severity: -- → S3
Points: --- → 2
Priority: -- → P2
Whiteboard: [webdriver:m17]
Updated•4 months 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
•