mirror of
https://github.com/servo/servo.git
synced 2025-09-30 00:29:14 +01:00
enhance: Add support for unsafe-eval
and wasm-unsafe-eval
(#32893)
Signed-off-by: Chocolate Pie <106949016+chocolate-pie@users.noreply.github.com>
This commit is contained in:
parent
2cf207ddc8
commit
92866ab911
51 changed files with 755 additions and 73 deletions
4
tests/wpt/mozilla/meta/MANIFEST.json
vendored
4
tests/wpt/mozilla/meta/MANIFEST.json
vendored
|
@ -13434,14 +13434,14 @@
|
|||
]
|
||||
],
|
||||
"interfaces.html": [
|
||||
"d4daa95cfe84f1ffd77d0b631e67deb778db5fc3",
|
||||
"2ab9214e53c431e4a599254d4cb498fd75eef4ed",
|
||||
[
|
||||
null,
|
||||
{}
|
||||
]
|
||||
],
|
||||
"interfaces.worker.js": [
|
||||
"b1c7b7e9c5c2f21eafdcd27eafe589e654260628",
|
||||
"2782a452ac10b97c4cd4418fb7ba516325a76fab",
|
||||
[
|
||||
"mozilla/interfaces.worker.html",
|
||||
{}
|
||||
|
|
|
@ -223,6 +223,7 @@ test_interfaces([
|
|||
"Request",
|
||||
"Response",
|
||||
"Screen",
|
||||
"SecurityPolicyViolationEvent",
|
||||
"Selection",
|
||||
"ShadowRoot",
|
||||
"StaticRange",
|
||||
|
|
|
@ -55,6 +55,7 @@ test_interfaces([
|
|||
"ReadableStream",
|
||||
"Request",
|
||||
"Response",
|
||||
"SecurityPolicyViolationEvent",
|
||||
"TextDecoder",
|
||||
"TextEncoder",
|
||||
"URL",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue