Closed
Bug 1968242
Opened 3 months ago
Closed 3 months ago
Force network.http.rcwn.enabled to true when using WebDriver BiDi
Categories
(Remote Protocol :: WebDriver BiDi, task, P3)
Remote Protocol
WebDriver BiDi
Tracking
(firefox140 fixed)
RESOLVED
FIXED
140 Branch
Tracking | Status | |
---|---|---|
firefox140 | --- | fixed |
People
(Reporter: jdescottes, Assigned: jdescottes)
References
Details
(Whiteboard: [webdriver:m16])
Attachments
(1 file)
As discussed in Bug 1966494, setting the preference network.http.rcwn.enabled
to false is currently incompatible with the network interception feature in WebDriver BiDi, when used in the responseStarted
phase.
Even if we add a timer to unblock subsequent requests, it would make tests slower when network.http.rcwn.enabled
is false.
I think we should just force the preference for now to avoid issues and allow Android to set the preference to false by default.
Assignee | ||
Updated•3 months ago
|
Summary: Force rcwn to true when using WebDriver BiDi → Force network.http.rcwn.enabled to true when using WebDriver BiDi
Assignee | ||
Comment 1•3 months ago
|
||
Updated•3 months ago
|
Assignee: nobody → jdescottes
Status: NEW → ASSIGNED
Pushed by jdescottes@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/bb8e83704269
[bidi] Force network.http.rcwn.enabled to true when using WebDriver BiDi r=webdriver-reviewers,whimboo
Assignee | ||
Updated•3 months ago
|
Points: --- → 1
Priority: -- → P3
Whiteboard: [webdriver:m16]
Comment 3•3 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 months ago
status-firefox140:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 140 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•