No files found.
+2 −2
Cargo.lock
Cargo.lock
+1 −0
static_atoms.txt
components/atoms/static_atoms.txt
+2 −1
trace.rs
components/script/dom/bindings/trace.rs
+87 −2
fakexrdevice.rs
components/script/dom/fakexrdevice.rs
+106 −0
fakexrinputcontroller.rs
components/script/dom/fakexrinputcontroller.rs
+2 −0
mod.rs
components/script/dom/mod.rs
+2 −9
FakeXRDevice.webidl
components/script/dom/webidls/FakeXRDevice.webidl
+53 −0
FakeXRInputController.webidl
...ents/script/dom/webidls/FakeXRInputController.webidl
+1 −1
XRInputSource.webidl
components/script/dom/webidls/XRInputSource.webidl
+19 −0
XRInputSourcesChangeEvent.webidl
.../script/dom/webidls/XRInputSourcesChangeEvent.webidl
+1 −1
XRSession.webidl
components/script/dom/webidls/XRSession.webidl
+12 −3
xrinputsource.rs
components/script/dom/xrinputsource.rs
+54 −1
xrinputsourcearray.rs
components/script/dom/xrinputsourcearray.rs
+117 −0
xrinputsourceschangeevent.rs
components/script/dom/xrinputsourceschangeevent.rs
+13 −1
xrsession.rs
components/script/dom/xrsession.rs
+2 −0
xrviewerpose.rs
components/script/dom/xrviewerpose.rs
+1 −1
MANIFEST.json
tests/wpt/metadata/MANIFEST.json
+1 −0
events_input_source_recreation.https.html.ini
.../webxr/events_input_source_recreation.https.html.ini
+0 −4
events_session_select.https.html.ini
.../metadata/webxr/events_session_select.https.html.ini
+0 −4
events_session_select_subframe.https.html.ini
.../webxr/events_session_select_subframe.https.html.ini
+1 −0
xrInputSource_gamepad_disconnect.https.html.ini
...dule/xrInputSource_gamepad_disconnect.https.html.ini
+1 −0
xrInputSource_gamepad_input_registered.https.html.ini
...rInputSource_gamepad_input_registered.https.html.ini
+2 −1
getInputPose_handedness.https.html.ini
...etadata/webxr/getInputPose_handedness.https.html.ini
+0 −33
idlharness.https.window.js.ini
tests/wpt/metadata/webxr/idlharness.https.window.js.ini
+0 −4
xrInputSource_add_remove.https.html.ini
...tadata/webxr/xrInputSource_add_remove.https.html.ini
+0 −4
xrInputSource_sameObject.https.html.ini
...tadata/webxr/xrInputSource_sameObject.https.html.ini
+0 −4
xrPose_transform_sameObject.https.html.ini
...ata/webxr/xrPose_transform_sameObject.https.html.ini
+2 −1
xrReferenceSpace_originOffsetBounded.https.html.ini
.../xrReferenceSpace_originOffsetBounded.https.html.ini
+2 −1
xrSession_sameObject.https.html.ini
...t/metadata/webxr/xrSession_sameObject.https.html.ini
+1 −1
xrInputSource_add_remove.https.html
...form-tests/webxr/xrInputSource_add_remove.https.html