From 3aade211691d55eaa8f575309427f50eda74ca79 Mon Sep 17 00:00:00 2001 From: Simplaf234 <68116034+Simplaf234@users.noreply.github.com> Date: Tue, 14 Jul 2020 12:05:33 +0000 Subject: [PATCH 01/10] DRM --- scripts/5/data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/5/data.js b/scripts/5/data.js index 50dbfd11..91c2c08a 100644 --- a/scripts/5/data.js +++ b/scripts/5/data.js @@ -1188,7 +1188,7 @@ var tests = [ ] }, { id: 'drm', - name: 'DRM support', + name: 'Encrypted Media Extensions', status: 'controversial', url: 'http://www.w3.org/TR/encrypted-media/' }, { From a936143bd03e3d1451619c336ea6c0f357d7b7c8 Mon Sep 17 00:00:00 2001 From: Simplaf234 <68116034+Simplaf234@users.noreply.github.com> Date: Tue, 14 Jul 2020 12:07:58 +0000 Subject: [PATCH 02/10] DRM --- scripts/6/data.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/6/data.js b/scripts/6/data.js index 3c6e2e09..186b4468 100644 --- a/scripts/6/data.js +++ b/scripts/6/data.js @@ -1241,8 +1241,8 @@ var tests = [ 'Advanced', { - id: 'drm', - name: 'DRM support', + id: 'eme', + name: 'Encrypted Media Extensions', status: 'controversial', url: 'http://www.w3.org/TR/encrypted-media/' }, { From 129c55223d2933019323f4fc6688acbe34229fcf Mon Sep 17 00:00:00 2001 From: Simplaf234 <68116034+Simplaf234@users.noreply.github.com> Date: Tue, 14 Jul 2020 12:08:33 +0000 Subject: [PATCH 03/10] DRM --- scripts/7/data.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/7/data.js b/scripts/7/data.js index ffb5720b..5838acc1 100644 --- a/scripts/7/data.js +++ b/scripts/7/data.js @@ -1303,8 +1303,8 @@ var tests = [ 'Advanced', { - id: 'drm', - name: 'DRM support', + id: 'eme', + name: 'Encrypted Media Extensions', status: 'controversial', url: 'http://www.w3.org/TR/encrypted-media/' }, { From ac448921aece2f4f563d59773c92422400833596 Mon Sep 17 00:00:00 2001 From: Simplaf234 <68116034+Simplaf234@users.noreply.github.com> Date: Tue, 14 Jul 2020 12:09:13 +0000 Subject: [PATCH 04/10] DRM --- scripts/8/data.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/8/data.js b/scripts/8/data.js index d8e2b026..f8933559 100644 --- a/scripts/8/data.js +++ b/scripts/8/data.js @@ -1405,8 +1405,8 @@ var tests = [ [ 'wp', '/apis/media_source_extensions' ] ] }, { - id: 'drm', - name: 'DRM support', + id: 'eme', + name: 'Encrypted Media Extensions', status: 'controversial', url: 'http://www.w3.org/TR/encrypted-media/' }, From 4c28e8fc3de314710eb2cb424ea6429b48f6506f Mon Sep 17 00:00:00 2001 From: Simplaf234 <68116034+Simplaf234@users.noreply.github.com> Date: Tue, 14 Jul 2020 12:09:46 +0000 Subject: [PATCH 05/10] DRM --- scripts/9/data.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/9/data.js b/scripts/9/data.js index ab7d6e2b..41675617 100644 --- a/scripts/9/data.js +++ b/scripts/9/data.js @@ -1460,8 +1460,8 @@ var tests = [ [ 'w3c', 'http://www.w3.org/TR/media-source/' ] ] }, { - id: 'drm', - name: 'DRM support', + id: 'eme', + name: 'Encrypted Media Extensions', status: 'controversial', url: 'http://www.w3.org/TR/encrypted-media/' }, From 5387b231922e62bf8de03893a2bb157ee1a5eb8e Mon Sep 17 00:00:00 2001 From: Simplaf234 <68116034+Simplaf234@users.noreply.github.com> Date: Tue, 14 Jul 2020 12:10:23 +0000 Subject: [PATCH 06/10] DRM fix --- scripts/5/data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/5/data.js b/scripts/5/data.js index 91c2c08a..0376589a 100644 --- a/scripts/5/data.js +++ b/scripts/5/data.js @@ -1187,7 +1187,7 @@ var tests = [ [ 'mdn', '/Using_HTML5_audio_and_video' ] ] }, { - id: 'drm', + id: 'eme', name: 'Encrypted Media Extensions', status: 'controversial', url: 'http://www.w3.org/TR/encrypted-media/' From 16dda115b836d829e3d2df7687649ac839488253 Mon Sep 17 00:00:00 2001 From: Simplaf234 <68116034+Simplaf234@users.noreply.github.com> Date: Tue, 14 Jul 2020 12:11:32 +0000 Subject: [PATCH 07/10] DRM --- scripts/6/engine.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/6/engine.js b/scripts/6/engine.js index b58c1648..6dcd53f8 100644 --- a/scripts/6/engine.js +++ b/scripts/6/engine.js @@ -830,7 +830,7 @@ Test6 = (function() { this.section.setItem({ - id: 'drm', + id: 'eme', passed: 'setMediaKeys' in this.element ? YES : 'webkitAddKey' in this.element || 'webkitSetMediaKeys' in this.element || 'mozSetMediaKeys' in this.element || 'msSetMediaKeys' in this.element ? YES | PREFIX : NO }); From f0018a383ec782ceb9c7b9474a56baa516c8d359 Mon Sep 17 00:00:00 2001 From: Simplaf234 <68116034+Simplaf234@users.noreply.github.com> Date: Tue, 14 Jul 2020 12:12:01 +0000 Subject: [PATCH 08/10] DRM --- scripts/7/engine.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/7/engine.js b/scripts/7/engine.js index b9502701..4db6cc70 100644 --- a/scripts/7/engine.js +++ b/scripts/7/engine.js @@ -845,7 +845,7 @@ Test7 = (function() { this.section.setItem({ - id: 'drm', + id: 'eme', passed: 'setMediaKeys' in this.element ? YES : 'webkitAddKey' in this.element || 'webkitSetMediaKeys' in this.element || 'mozSetMediaKeys' in this.element || 'msSetMediaKeys' in this.element ? YES | PREFIX : NO }); From 5ad05490ec92b4b5648300ca2d07c7b73e7c3133 Mon Sep 17 00:00:00 2001 From: Simplaf234 <68116034+Simplaf234@users.noreply.github.com> Date: Tue, 14 Jul 2020 12:13:21 +0000 Subject: [PATCH 09/10] DRM --- scripts/8/engine.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/8/engine.js b/scripts/8/engine.js index fef9be43..a1bf4883 100644 --- a/scripts/8/engine.js +++ b/scripts/8/engine.js @@ -2710,7 +2710,7 @@ Test8 = (function () { /* drm */ results.addItem({ - key: 'streaming.drm', + key: 'streaming.eme', passed: 'setMediaKeys' in element ? YES : 'webkitAddKey' in element || 'webkitSetMediaKeys' in element || 'mozSetMediaKeys' in element || 'msSetMediaKeys' in element ? YES | PREFIX : NO }); From 17420def96c7b871073fabe1c68558b2ccf01271 Mon Sep 17 00:00:00 2001 From: Simplaf234 <68116034+Simplaf234@users.noreply.github.com> Date: Tue, 14 Jul 2020 12:13:49 +0000 Subject: [PATCH 10/10] DRM --- scripts/9/engine.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/9/engine.js b/scripts/9/engine.js index 0a09c349..f4d5a955 100644 --- a/scripts/9/engine.js +++ b/scripts/9/engine.js @@ -2714,7 +2714,7 @@ Test9 = (function () { /* drm */ results.addItem({ - key: 'streaming.drm', + key: 'streaming.eme', passed: 'setMediaKeys' in element ? YES : 'webkitAddKey' in element || 'webkitSetMediaKeys' in element || 'mozSetMediaKeys' in element || 'msSetMediaKeys' in element ? YES | PREFIX : NO });