forked from videojs/video.js
-
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.
Merge remote-tracking branch 'upstream/stable' into stable
* upstream/stable: (77 commits) v5.9.2 @gkatsev grouped text track errors in the console, if we can. closes videojs#3259 v5.9.1 @gkatsev fixed text track tests for older IEs. closes videojs#3269 revert 75116d4 adding chrome to travis (videojs#3254) @forbesjo added back the background color to the poster. closes videojs#3267 @gkatsev fixed removeRemoteTextTracks not working with return value from addRemoteTextTracks. closes videojs#3253 @gkatsev made the first emulated text track enabled by default. closes videojs#3248 @mister-ben blacklisted Chrome for Android for playback rate support. closes videojs#3246 @benjipott updated IS_CHROME to not be true on MS Edge. closes videojs#3232 v5.9.0 @andyearnshaw updated document event handlers to use el.ownerDocument. closes videojs#3230 @chrisauclair added ARIA region and label to player element. closes videojs#3227 @MCGallaspy added vttjs to the self-hosting guide. closes videojs#3229 @forbesjo added chrome for PR tests. closes videojs#3235 @OwenEdwards improved handling of deprecated use of Button component. closes videojs#3236 v5.8.8 @seescode fixed dragging on mute toggle changing the volume. Fixes videojs#3036. Closes videojs#3228 @seescode fixed css failing on IE8 due to incorrect ie8 hack. Fixes videojs#3140. Closes videojs#3226. @vtytar fixed auto-setup failing if taking too long to load. Fixes videojs#2386. Closes videojs#3233. ...
- Loading branch information
Showing
116 changed files
with
4,715 additions
and
1,011 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,3 +28,5 @@ test/coverage/* | |
.sass-cache | ||
|
||
dist/* | ||
|
||
.idea/ |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,3 +23,5 @@ sudo: false | |
cache: | ||
directories: | ||
- node_modules | ||
addons: | ||
firefox: latest |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
## Description | ||
Briefly describe the issue. | ||
Include a [reduced test case](https://css-tricks.com/reduced-test-cases/), we have a [starter template](http://jsbin.com/axedog/edit?html,output) on JSBin you can use. | ||
|
||
## Steps to reproduce | ||
Explain in detail the exact steps necessary to reproduce the issue. | ||
|
||
1. | ||
2. | ||
3. | ||
|
||
## Results | ||
### Expected | ||
Please describe what you expected to see. | ||
|
||
### Actual | ||
Please describe what actually happened. | ||
|
||
### Error output | ||
If there are any errors at all, please include them here. | ||
|
||
## Additional Information | ||
Please include any additional information necessary here. Including the following: | ||
### versions | ||
#### videojs | ||
what version of videojs does this occur with? | ||
#### browsers | ||
what browser are affected? | ||
#### OSes | ||
what platforms (operating systems and devices) are affected? | ||
### plugins | ||
are any videojs plugins being used on the page? If so, please list them below. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
## Description | ||
Please describe the change as necessary. | ||
If it's a feature or enhancement please be as detailed as possible. | ||
If it's a bug fix, please link the issue that it fixes or describe the bug in as much detail. | ||
|
||
|
||
## Specific Changes proposed | ||
Please list the specific changes involved in this pull request. | ||
|
||
## Requirements Checklist | ||
- [ ] Feature implemented / Bug fixed | ||
- [ ] If necessary, more likely in a feature request than a bug fix | ||
- [ ] Unit Tests updated or fixed | ||
- [ ] Docs/guides updated | ||
- [ ] Example created ([starter template on JSBin](http://jsbin.com/axedog/edit?html,output)) | ||
- [ ] Reviewed by Two Core Contributors |
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
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
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.