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

Add real values for Firefox for Media APIs #7522

Merged
merged 3 commits into from
Dec 14, 2020

Conversation

queengooborg
Copy link
Collaborator

This PR adds version numbers for Firefox for various Media APIs based upon results from the mdn-bcd-collector project, along with some mirroring. This PR is cherry-picked to APIs where the base version number is not adjusted.

@github-actions github-actions bot added the data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Nov 27, 2020
Copy link
Collaborator

@foolip foolip left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was one also complicated :) Breaking off tricky stuff so we can land the easy would be great.

api/MediaRecorder.json Show resolved Hide resolved
api/TextTrack.json Show resolved Hide resolved
api/MediaDeviceInfo.json Show resolved Hide resolved
api/MediaKeySession.json Show resolved Hide resolved
api/MediaKeySession.json Show resolved Hide resolved
api/MediaKeyStatusMap.json Show resolved Hide resolved
api/MediaKeySystemAccess.json Show resolved Hide resolved
api/MediaMetadata.json Outdated Show resolved Hide resolved
@@ -14,10 +14,10 @@
"version_added": "≤79"
},
"firefox": {
"version_added": null
"version_added": "42"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is odd if TextTrackCue shipped after VTTCue, since VTTCue inherits from TextTrackCue. But TextTrackCue is an abstract interface, so it may in fact have happened.

Can you also update https://developer.mozilla.org/en-US/docs/Web/API/VTTCue as part of this, or better yet split out the text track-related stuff Text* and VTT* into a separate PR?

@@ -14,10 +14,10 @@
"version_added": "≤18"
},
"firefox": {
"version_added": true
"version_added": "31"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you also update https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/textTracks to ensure that was also introduced in Firefox 31? If not there's something funny going on.

@foolip
Copy link
Collaborator

foolip commented Dec 11, 2020

I got a notification for the PR update. For the avoidance of doubt, there are still a lot of outstanding issues.

Copy link
Collaborator

@foolip foolip left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for splitting out the text track stuff!

Copy link
Collaborator

@foolip foolip left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for splitting out the text track stuff!

@foolip foolip merged commit 5e91340 into mdn:master Dec 14, 2020
@queengooborg queengooborg deleted the api/Media-firefox/add branch December 14, 2020 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants