[Webkit-unassigned] [Bug 249178] New: Create SerializedImageBuffer to safely transfer ImageBuffers between threads

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 12 14:35:25 PST 2022


https://bugs.webkit.org/show_bug.cgi?id=249178

            Bug ID: 249178
           Summary: Create SerializedImageBuffer to safely transfer
                    ImageBuffers between threads
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mattwoodrow at apple.com
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    zalan at apple.com

ImageBuffers can be RemoteImageBufferProxy instances that are only safe to use on the thread they were created on.

We want to be able to transfer the reference to a new thread, so this adds SerializedImageBuffer to represent the state where we're currently transferring between threads.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221212/f1626f07/attachment.htm>


More information about the webkit-unassigned mailing list