Closed
Bug 1770752
Opened 3 years ago
Closed 3 years ago
Support serialization of complex objects with simple value fields
Categories
(Remote Protocol :: WebDriver BiDi, task, P1)
Remote Protocol
WebDriver BiDi
Tracking
(firefox103 fixed)
RESOLVED
FIXED
103 Branch
Tracking | Status | |
---|---|---|
firefox103 | --- | fixed |
People
(Reporter: whimboo, Assigned: Sasha)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [webdriver:m4])
Attachments
(1 file)
In this bug we want to extend our serialization for types that have a simple type in their value field.
Note that this is not about using the strong handle
field which is bug 1770736.
Assignee | ||
Updated•3 years ago
|
Assignee: nobody → aborovova
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Attachment #9279379 -
Attachment description: WIP: Bug 1770752 - Add support for serialization of complex objects with simple value fields. → Bug 1770752 - Add support for serialization of complex objects with simple value fields.
Pushed by aborovova@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/94558358695a
Add support for serialization of complex objects with simple value fields. r=webdriver-reviewers,jdescottes,whimboo
Comment 3•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox103:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 103 Branch
Assignee | ||
Comment 4•3 years ago
|
||
In the end, this bug covers a serialization of all object types which don't require a strong reference, including maxDepth
support.
You need to log in
before you can comment on or make changes to this bug.
Description
•