forked from mdn/browser-compat-data
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sort out AudioTrack and VideoTrack support in Chromium
Most of the IDL was added in June 2014 behind a flag: https://chromium.googlesource.com/chromium/src/+/cb9c513a764a62acd2da76e04c3e7ec3ab7e0dfa That was M37 based on the date: https://www.chromium.org/developers/calendar Note that https://storage.googleapis.com/chromium-find-releases-static/cb9.html#cb9c513a764a62acd2da76e04c3e7ec3ab7e0dfa is wrong because this change happened before Blink was merged into the Chromium tree. The AudioVideoTracks has never been enabled by default. The audioTrack and videoTrack attributes on SourceBuffer were added later, in March 2016, behind the same flag: https://chromium.googlesource.com/chromium/src/+/92333c0e5ca6b7768e5bcf6d41ff8fc733ebbfc1 That was M51: https://storage.googleapis.com/chromium-find-releases-static/923.html#92333c0e5ca6b7768e5bcf6d41ff8fc733ebbfc1 The data was mirrored for Edge and Opera. Samsung Internet and WebView don't use flags. Fixes mdn#5781.
- Loading branch information
Showing
6 changed files
with
371 additions
and
283 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.