Add a barebones implementation of the media session invocation algorithm that at least moves the media session to an ACTIVE state so MediaPlayPause events can function.
<rdar://problem/21324294>
Created attachment 254665 [details] Patch
Created attachment 254762 [details] Patch
Comment on attachment 254762 [details] Patch This is fine, but I am concerned about us adding this code without tests. When will we be adding the tests?
(In reply to comment #4) > Comment on attachment 254762 [details] > Patch > > This is fine, but I am concerned about us adding this code without tests. > When will we be adding the tests? Once I add basic support for the other two media event types (next track and previous track), I will work on tests.
Comment on attachment 254762 [details] Patch Clearing flags on attachment: 254762 Committed r185514: <http://trac.webkit.org/changeset/185514>
All reviewed patches have been landed. Closing bug.