Bug 146253

Summary: MediaSession: Support setting of metadata
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+

Matt Rajca
Reported 2015-06-23 15:31:20 PDT
The MediaSession.setMetadata method needs to be implemented as described in section 5.1.3 of the Media Session spec.
Attachments
Patch (11.56 KB, patch)
2015-06-23 18:25 PDT, Matt Rajca
eric.carlson: review+
Radar WebKit Bug Importer
Comment 1 2015-06-23 15:32:18 PDT
Matt Rajca
Comment 2 2015-06-23 18:25:49 PDT
Eric Carlson
Comment 3 2015-06-24 08:34:49 PDT
Comment on attachment 255464 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=255464&action=review > Source/WebCore/Modules/mediasession/MediaSession.cpp:39 > + : m_scriptExecutionContext(&context) Unless you will need the ScriptExecutionContext for something else later, I think we should capture a reference to the document instead as the only thing we do with the ScriptExecutionContext is get its document.
Matt Rajca
Comment 4 2015-06-24 09:40:31 PDT
Matt Rajca
Comment 5 2015-06-24 09:40:57 PDT
(In reply to comment #3) > Comment on attachment 255464 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=255464&action=review > > > Source/WebCore/Modules/mediasession/MediaSession.cpp:39 > > + : m_scriptExecutionContext(&context) > > Unless you will need the ScriptExecutionContext for something else later, I > think we should capture a reference to the document instead as the only > thing we do with the ScriptExecutionContext is get its document. Changed. Thanks!
Note You need to log in before you can comment on or make changes to this bug.