Closed
Bug 1770751
Opened 3 years ago
Closed 3 years ago
Support deserialization of complex objects with simple value field
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
(2 files)
Before the value serialization and reference store is implemented (bug 1770736) we could already serialize some common fields of complex objects like type
.
Reporter | ||
Updated•3 years ago
|
Summary: Support serialization of complex objects without value field → Support deserialization of complex objects with simple value field
Assignee | ||
Updated•3 years ago
|
Assignee: nobody → aborovova
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•3 years ago
|
||
Depends on D148100
Assignee | ||
Comment 2•3 years ago
|
||
Pushed by aborovova@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/211c855b58dc
Make Date serialization return Date Time string. r=webdriver-reviewers,whimboo
https://hg.mozilla.org/integration/autoland/rev/af815ac5a4b9
Add support for deserialization of complex objects with simple value fields. r=webdriver-reviewers,whimboo,jdescottes
Assignee | ||
Comment 4•3 years ago
|
||
In the end, this bug covers a deserialization of all object types which don't require a strong reference.
Comment 5•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/211c855b58dc
https://hg.mozilla.org/mozilla-central/rev/af815ac5a4b9
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox103:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 103 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•