Bug 146370

Summary: Media Session: update an element's media session when the 'kind' is updated
Product: WebKit Reporter: Matt Rajca <mrajca>
Component: MediaAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: commit-queue, 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 none

Matt Rajca
Reported 2015-06-26 17:32:12 PDT
A media element's media session should be updated when its "kind" is set, changed, or removed.
Attachments
Patch (6.87 KB, patch)
2015-06-30 15:11 PDT, Matt Rajca
no flags
Radar WebKit Bug Importer
Comment 1 2015-06-26 17:33:59 PDT
Matt Rajca
Comment 2 2015-06-30 15:11:10 PDT
WebKit Commit Bot
Comment 3 2015-06-30 15:14:14 PDT
Attachment 255863 [details] did not pass style-queue: ERROR: Source/WebCore/html/HTMLMediaElement.cpp:6516: The parameter type should use PassRefPtr instead of RefPtr. [readability/pass_ptr] [5] ERROR: Source/WebCore/html/HTMLMediaElement.h:560: The parameter type should use PassRefPtr instead of RefPtr. [readability/pass_ptr] [5] Total errors found: 2 in 5 files If any of these errors are false positives, please file a bug against check-webkit-style.
Matt Rajca
Comment 4 2015-07-06 10:33:19 PDT
The 'kind' attribute has been removed from the Media Session in favor of the 'session' attribute.
Note You need to log in before you can comment on or make changes to this bug.