1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-04 06:48:49 +02:00
video.js/test/unit
Brandon Casey 142cc678cb perf: Fix memory leaks in safari, edge, and ie (#5880)
1. We were not always able to clean up `resize` on the `ResizeManager`, as the iframe
contentWindow can disappear before dispose
2. Native Tracks on Safari do not have an `off` so we have to deal with
event listeners manually

Fixes #5878
2019-03-22 12:03:52 -04:00
..
control-bar/text-track-controls fix: TextTrackMenuItem components should not disable text tracks of different kind(s). (#5741) 2019-01-10 14:24:15 -05:00
mixins test: memory leak fixes in tests (#5861) 2019-03-18 15:49:48 -04:00
tech test: memory leak fixes in tests (#5861) 2019-03-18 15:49:48 -04:00
tracks perf: Fix memory leaks in safari, edge, and ie (#5880) 2019-03-22 12:03:52 -04:00
utils perf: Fix memory leaks in safari, edge, and ie (#5880) 2019-03-22 12:03:52 -04:00
autoplay.test.js feat(autoplay): extend autoplay option for greater good (#5209) 2018-06-21 14:32:07 -04:00
button.test.js fix: Reduce the multiple-announcement by screen readers of the new name of a button when its text label changes. (#5158) 2018-05-11 14:31:28 -04:00
clickable-component.test.js
close-button.test.js test: memory leak fixes in tests (#5861) 2019-03-18 15:49:48 -04:00
component.test.js test: memory leak fixes in tests (#5861) 2019-03-18 15:49:48 -04:00
controls.test.js test: memory leak fixes in tests (#5861) 2019-03-18 15:49:48 -04:00
event-target.test.js test: memory leak fixes in tests (#5861) 2019-03-18 15:49:48 -04:00
events.test.js test: memory leak fixes in tests (#5861) 2019-03-18 15:49:48 -04:00
extend.test.js docs: Update JSDoc comments, so core API docs for the videojs function are accurate. (#5385) 2018-09-28 16:21:18 -04:00
live-tracker.test.js fix(liveui): make edge detection less strict, add docs for option (#5661) 2018-12-10 14:13:56 -05:00
media-error.test.js fix(vjsstandard): update to 8.0.2 and fixup linting (#5413) 2018-09-28 14:58:15 -04:00
menu.test.js test: memory leak fixes in tests (#5861) 2019-03-18 15:49:48 -04:00
modal-dialog.test.js test: memory leak fixes in tests (#5861) 2019-03-18 15:49:48 -04:00
player-breakpoints.test.js test: memory leak fixes in tests (#5861) 2019-03-18 15:49:48 -04:00
player-loadmedia.test.js feat: Add loadMedia and getMedia methods (#5652) 2019-01-03 13:49:34 -05:00
player-play.test.js
player.test.js feat: reset player ui on Player#reset (#5684) 2019-01-08 14:15:51 -05:00
plugin-advanced.test.js
plugin-basic.test.js
plugin-static.test.js
poster.test.js fix(vjsstandard): update to 8.0.2 and fixup linting (#5413) 2018-09-28 14:58:15 -04:00
reset-ui.test.js fix: ensure that durationDisplay and remainingTimeDisplay exist before calling their 'updateContent' method during reset() (#5839) 2019-03-18 14:54:14 -04:00
resize-manager.test.js fix(resize-manager): Prevent tabbing into RM and hide from Screen Readers (#5754) 2019-01-22 16:36:20 -05:00
seek-to-live.test.js feat: support seeking during live playback via liveui option (#5511) 2018-12-03 15:31:23 -05:00
setup.test.js fix(vjsstandard): update to 8.0.2 and fixup linting (#5413) 2018-09-28 14:58:15 -04:00
sourceset.test.js chore: fix travis build (#5627) 2018-11-28 17:25:59 -05:00
test-helpers.js feat: Add breakpoints option to support toggling classes based on player width. (#5471) 2018-10-10 15:30:20 -04:00
video.test.js fix(vjsstandard): update to 8.0.2 and fixup linting (#5413) 2018-09-28 14:58:15 -04:00
videojs-hooks.test.js test: check dom-data to verify we aren't leaking memory and event handlers (#5862) 2019-03-19 15:05:48 -04:00
videojs-integration.test.js test: check dom-data to verify we aren't leaking memory and event handlers (#5862) 2019-03-19 15:05:48 -04:00