Commit Graph

2 Commits

Author SHA1 Message Date
Taym Haddadi
d5ccce7c2c script: Properly handle foreign contexts in Context2D's isSync and isTransformFeedback (#40436)
CanvasContext: follow spec for isSync and isTransformFeedback

Testing: more CanvasContext test will pass.

Signed-off-by: Taym Haddadi <haddadi.taym@gmail.com>
2025-11-06 11:09:07 +00:00
Andrei Volykhin
ef544a4db4 script: Move WebGL DOM interfaces to script/dom/webgl/ (#38995)
Move interfaces defined by the WebGL spec to the `script/dom/webgl/
`module from `script/dom/`.

`script/dom/webgl*.rs` -> `script/dom/webgl/`
`script/dom/webgl_extensions` -> `script/dom/webgl/extensions`
`script/dom/webgl_validations` -> `script/dom/webgl/validations`

Testing: No changes, just a refactoring

Fixes (partially): #38901

Signed-off-by: Andrei Volykhin <volykhin.andrei@huawei.com>
Co-authored-by: Andrei Volykhin <volykhin.andrei@huawei.com>
2025-08-28 17:50:05 +00:00