Closed
Bug 1802284
Opened 2 years ago
Closed 2 years 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•2 years ago
|
Points: --- → 2
Priority: -- → P2
Whiteboard: [webdriver:backlog]
Assignee | ||
Updated•2 years 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•2 years ago
|
Assignee: nobody → hskupin
Status: NEW → ASSIGNED
Priority: P2 → P1
Whiteboard: [webdriver:backlog] → [webdriver:m5]
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
Depends on D166334
Assignee | ||
Comment 3•2 years ago
|
||
Assignee | ||
Comment 4•2 years ago
|
||
Depends on D166336
Updated•2 years ago
|
Attachment #9311352 -
Attachment is obsolete: true
Updated•2 years 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
Whiteboard: [webdriver:m5] → [webdriver:m5], [wptsync upstream]
Comment 7•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/e5c794b139e3
https://hg.mozilla.org/mozilla-central/rev/cc015e06c55f
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox110:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 110 Branch
Upstream PR merged by moz-wptsync-bot
Assignee | ||
Updated•2 years 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
•