Bug 240811

Summary: [GPU Process] [Filters] Transfer the ownership of the FilterImage buffers from GPUProcess to WebProcess
Product: WebKit Reporter: Said Abou-Hallawa <sabouhallawa>
Component: Layout and RenderingAssignee: Said Abou-Hallawa <sabouhallawa>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=241937
Bug Depends on:    
Bug Blocks: 231253, 240269    

Said Abou-Hallawa
Reported 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.
Attachments
Radar WebKit Bug Importer
Comment 1 2022-05-30 09:23:14 PDT
Said Abou-Hallawa
Comment 2 2022-06-07 23:24:51 PDT
EWS
Comment 3 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.
Note You need to log in before you can comment on or make changes to this bug.