mirror of
https://github.com/servo/servo.git
synced 2025-09-30 00:29:14 +01:00
webxr: Implement reference space reset events (#33460)
* Initial interface implementation Signed-off-by: Daniel Adams <msub2official@gmail.com> * Add event handler Signed-off-by: Daniel Adams <msub2official@gmail.com> * Update FakeXRDevice interface Signed-off-by: Daniel Adams <msub2official@gmail.com> * Implement reset event Signed-off-by: Daniel Adams <msub2official@gmail.com> * Downcast bounded spaces Signed-off-by: Daniel Adams <msub2official@gmail.com> * Update expectations Signed-off-by: Daniel Adams <msub2official@gmail.com> * Update webxr commit Signed-off-by: Daniel Adams <msub2official@gmail.com> * fmt Signed-off-by: Daniel Adams <msub2official@gmail.com> * Adjust DomRoot usage Signed-off-by: Daniel Adams <msub2official@gmail.com> * fmt Signed-off-by: Daniel Adams <msub2official@gmail.com> * Update manifest Signed-off-by: Daniel Adams <msub2official@gmail.com> --------- Signed-off-by: Daniel Adams <msub2official@gmail.com>
This commit is contained in:
parent
b0cae28c83
commit
f8e0fde044
18 changed files with 210 additions and 90 deletions
2
tests/wpt/mozilla/meta/MANIFEST.json
vendored
2
tests/wpt/mozilla/meta/MANIFEST.json
vendored
|
@ -13495,7 +13495,7 @@
|
|||
]
|
||||
],
|
||||
"interfaces.html": [
|
||||
"dd0f564f708a2a0e8cf1ed571bd2bd45977fa469",
|
||||
"086bc095b078efdcac4f51ef314f7851793dbb53",
|
||||
[
|
||||
null,
|
||||
{}
|
||||
|
|
|
@ -291,6 +291,7 @@ test_interfaces([
|
|||
"XRLayer",
|
||||
"XRPose",
|
||||
"XRReferenceSpace",
|
||||
"XRReferenceSpaceEvent",
|
||||
"XRRay",
|
||||
"XRRenderState",
|
||||
"XRRigidTransform",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue