Closed
Bug 1824953
Opened 2 years ago
Closed 1 year ago
Make RemoteValue serialization more flexible
Categories
(Remote Protocol :: WebDriver BiDi, task, P1)
Remote Protocol
WebDriver BiDi
Tracking
(firefox114 fixed)
RESOLVED
FIXED
114 Branch
Tracking | Status | |
---|---|---|
firefox114 | --- | fixed |
People
(Reporter: whimboo, Assigned: Sasha)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [webdriver:m7][wptsync upstream][webdriver:relnote])
Attachments
(3 files)
Based on the following pull request from James we need to update our code to better handle the serialization of RemoteValue
in terms of maxObjectDepth
and maxDomDepth
by using serializationOptions
:
Reporter | ||
Updated•2 years ago
|
Points: --- → 5
Priority: -- → P1
Whiteboard: [webdriver:m7]
Assignee | ||
Updated•1 year ago
|
Assignee: nobody → aborovova
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•1 year ago
|
||
Assignee | ||
Comment 2•1 year ago
|
||
Depends on D175359
Assignee | ||
Comment 3•1 year ago
|
||
Depends on D175360
Pushed by aborovova@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/f3c54331e92a [bidi] Update serialization to use serializationOptions. r=webdriver-reviewers,jdescottes https://hg.mozilla.org/integration/autoland/rev/3aa5efe05d18 [wdspec] Add support for serialization_options argument to bidi test client. r=webdriver-reviewers,jgraham https://hg.mozilla.org/integration/autoland/rev/f001f7592844 [wdspec] Update tests to use serializarion_options argument in script.evaluate and script.callFunction. r=webdriver-reviewers,jdescottes
Failed to create upstream wpt PR due to merge conflicts. This requires fixup from a wpt sync admin.
Whiteboard: [webdriver:m7] → [webdriver:m7], [wptsync upstream error]
Comment 6•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/f3c54331e92a
https://hg.mozilla.org/mozilla-central/rev/3aa5efe05d18
https://hg.mozilla.org/mozilla-central/rev/f001f7592844
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox114:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 114 Branch
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/39688 for changes under testing/web-platform/tests
Whiteboard: [webdriver:m7], [wptsync upstream error] → [webdriver:m7], [wptsync upstream]
Upstream PR was closed without merging
Upstream PR merged by moz-wptsync-bot
Comment 10•1 year ago
|
||
Pushed by wptsync@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/b5810d9ba4d4 [wpt PR 39688] - [Gecko Bug 1824953] [wdspec] Add support for serialization_options argument to bidi test client., a=testonly
Comment 11•1 year ago
|
||
bugherder |
Reporter | ||
Updated•1 year ago
|
Whiteboard: [webdriver:m7], [wptsync upstream] → [webdriver:m7][wptsync upstream][webdriver:relnote]
You need to log in
before you can comment on or make changes to this bug.
Description
•