| commit | 00003ed19f12e054784ee59b95c863b380361ef4 | [log] [tgz] |
|---|---|---|
| author | wolenetz <wolenetz@chromium.org> | Wed Jun 29 22:17:07 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Wed Jun 29 22:19:22 2016 |
| tree | f25cffb97d63f19e193a49504ddb102e31de5a94 | |
| parent | 352531b591c12575afcb46d96a6d3afb11b61dc6 [diff] |
MSE: Add EventHandler attributes to MSE objects Per intent [3], and due to recent spec change [1] for spec issue [2], this change adds EventHandler attributes for MSE objects as follows: Attributes for MediaSource events: * onsourceopen * onsourceended * onsourceclose Attributes for SourceBuffer events: * onupdatestart * onupdate * onupdateend * onerror * onabort Attributes for SourceBufferList events: * onaddsourcebuffer * onremovesourcebuffer [1] https://github.com/w3c/media-source/pull/75 [2] https://github.com/w3c/media-source/issues/66 [3] https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/dM_8nlXvJIE R=mlamouri@chromium.org,rbyers@chromium.org,chcunningham@chromium.org BUG=623678 Review-Url: https://codereview.chromium.org/1945523003 Cr-Commit-Position: refs/heads/master@{#402946}