Bug 146698

Summary: Media Session: propagate artwork URL with metadata to UI clients
Product: WebKit Reporter: Matt Rajca <mrajca>
Component: MediaAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: conrad_shultz, eric.carlson, mrajca, thorton, 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 thorton: review+

Description Matt Rajca 2015-07-07 16:10:02 PDT
In addition to the artist, title, and album, we need to pass along the artwork URL to UI clients.
Comment 1 Radar WebKit Bug Importer 2015-07-07 16:10:50 PDT
<rdar://problem/21714348>
Comment 2 Matt Rajca 2015-07-07 17:19:10 PDT
Created attachment 256336 [details]
Patch
Comment 3 Tim Horton 2015-07-08 13:11:11 PDT
Comment on attachment 256336 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=256336&action=review

> Source/WebKit2/Shared/WebMediaSessionMetadata.h:45
> +    String artworkURL() const { return m_metadata.artworkURL().string(); }

Not sure why the stringification, but it seems to be the same elsewhere.
Comment 4 Matt Rajca 2015-07-08 16:45:01 PDT
Committed r186535: <http://trac.webkit.org/changeset/186535>