Closed
Bug 1731790
Opened 3 years ago
Closed 3 years ago
Add blank implementation of Fetch.disable to prevent unknown method errors
Categories
(Remote Protocol :: CDP, task, P2)
Remote Protocol
CDP
Tracking
(firefox93 wontfix, firefox94 fixed)
RESOLVED
FIXED
94 Branch
People
(Reporter: whimboo, Assigned: whimboo)
References
Details
(Whiteboard: [bidi-m2-mvp])
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
pascalc
:
approval-mozilla-beta-
|
Details | Review |
As chatted with Simon this method is needed by Selenium so that a new CDP session can be established. By just adding a blank method for Fetch.disable
we could get support for CDP by Selenium.
Assignee | ||
Comment 1•3 years ago
|
||
Depends on D126231
Pushed by hskupin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1a7ec672c576
[cdp] Add blank implementation of Fetch.disable to prevent unknown method errors. r=webdriver-reviewers,jdescottes
Comment 3•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox94:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 94 Branch
Assignee | ||
Updated•3 years ago
|
status-firefox93:
--- → fix-optional
Assignee | ||
Comment 4•3 years ago
|
||
Comment on attachment 9242410 [details]
Bug 1731790 - [cdp] Add blank implementation of Fetch.disable to prevent unknown method errors.
Beta/Release Uplift Approval Request
- User impact if declined: Uplifting the new feature to the current beta would help Selenium developers to better get CDP support added for Firefox to the Java bindings, and to release it earlier.
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Just a blank implementation of the API end-point to not cause a
not supported command
error. - String changes made/needed:
Attachment #9242410 -
Flags: approval-mozilla-beta?
Comment 5•3 years ago
|
||
Comment on attachment 9242410 [details]
Bug 1731790 - [cdp] Add blank implementation of Fetch.disable to prevent unknown method errors.
We have already merged and build our release candidate, mozilla-release is now set to 93 and 94 beta 1 ships next Tuesday.
Attachment #9242410 -
Flags: approval-mozilla-beta? → approval-mozilla-beta-
Updated•3 years ago
|
Points: --- → 2
Priority: -- → P2
Updated•3 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•