WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
Bug 226058
Separately handle NowPlayingInfo metadata from artwork
https://bugs.webkit.org/show_bug.cgi?id=226058
Summary
Separately handle NowPlayingInfo metadata from artwork
Jean-Yves Avenard [:jya]
Reported
2021-05-20 17:26:02 PDT
Currently the NowPlayingInfo content is being sent between the web process and the GPU process. In order to avoid sending the same image multiple times; NowPlayingInfo's artwork imageData will be set to nullptr to flag that a cache version should be used. This code is confusing and prone to errors as shown with
bug 225999
. We should instead split the IPC message setting the NowPlayingInfo into two messages , one that set the metadata and one that send the artwork
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2021-05-27 17:26:19 PDT
<
rdar://problem/78596013
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug