Bug 240811 - [GPU Process] [Filters] Transfer the ownership of the FilterImage buffers from GPUProcess to WebProcess
Summary: [GPU Process] [Filters] Transfer the ownership of the FilterImage buffers fro...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Said Abou-Hallawa
URL:
Keywords: InRadar
Depends on:
Blocks: 231253 240269
  Show dependency treegraph
 
Reported: 2022-05-23 09:22 PDT by Said Abou-Hallawa
Modified: 2022-06-23 15:05 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Said Abou-Hallawa 2022-05-23 09:22:10 PDT
This will be done by sending a message with the SharedMemory::Handle from GPUProcess to WebProcess after the memory is created. When receiving this message, WebProcess will call takeOwnershipOfMemory() to acquire the ownership of this memory.
Comment 1 Radar WebKit Bug Importer 2022-05-30 09:23:14 PDT
<rdar://problem/94118219>
Comment 2 Said Abou-Hallawa 2022-06-07 23:24:51 PDT
Pull request: https://github.com/WebKit/WebKit/pull/1368
Comment 3 EWS 2022-06-23 13:00:32 PDT
Committed 251798@main (2166784c7ea6): <https://commits.webkit.org/251798@main>

Reviewed commits have been landed. Closing PR #1368 and removing active labels.