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

fix: remote text track deprecation warnings #3864

Merged
merged 2 commits into from
Dec 15, 2016
Merged

Conversation

gkatsev
Copy link
Member

@gkatsev gkatsev commented Dec 15, 2016

Description

Tests were printing out a lot of deprecation warnings when using remote text tracks. Also, our own text track display was printing them out itself. This silences them and adds a test for the warning.

The first commit of this PR will be rebased out #3861 is merged.

@@ -178,6 +178,8 @@ QUnit.test('Plugins should not get events after stopImmediatePropagation is call

QUnit.test('Plugin that does not exist logs an error', function(assert) {

const origConsole = window.console;
Copy link
Member Author

Choose a reason for hiding this comment

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

This change is from #3861

@gkatsev gkatsev merged commit a7ffa34 into master Dec 15, 2016
@gkatsev gkatsev deleted the fix-remote-track-logs branch December 15, 2016 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants