Closed
Bug 1884935
Opened 11 months ago
Closed 10 months ago
Update serialization for "browsingContext.locateNodes" and remove "ownership" and "sandbox" arguments
Categories
(Remote Protocol :: WebDriver BiDi, task, P2)
Remote Protocol
WebDriver BiDi
Tracking
(firefox126 fixed)
RESOLVED
FIXED
126 Branch
Tracking | Status | |
---|---|---|
firefox126 | --- | fixed |
People
(Reporter: whimboo, Assigned: Sasha)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [webdriver:m11][webdriver:relnote])
Attachments
(1 file)
In a recent change to the WebDriver BiDi specification the ownership
and sandbox
arguments got removed from browsingContext.locateNodes
. This was possible because ownership
is not needed for DOM nodes.
When updating that we also have to update the code to get a realm
from the given browsing context
.
The test changes will be downstream synced via bug 1884926.
Reporter | ||
Updated•11 months ago
|
Points: --- → 2
Priority: -- → P2
Whiteboard: [webdriver:m11]
Assignee | ||
Updated•10 months ago
|
Assignee: nobody → aborovova
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•10 months ago
|
||
Pushed by aborovova@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/852f5cb71ab3
[bidi] Update serialization for "browsingContext.locateNodes" and remove "ownership" and "sandbox" arguments. r=webdriver-reviewers,whimboo
Status: ASSIGNED → RESOLVED
Closed: 10 months ago
status-firefox126:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 126 Branch
Reporter | ||
Updated•10 months ago
|
Whiteboard: [webdriver:m11] → [webdriver:m11][webdriver:relnote]
You need to log in
before you can comment on or make changes to this bug.
Description
•