Closed
Bug 1731954
Opened 4 years ago
Closed 4 years ago
Remove multiFrameQuerySelectorAll RDP method
Categories
(DevTools :: Inspector, task)
DevTools
Inspector
Tracking
(firefox94 fixed)
RESOLVED
FIXED
94 Branch
| Tracking | Status | |
|---|---|---|
| firefox94 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
The RDP function is only used once in a test (https://searchfox.org/mozilla-central/search?q=multiFrameQuerySelectorAll&path=devtools%2Fclient&case=true®exp=false), so it's safe to remove it
| Assignee | ||
Comment 1•4 years ago
|
||
With Fission/EFT work, we shouldn't call this function, but rely on the different
targets instead.
It was only used in the client from a test, which could be migrated easily.
(the test is still failing with EFT enabled, this will be taken care of in Bug 1730170)
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8b2517d6c55f
[devtools] Remove multiFrameQuerySelectorAll RDP method. r=bomsy,devtools-backward-compat-reviewers.
Comment 3•4 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox94:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 94 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•