Skip to content

Commit

Permalink
Rename WebIDL.idl to webidl.idl (#31241)
Browse files Browse the repository at this point in the history
This rename has happened in @webref/idl 2.7.0:
#31237

Tests need to be adapted, so do this rename manually.
  • Loading branch information
foolip committed Oct 15, 2021
1 parent 1f3d0a4 commit 7e8c076
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion generic-sensor/idlharness.https.window.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function cast(i, t) {

idl_test(
['generic-sensor'],
['dom', 'html', 'WebIDL'],
['dom', 'html', 'webidl'],
idl_array => {
idl_array.add_objects({
Sensor: ['cast(new Accelerometer(), Sensor)'],
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion mediacapture-record/idlharness.window.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

idl_test(
['mediastream-recording'],
['mediacapture-streams', 'FileAPI', 'html', 'dom', 'WebIDL'],
['mediacapture-streams', 'FileAPI', 'html', 'dom', 'webidl'],
idl_array => {
// Ignored errors will be surfaced in idlharness.js's test_object below.
let recorder, blob, error;
Expand Down
2 changes: 1 addition & 1 deletion mediacapture-streams/idlharness.https.window.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

idl_test(
['mediacapture-streams'],
['WebIDL', 'dom', 'html'],
['webidl', 'dom', 'html'],
async idl_array => {
const inputDevices = [];
const outputDevices = [];
Expand Down
2 changes: 1 addition & 1 deletion web-nfc/idlharness.https.window.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const message = {

idl_test(
['web-nfc'],
['html', 'dom', 'WebIDL'],
['html', 'dom', 'webidl'],
idl_array => {
idl_array.add_objects({
NDEFReader: ['new NDEFReader();'],
Expand Down
2 changes: 1 addition & 1 deletion webidl/idlharness.any.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"use strict";

idl_test(
['WebIDL'],
['webidl'],
[],
idl_array => {
idl_array.add_objects({
Expand Down
2 changes: 1 addition & 1 deletion webrtc-identity/idlharness.https.window.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

idl_test(
['webrtc-identity'],
['webrtc', 'mediacapture-streams', 'html', 'dom', 'WebIDL'],
['webrtc', 'mediacapture-streams', 'html', 'dom', 'webidl'],
async idlArray => {
idlArray.add_objects({
RTCPeerConnection: [`new RTCPeerConnection()`],
Expand Down
2 changes: 1 addition & 1 deletion webrtc/idlharness.https.window.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ function asyncInit() {

idl_test(
['webrtc'],
['WebIDL', 'mediacapture-streams', 'dom', 'html'],
['webidl', 'mediacapture-streams', 'dom', 'html'],
async idlArray => {
idlArray.add_objects({
RTCPeerConnection: [`new RTCPeerConnection()`],
Expand Down
2 changes: 1 addition & 1 deletion webtransport/idlharness.https.any.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

idl_test(
['webtransport'],
['WebIDL', 'streams'],
['webidl', 'streams'],
idl_array => {
idl_array.add_objects({
WebTransport: ['webTransport'],
Expand Down

0 comments on commit 7e8c076

Please sign in to comment.