No files found.
+20 −16
Cargo.lock
Cargo.lock
+11 −1
trace.rs
components/script/dom/bindings/trace.rs
+62 −4
fakexrdevice.rs
components/script/dom/fakexrdevice.rs
+3 −0
mod.rs
components/script/dom/mod.rs
+27 −0
FakeXRDevice.webidl
components/script/dom/webidls/FakeXRDevice.webidl
+1 −1
XRFrame.webidl
components/script/dom/webidls/XRFrame.webidl
+10 −0
XRHitTestResult.webidl
components/script/dom/webidls/XRHitTestResult.webidl
+22 −0
XRHitTestSource.webidl
components/script/dom/webidls/XRHitTestSource.webidl
+21 −0
XRRay.webidl
components/script/dom/webidls/XRRay.webidl
+3 −0
XRSession.webidl
components/script/dom/webidls/XRSession.webidl
+6 −2
XRTest.webidl
components/script/dom/webidls/XRTest.webidl
+19 −3
xrframe.rs
components/script/dom/xrframe.rs
+51 −0
xrhittestresult.rs
components/script/dom/xrhittestresult.rs
+51 −0
xrhittestsource.rs
components/script/dom/xrhittestsource.rs
+147 −0
xrray.rs
components/script/dom/xrray.rs
+12 −1
xrreferencespace.rs
components/script/dom/xrreferencespace.rs
+89 −6
xrsession.rs
components/script/dom/xrsession.rs
+20 −1
xrspace.rs
components/script/dom/xrspace.rs
+31 −3
xrtest.rs
components/script/dom/xrtest.rs
+0 −4
xrDevice_isSessionSupported_immersive-ar.https.html.ini
...evice_isSessionSupported_immersive-ar.https.html.ini
+0 −4
xrDevice_requestSession_immersive-ar.https.html.ini
.../xrDevice_requestSession_immersive-ar.https.html.ini
+4 −3
ar_dom_overlay.https.html.ini
...data/webxr/dom-overlay/ar_dom_overlay.https.html.ini
+3 −1
ar_dom_overlay_hit_test.https.html.ini
...r/dom-overlay/ar_dom_overlay_hit_test.https.html.ini
+9 −1
ar_hittest_subscription_inputSources.https.html.ini
.../ar_hittest_subscription_inputSources.https.html.ini
+9 −1
ar_hittest_subscription_refSpaces.https.html.ini
...est/ar_hittest_subscription_refSpaces.https.html.ini
+0 −10
ar_hittest_subscription_states_regular.https.html.ini
...r_hittest_subscription_states_regular.https.html.ini
+9 −0
ar_hittest_subscription_transientInputSources.https.html.ini
...st_subscription_transientInputSources.https.html.ini
+0 −4
xrRay_constructor.https.html.ini
...data/webxr/hit-test/xrRay_constructor.https.html.ini
+0 −4
xrRay_matrix.https.html.ini
.../metadata/webxr/hit-test/xrRay_matrix.https.html.ini
+4 −4
MANIFEST.json
tests/wpt/mozilla/meta/MANIFEST.json
+3 −0
interfaces.html
tests/wpt/mozilla/tests/mozilla/interfaces.html
+1 −1
create_session.html
tests/wpt/mozilla/tests/webxr/create_session.html
+1 −1
layers.html
tests/wpt/mozilla/tests/webxr/layers.html
+1 −1
obtain_frame.html
tests/wpt/mozilla/tests/webxr/obtain_frame.html