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
Implement basic <media> infrastructure #8454
Merged
+1,957
−1,265
Disable two tests that take a very long time to time out.
c64d757
Select commit
b8b4be3
Stub out readyState and networkState attributes for HTMLMediaElement.
jdm 53f9307
Add stubs for src and currentSrc for HTMLMediaElement.
jdm 5918954
Add media tasks to the DOM manipulation task queue.
jdm eae27ad
Implement basic media resource selection and fetching.
jdm 5960fbe
Implement load, canPlayType, and error APIs for media elements.
jdm e3db11f
Implement play, pause, paused, and autoplay APIs.
jdm d718da1
Pause media elements when they're removed from the document.
jdm a80320e
Add event handlers for media-related events.
jdm c64d757
Disable two tests that take a very long time to time out.
jdm ef10393
Execute the failure steps for an empty src attribute.
jdm f78d88a
Implement partial spec-recommended preload=none support.
jdm 99f6fb3
Tidy fixes.
jdm f16c054
Add more specification step comments and update to the latest specifi…
jdm
Merged
Implement basic <media> infrastructure #8454
Disable two tests that take a very long time to time out.
Nov 6, 2015
Nov 6, 2015
Apr 28, 2016
Nov 7, 2015
Nov 7, 2015
Nov 7, 2015
Nov 7, 2015
Nov 7, 2015
Jan 4, 2016
Nov 7, 2015
Nov 8, 2015
Jan 4, 2016
Apr 28, 2016
c64d757
Select commit
b8b4be3
Stub out readyState and networkState attributes for HTMLMediaElement.
jdm 53f9307
Add stubs for src and currentSrc for HTMLMediaElement.
jdm 5918954
Add media tasks to the DOM manipulation task queue.
jdm eae27ad
Implement basic media resource selection and fetching.
jdm 5960fbe
Implement load, canPlayType, and error APIs for media elements.
jdm e3db11f
Implement play, pause, paused, and autoplay APIs.
jdm d718da1
Pause media elements when they're removed from the document.
jdm a80320e
Add event handlers for media-related events.
jdm c64d757
Disable two tests that take a very long time to time out.
jdm ef10393
Execute the failure steps for an empty src attribute.
jdm f78d88a
Implement partial spec-recommended preload=none support.
jdm 99f6fb3
Tidy fixes.
jdm f16c054
Add more specification step comments and update to the latest specifi…
jdm