mirror of
https://github.com/servo/servo.git
synced 2025-09-24 22:00:10 +01:00
webgl: Update IDL exposed members (#33509)
* Update IDLs to expose on Workers Signed-off-by: Daniel Adams <msub2official@gmail.com> * Update usage of Canvas/OffscreenCanvas union, add label Signed-off-by: Daniel Adams <msub2official@gmail.com> * Update WPT expectations Signed-off-by: Daniel Adams <msub2official@gmail.com> * Fix match arm Signed-off-by: Daniel Adams <msub2official@gmail.com> * Add missing spec links Signed-off-by: Daniel Adams <msub2official@gmail.com> * Update expectations Signed-off-by: Daniel Adams <msub2official@gmail.com> * Update interfaces.worker.js Signed-off-by: Daniel Adams <msub2official@gmail.com> --------- Signed-off-by: Daniel Adams <msub2official@gmail.com>
This commit is contained in:
parent
8276673bae
commit
3a0d27b231
22 changed files with 117 additions and 4772 deletions
2
tests/wpt/mozilla/meta/MANIFEST.json
vendored
2
tests/wpt/mozilla/meta/MANIFEST.json
vendored
|
@ -13502,7 +13502,7 @@
|
|||
]
|
||||
],
|
||||
"interfaces.worker.js": [
|
||||
"2782a452ac10b97c4cd4418fb7ba516325a76fab",
|
||||
"c8e8ae9921eb01f71a63ebbce42ff589d0a12bf8",
|
||||
[
|
||||
"mozilla/interfaces.worker.html",
|
||||
{}
|
||||
|
|
|
@ -60,6 +60,17 @@ test_interfaces([
|
|||
"TextEncoder",
|
||||
"URL",
|
||||
"URLSearchParams",
|
||||
"WebGLActiveInfo",
|
||||
"WebGLBuffer",
|
||||
"WebGLFramebuffer",
|
||||
"WebGLObject",
|
||||
"WebGLProgram",
|
||||
"WebGLRenderbuffer",
|
||||
"WebGLRenderingContext",
|
||||
"WebGLShader",
|
||||
"WebGLShaderPrecisionFormat",
|
||||
"WebGLTexture",
|
||||
"WebGLUniformLocation",
|
||||
"WebSocket",
|
||||
"WeakRef",
|
||||
"Worker",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue