1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-06 06:50:51 +02:00
video.js/test/unit
Jon-Carlos Rivera f05a9271b8 feat: option to have remoteTextTracks automatically 'garbage-collected' when sources change (#3736)
Tech#addRemoteTextTrack now accepts a second parameter - a boolean named manualCleanup which defaults to true preserving backwards compatibility. When that value is set to false the text track will be removed from the video element whenever a source change occurs.
2016-11-09 16:07:59 -05:00
..
tech feat: option to have remoteTextTracks automatically 'garbage-collected' when sources change (#3736) 2016-11-09 16:07:59 -05:00
tracks feat: option to have remoteTextTracks automatically 'garbage-collected' when sources change (#3736) 2016-11-09 16:07:59 -05:00
utils test(dom): fix removeElClass test in Safari 10. (#3768) 2016-11-09 16:06:38 -05:00
button.test.js @rlchung fixed tests that weren't disposing players when they finished. closes 3524 2016-08-25 10:58:42 -04:00
clickable-component.test.js feat(clickable-component): Disable interaction with disabled clickable components (#3525) 2016-11-03 15:43:15 -04:00
close-button.test.js @pagarwal123 updated some test code to pass linter 2016-08-05 11:38:08 -04:00
component.test.js feat: Components are now accessible via camelCase and UpperCamelCase (#3439) 2016-11-03 15:40:35 -04:00
controls.test.js @rlchung fixed tests that weren't disposing players when they finished. closes 3524 2016-08-25 10:58:42 -04:00
events.test.js Merge branch 'stable' 2016-08-25 19:34:07 -04:00
extend.test.js @misteroneill updated tests to qunit 2.0. closes #3509 2016-08-12 13:51:31 -04:00
media-error.test.js @misteroneill fixed IE8 media error test failure. closes #3568 2016-08-24 13:48:39 -04:00
menu.test.js @misteroneill updated tests to qunit 2.0. closes #3509 2016-08-12 13:51:31 -04:00
modal-dialog.test.js @pagarwal123 updated some test code to pass linter 2016-08-05 11:38:08 -04:00
player.test.js fix: allow rounded value for fluid player ratio test (#3739) 2016-11-03 18:40:14 -04:00
plugins.test.js @misteroneill updated tests to qunit 2.0. closes #3509 2016-08-12 13:51:31 -04:00
poster.test.js @misteroneill updated tests to qunit 2.0. closes #3509 2016-08-12 13:51:31 -04:00
setup.test.js @rlchung fixed tests that weren't disposing players when they finished. closes 3524 2016-08-25 10:58:42 -04:00
test-helpers.js @BrandonOCasey updates tests to pass linter 2016-08-05 11:37:12 -04:00
video.test.js test(hooks): fix hooks unit test in ie8 (#3745) 2016-11-04 16:43:27 -04:00