-
Notifications
You must be signed in to change notification settings - Fork 257
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
VideoJS 5.0 Updates (DO NOT MERGE) #116
Closed
Closed
Commits on Sep 28, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 22c6b38 - Browse repository at this point
Copy the full SHA 22c6b38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fea5b1 - Browse repository at this point
Copy the full SHA 8fea5b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7266ad5 - Browse repository at this point
Copy the full SHA 7266ad5View commit details -
Simplify deferring behavior and refactor tests
- This removes the variable use of setImmediate/clearImmediate and RAF; replacing it with universal use of setTimeout. - Tests were not great because they did a lot of manual overriding of setTimeout and friends. They will now use Sinon's fake timers feature instead. - Updates tests to use QUnit 2.0 style, for future compatibility. Related to this, there is a general shift here away from relying on any global state (outside of helper functions) in tests as that makes them less atomic.
Configuration menu - View commit details
-
Copy full SHA for c14f009 - Browse repository at this point
Copy the full SHA c14f009View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8371114 - Browse repository at this point
Copy the full SHA 8371114View commit details -
Update vjs and trigger on player instead of tech
Also added a `hasClass` function to make it easier to test that.
Configuration menu - View commit details
-
Copy full SHA for c6b91f4 - Browse repository at this point
Copy the full SHA c6b91f4View commit details -
Not sure why this one test needs async handling, but it appears to. The only way to make it not async is to trigger the 'play' event on the player's `tech_` object.
Configuration menu - View commit details
-
Copy full SHA for 71f8f0f - Browse repository at this point
Copy the full SHA 71f8f0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for aea67a4 - Browse repository at this point
Copy the full SHA aea67a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9be8fa - Browse repository at this point
Copy the full SHA d9be8faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c6c381 - Browse repository at this point
Copy the full SHA 5c6c381View commit details -
Configuration menu - View commit details
-
Copy full SHA for e074ca0 - Browse repository at this point
Copy the full SHA e074ca0View commit details -
Flesh out timer-detection tests
This also renames the obscure `timeout` in the plugin to the more meaningful `adTimeoutTimeout`.
Configuration menu - View commit details
-
Copy full SHA for 4425d5b - Browse repository at this point
Copy the full SHA 4425d5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f9f349c - Browse repository at this point
Copy the full SHA f9f349cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc2367b - Browse repository at this point
Copy the full SHA bc2367bView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd28ea0 - Browse repository at this point
Copy the full SHA dd28ea0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5c975e - Browse repository at this point
Copy the full SHA c5c975eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0e10f0 - Browse repository at this point
Copy the full SHA c0e10f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13b2bac - Browse repository at this point
Copy the full SHA 13b2bacView commit details -
Configuration menu - View commit details
-
Copy full SHA for 38899d1 - Browse repository at this point
Copy the full SHA 38899d1View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.