Closed
Bug 1802284
Opened 6 months ago
Closed 5 months ago
Add support for serialization and deserialization of platform objects of type NodeList and HTMLCollection
Categories
(Remote Protocol :: WebDriver BiDi, task, P1)
Remote Protocol
WebDriver BiDi
Tracking
(firefox110 fixed)
RESOLVED
FIXED
110 Branch
Tracking | Status | |
---|---|---|
firefox110 | --- | fixed |
People
(Reporter: whimboo, Assigned: whimboo)
References
(Blocks 2 open bugs, )
Details
(Whiteboard: [webdriver:m5][wptsync upstream][webdriver:relnote])
Attachments
(2 files, 2 obsolete files)
As noticed while working on bug 1770731 for the serialization of Nodes we are not able to return a list of nodes right now.
There is the following BiDi PR open that will add NodeList
and HTMLCollection
to the list of remote values:
Assignee | ||
Updated•6 months ago
|
Points: --- → 2
Priority: -- → P2
Whiteboard: [webdriver:backlog]
Assignee | ||
Updated•5 months ago
|
Blocks: 1770730
Summary: Add support for serialization of platform objects of type NodeList and HTMLCollection → Add support for serialization and deserialization of platform objects of type NodeList and HTMLCollection
Assignee | ||
Updated•5 months ago
|
Assignee: nobody → hskupin
Status: NEW → ASSIGNED
Priority: P2 → P1
Whiteboard: [webdriver:backlog] → [webdriver:m5]
Assignee | ||
Comment 1•5 months ago
|
||
Assignee | ||
Comment 2•5 months ago
|
||
Depends on D166334
Assignee | ||
Comment 3•5 months ago
|
||
Assignee | ||
Comment 4•5 months ago
|
||
Depends on D166336
Updated•5 months ago
|
Attachment #9311352 -
Attachment is obsolete: true
Updated•5 months ago
|
Attachment #9311351 -
Attachment is obsolete: true
Pushed by hskupin@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/e5c794b139e3 [marionette] Added support for (de-)serialization of HTMLCollection and NodeList objects. r=webdriver-reviewers,jdescottes https://hg.mozilla.org/integration/autoland/rev/cc015e06c55f [wdspec] Added tests for (de-)serialization of HTMLCollection and NodeList objects. r=webdriver-reviewers,jdescottes
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/37833 for changes under testing/web-platform/tests
Updated•5 months ago
|
Whiteboard: [webdriver:m5] → [webdriver:m5], [wptsync upstream]
Comment 7•5 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/e5c794b139e3
https://hg.mozilla.org/mozilla-central/rev/cc015e06c55f
Status: ASSIGNED → RESOLVED
Closed: 5 months ago
status-firefox110:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 110 Branch
Upstream PR merged by moz-wptsync-bot
Assignee | ||
Updated•4 months ago
|
Whiteboard: [webdriver:m5], [wptsync upstream] → [webdriver:m5][wptsync upstream][webdriver:relnote]
You need to log in
before you can comment on or make changes to this bug.
Description
•