WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
240111
[EME] CDM and friends should be using SharedBuffer rather FragmentedSharedBuffer
https://bugs.webkit.org/show_bug.cgi?id=240111
Summary
[EME] CDM and friends should be using SharedBuffer rather FragmentedSharedBuffer
Jean-Yves Avenard [:jya]
Reported
2022-05-05 00:53:51 PDT
The various CDM related classes are using FragmentedSharedBuffer when all buffers received/sent are contiguous. It also makes use of SharedBufferCopy to send things over IPC which isn't necessary when using SharedBuffer.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2022-05-05 00:54:12 PDT
<
rdar://problem/92780561
>
Jean-Yves Avenard [:jya]
Comment 2
2022-05-05 09:36:52 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/525
EWS
Comment 3
2022-05-05 21:44:51 PDT
Committed
r293881
(
250339@main
): <
https://commits.webkit.org/250339@main
> Reviewed commits have been landed. Closing PR #525 and removing active labels.
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