Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename generic-sensor as sensors to align with specname #9895

Merged
merged 2 commits into from Mar 7, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion accelerometer/idlharness.https.html
Expand Up @@ -32,7 +32,7 @@
promise_test(() => {
return Promise.all([
"/interfaces/dom.idl",
"/interfaces/generic-sensor.idl",
"/interfaces/sensors.idl",
"/interfaces/accelerometer.idl",
].map(fetchText)).then(doTest);
}, "Test IDL implementation of Accelerometer Sensor");
Expand Down
2 changes: 1 addition & 1 deletion ambient-light/idlharness.https.html
Expand Up @@ -30,7 +30,7 @@
promise_test(() => {
return Promise.all([
"/interfaces/dom.idl",
"/interfaces/generic-sensor.idl",
"/interfaces/sensors.idl",
"/interfaces/ambient-light.idl",
].map(fetchText)).then(doTest);
}, "Test IDL implementation of Ambient Light Sensor");
Expand Down
2 changes: 1 addition & 1 deletion generic-sensor/idlharness.https.html
Expand Up @@ -27,7 +27,7 @@

promise_test(() => {
return Promise.all(["/interfaces/dom.idl",
"/interfaces/generic-sensor.idl"].map(fetchText))
"/interfaces/sensors.idl"].map(fetchText))
.then(doTest);
}, "Test IDL implementation of Generic Sensor");
</script>
2 changes: 1 addition & 1 deletion geolocation-sensor/idlharness.https.html
Expand Up @@ -28,7 +28,7 @@

promise_test(() => {
return Promise.all([
"/interfaces/generic-sensor.idl",
"/interfaces/sensors.idl",
"/interfaces/geolocation-sensor.idl"
].map(fetchText)).then(doTest);
}, "Test IDL implementation of Geolocation Sensor");
Expand Down
2 changes: 1 addition & 1 deletion gyroscope/idlharness.https.html
Expand Up @@ -30,7 +30,7 @@
promise_test(() => {
return Promise.all([
"/interfaces/dom.idl",
"/interfaces/generic-sensor.idl",
"/interfaces/sensors.idl",
"/interfaces/gyroscope.idl",
].map(fetchText)).then(doTest);
}, "Test IDL implementation of Gyroscope Sensor");
Expand Down
25 changes: 0 additions & 25 deletions interfaces/generic-sensor.idl

This file was deleted.

2 changes: 1 addition & 1 deletion magnetometer/idlharness.https.html
Expand Up @@ -31,7 +31,7 @@
promise_test(() => {
return Promise.all([
"/interfaces/dom.idl",
"/interfaces/generic-sensor.idl",
"/interfaces/sensors.idl",
"/interfaces/magnetometer.idl",
].map(fetchText)).then(doTest);
}, "Test IDL implementation of Magnetometer Sensor");
Expand Down
2 changes: 1 addition & 1 deletion orientation-sensor/idlharness.https.html
Expand Up @@ -31,7 +31,7 @@
promise_test(() => {
return Promise.all([
"/interfaces/dom.idl",
"/interfaces/generic-sensor.idl",
"/interfaces/sensors.idl",
"/interfaces/orientation-sensor.idl",
].map(fetchText)).then(doTest);
}, "Test IDL implementation of Orientation Sensor");
Expand Down
2 changes: 1 addition & 1 deletion proximity/idlharness.https.html
Expand Up @@ -30,7 +30,7 @@
promise_test(() => {
return Promise.all([
"/interfaces/dom.idl",
"/interfaces/generic-sensor.idl",
"/interfaces/sensors.idl",
"/interfaces/proximity.idl",
].map(fetchText)).then(doTest);
}, "Test IDL implementation of Proximity Sensor");
Expand Down