RESOLVED FIXED 146253
MediaSession: Support setting of metadata
https://bugs.webkit.org/show_bug.cgi?id=146253
Summary MediaSession: Support setting of metadata
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.