Closed
Bug 1770480
Opened 2 years ago
Closed 2 years ago
Support script evaluation inside sandboxes for "script.evaluate" and "script.callFunction"
Categories
(Remote Protocol :: WebDriver BiDi, enhancement, P1)
Remote Protocol
WebDriver BiDi
Tracking
(firefox105 fixed)
RESOLVED
FIXED
105 Branch
Tracking | Status | |
---|---|---|
firefox105 | --- | fixed |
People
(Reporter: whimboo, Assigned: Sasha)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [webdriver:m4][wptsync upstream])
Attachments
(2 files, 1 obsolete file)
With bug 1742979 we will get basic support for script.evaluate
. This bug covers the addition of running Javascript code inside a sandbox.
Reporter | ||
Updated•2 years ago
|
Points: 5 → 8
Assignee | ||
Updated•2 years ago
|
Assignee: nobody → aborovova
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
Assignee | ||
Comment 3•2 years ago
|
||
Depends on D153440
Updated•2 years ago
|
Attachment #9288062 -
Attachment is obsolete: true
Updated•2 years ago
|
Attachment #9288063 -
Attachment description: WIP: Bug 1770480 - [bidi] Add support for script evaluation inside sandboxes for "script.evaluate" and "script.callFunction" commands. → Bug 1770480 - [bidi] Add support for script evaluation inside sandboxes for "script.evaluate" and "script.callFunction" commands.
Updated•2 years ago
|
Attachment #9288065 -
Attachment description: WIP: Bug 1770480 - [wdspec] Add tests for script evaluation inside sandboxes for "script.evaluate" and "script.callFunction" commands. → Bug 1770480 - [wdspec] Add tests for script evaluation inside sandboxes for "script.evaluate" and "script.callFunction" commands.
Pushed by aborovova@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/64c9d638e27f
[bidi] Add support for script evaluation inside sandboxes for "script.evaluate" and "script.callFunction" commands. r=webdriver-reviewers,jdescottes
https://hg.mozilla.org/integration/autoland/rev/06eb76fcec95
[wdspec] Add tests for script evaluation inside sandboxes for "script.evaluate" and "script.callFunction" commands. r=webdriver-reviewers,jdescottes
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/35499 for changes under testing/web-platform/tests
Whiteboard: [webdriver:m4] → [webdriver:m4], [wptsync upstream]
Upstream PR merged by moz-wptsync-bot
Comment 7•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/64c9d638e27f
https://hg.mozilla.org/mozilla-central/rev/06eb76fcec95
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox105:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 105 Branch
Reporter | ||
Updated•2 years ago
|
Whiteboard: [webdriver:m4], [wptsync upstream] → [webdriver:m4][webdriver:relnote][wptsync upstream]
Reporter | ||
Updated•2 years ago
|
Summary: Support script evaluation inside sandboxes for "script.evaluate" command → Support script evaluation inside sandboxes for "script.evaluate" and "script.callFunction"
Reporter | ||
Comment 8•2 years ago
|
||
Both methods are still experimental only. As such I would not mention them for the 105 release.
Whiteboard: [webdriver:m4][webdriver:relnote][wptsync upstream] → [webdriver:m4][wptsync upstream]
You need to log in
before you can comment on or make changes to this bug.
Description
•