DescriptionAllow HTMLMediaElement.currentTime to be set before the transition to HAVE_METADATA
Spec now allows currentTime to be set when the readyState is still HAVE_NOTHING.
This patch modifies the behaviour in accordance to the spec. The default playback
start position is set to the new currentTime and the resource plays from that point
once it is loaded.
http://www.whatwg.org/specs/web-apps/current-work/#dom-media-currenttime
BUG=399314
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=181736
Patch Set 1 #
Total comments: 10
Patch Set 2 : Addressing Comments #
Total comments: 2
Patch Set 3 : adding check for noSeekRequired #
Total comments: 9
Patch Set 4 : Cleaning up seeking as per Editor's draft #Patch Set 5 : Fast-Forward to origin/master and rebase #
Total comments: 14
Patch Set 6 : Resolving nits #
Total comments: 1
Patch Set 7 : #Messages
Total messages: 26 (4 generated)
|