WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
247729
Messages passing shared CARingBuffer handle pass also the frame count
https://bugs.webkit.org/show_bug.cgi?id=247729
Summary
Messages passing shared CARingBuffer handle pass also the frame count
Kimmo Kinnunen
Reported
2022-11-10 05:50:42 PST
Messages passing shared CARingBuffer handle pass also the frame count This makes the messages more convoluted than needed. The number of frames is inherent property of the buffer, and should be part of the buffer handle. Contrast to SharedMemory::Handle, which passes the mach port as well as the expected memory area size.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2022-11-10 05:51:24 PST
<
rdar://problem/102190399
>
Kimmo Kinnunen
Comment 2
2022-11-10 05:59:45 PST
Pull request:
https://github.com/WebKit/WebKit/pull/6286
Kimmo Kinnunen
Comment 3
2022-11-10 08:01:54 PST
Pull request:
https://github.com/WebKit/WebKit/pull/6349
EWS
Comment 4
2022-11-15 06:42:44 PST
Committed
256693@main
(a1fc3fc6f009): <
https://commits.webkit.org/256693@main
> Reviewed commits have been landed. Closing PR #6349 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