Too much HTMLMediaElement internal state and logic is needed by MediaControlElements and RenderMedia to implement the default media controls. The media element should offer higher level methods to keep this state internal so it will be easier to change the logic when we update to the current spec.
Created attachment 27324 [details] proposed patch
Comment on attachment 27324 [details] proposed patch r=me > + if (m_pausedInternal) { > + setPausedInternal(false); > + } No need for {}
Committed revision 40789