-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[Chrome]Update MediaStream #3958
Conversation
Today I discovered that merge conflicts don't generate github emails. |
Yeah, and I think the same goes for Travis CI failures. I've been thinking about this problem a bit lately (and its connection to labels). I'll open a PR or issue about addressing this later in the week |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like Travis CI is just complaining about two things: 1) Chrome Android 19 doesn't exist (the earliest match is 25), and 2) true
should not be wrapped in strings. Luckily, these are pretty easy to fix, and I've written them up as suggestions for easy click-and-merge. 😉
Co-Authored-By: jpmedley <jmedley@google.com>
Co-Authored-By: jpmedley <jmedley@google.com>
Original source: mdn#3958 However, https://chromium.googlesource.com/chromium/src/+/776e9a66223e95141b0b8bc6c6f9a847cd5fd8c4 was long before Chrome 45. Support was tested using `webkitMediaStream.prototype.clone` and `MediaStreamTrack.prototype.clone` in Chrome 34 and 45. (One interface was prefixed at the time.) Part of mdn#7844.
Original source: mdn#3958 However, https://chromium.googlesource.com/chromium/src/+/776e9a66223e95141b0b8bc6c6f9a847cd5fd8c4 was long before Chrome 45. Support was tested using `webkitMediaStream.prototype.clone` and `MediaStreamTrack.prototype.clone` in Chrome 34 and 35. (One interface was prefixed at the time.) Part of mdn#7844.
Original source: mdn#3958 However, https://chromium.googlesource.com/chromium/src/+/776e9a66223e95141b0b8bc6c6f9a847cd5fd8c4 was long before Chrome 45. Support was tested using `webkitMediaStream.prototype.clone` and `MediaStreamTrack.prototype.clone` in Chrome 34 and 35. (One interface was prefixed at the time.) Part of mdn#7844.
Original source: mdn#3958 However, https://chromium.googlesource.com/chromium/src/+/e99d73de1761aec44e23381e565ee48430d9a699 was long before Chrome 45. Support was tested using `webkitMediaStream.prototype.getTracks` in Chrome 37 and 38. Part of mdn#7844.
Original source: #3958 However, https://chromium.googlesource.com/chromium/src/+/e99d73de1761aec44e23381e565ee48430d9a699 was long before Chrome 45. Support was tested using `webkitMediaStream.prototype.getTracks` in Chrome 37 and 38. Part of #7844.
…16245) Original source: #3958 However, https://chromium.googlesource.com/chromium/src/+/776e9a66223e95141b0b8bc6c6f9a847cd5fd8c4 was long before Chrome 45. Support was tested using `webkitMediaStream.prototype.clone` and `MediaStreamTrack.prototype.clone` in Chrome 34 and 35. (One interface was prefixed at the time.) Part of #7844.
Information Sources: