Bug 146465

Summary: MediaSession: Use setSessionInternal to set the default media session in HTMLMediaElement's constructor
Product: WebKit Reporter: Matt Rajca <mrajca>
Component: MediaAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: conrad_shultz, eric.carlson, jer.noble, mrajca, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 145411    
Attachments:
Description Flags
Patch eric.carlson: review+

Description Matt Rajca 2015-06-30 12:22:38 PDT
All updates to an element's media session should go through HTMLMediaElement::setSessionInternal to ensure all related state is updated.
Comment 1 Radar WebKit Bug Importer 2015-06-30 12:25:08 PDT
<rdar://problem/21616544>
Comment 2 Matt Rajca 2015-06-30 12:28:20 PDT
Created attachment 255840 [details]
Patch
Comment 3 Matt Rajca 2015-06-30 12:54:27 PDT
Committed r186127: <http://trac.webkit.org/changeset/186127>