-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
Emulate HTMLTrackElement to enable load event. #2804
Commits on Dec 7, 2015
-
Implement
HTMLTrackElement
shim.- Add communication between emulated `HTMLTrackElement` and corresponding emulated `TextTrack` - Followed `TextTrack` shim
Carey Hinoki committedDec 7, 2015 Configuration menu - View commit details
-
Copy full SHA for 448d2ff - Browse repository at this point
Copy the full SHA 448d2ffView commit details -
Implemented
HTMLTrackElementList
manageHTMLTrackElement
and emul……ated `HTMLTrackELement`. - Followed `TextTrackList` shim
Carey Hinoki committedDec 7, 2015 Configuration menu - View commit details
-
Copy full SHA for 3123de0 - Browse repository at this point
Copy the full SHA 3123de0View commit details -
Fix issue of triggering
removetrack
event regardless iftrack
was…… found. Formatting.
Carey Hinoki committedDec 7, 2015 Configuration menu - View commit details
-
Copy full SHA for 86b97cf - Browse repository at this point
Copy the full SHA 86b97cfView commit details -
Added additional
loadeddata
event—originally defined by @OwenEdwards ……in videojs#1949. - Refactor `parseCue` to be managed by `loadTrack` so that `onflush` event can trigger parse complete (emulate load) - Increased superficial load delay, to something more reliable, but it shouldn't be a problem if vtt.js is embedded in dist.
Carey Hinoki committedDec 7, 2015 Configuration menu - View commit details
-
Copy full SHA for 6986f4a - Browse repository at this point
Copy the full SHA 6986f4aView commit details -
Implement loading support for chapters button.
- Refactor chapters button and leverage `HTMLTrackElement` unified `load` event for `cue` parsing - Manage `HTMLTrackElement` within `remoteTextTrackEls` - Unify `addRemoteTextTrack` returns and documentation - Rename `track` to `htmlTrackElement` for consistency within html tech
Carey Hinoki committedDec 7, 2015 Configuration menu - View commit details
-
Copy full SHA for 660ea2a - Browse repository at this point
Copy the full SHA 660ea2aView commit details -
Carey Hinoki committed
Dec 7, 2015 Configuration menu - View commit details
-
Copy full SHA for 4728389 - Browse repository at this point
Copy the full SHA 4728389View commit details -
Convert
loadeddata
to private event.Carey Hinoki committedDec 7, 2015 Configuration menu - View commit details
-
Copy full SHA for 9fe17ac - Browse repository at this point
Copy the full SHA 9fe17acView commit details -
Carey Hinoki committed
Dec 7, 2015 Configuration menu - View commit details
-
Copy full SHA for ceaf4af - Browse repository at this point
Copy the full SHA ceaf4afView commit details -
Carey Hinoki committed
Dec 7, 2015 Configuration menu - View commit details
-
Copy full SHA for 452554f - Browse repository at this point
Copy the full SHA 452554fView commit details -
Fix
removeTrack_
to trigger event if track exists.Carey Hinoki committedDec 7, 2015 Configuration menu - View commit details
-
Copy full SHA for 47e6bab - Browse repository at this point
Copy the full SHA 47e6babView commit details -
Fix race condition (hopefully) with
createTrackHelper
that (When `w……indow.WebVTT` is inlined): 1. Create a `TextTrack` 2. Added `TextTrack` to `TextTrackList` 3. Loaded `TextTrack.cues` (!= null) All before the `htmlTrackElement` was added to `this.remoteTextTrackEls()` within `addRemoteTextTrack()`.
Carey Hinoki committedDec 7, 2015 Configuration menu - View commit details
-
Copy full SHA for 5e5fe16 - Browse repository at this point
Copy the full SHA 5e5fe16View commit details -
Addition fix for IE8 JScript_DontEnum_Bug.
Carey Hinoki committedDec 7, 2015 Configuration menu - View commit details
-
Copy full SHA for 1c90f74 - Browse repository at this point
Copy the full SHA 1c90f74View commit details -
Fix
trackElement.srclang
to be sourced fromtrack.language
.Carey Hinoki committedDec 7, 2015 Configuration menu - View commit details
-
Copy full SHA for c7a0033 - Browse repository at this point
Copy the full SHA c7a0033View commit details -
Carey Hinoki committed
Dec 7, 2015 Configuration menu - View commit details
-
Copy full SHA for 71828a7 - Browse repository at this point
Copy the full SHA 71828a7View commit details -
Adding HTMLTrackElement + HTMLTrackElementList tests.
Carey Hinoki committedDec 7, 2015 Configuration menu - View commit details
-
Copy full SHA for 756af99 - Browse repository at this point
Copy the full SHA 756af99View commit details -
Fix TextTrack existence identification for IE8 + clean up.
Carey Hinoki committedDec 7, 2015 Configuration menu - View commit details
-
Copy full SHA for 4ad1d2f - Browse repository at this point
Copy the full SHA 4ad1d2fView commit details -
Fix native text track capable browsers to initialize remote text trac…
…ks correctly from DOM. - Added documentation - Added player test - Added api test NOTE: important that `addTrack_` order matters in tech.js::addRemoteTextTrack.
Carey Hinoki committedDec 7, 2015 Configuration menu - View commit details
-
Copy full SHA for eec4a2c - Browse repository at this point
Copy the full SHA eec4a2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f054347 - Browse repository at this point
Copy the full SHA f054347View commit details -
Merge pull request #1 from gkatsev/chemoish-ttel
player is made ready asynchronously
Configuration menu - View commit details
-
Copy full SHA for 4af827d - Browse repository at this point
Copy the full SHA 4af827dView commit details
Commits on Dec 8, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 077a4c3 - Browse repository at this point
Copy the full SHA 077a4c3View commit details