[Webkit-unassigned] [Bug 237730] New: Allow modification of content of StreamClientConnection.streamBuffer in IPCTestingAPI

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 10 13:39:52 PST 2022


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

            Bug ID: 237730
           Summary: Allow modification of content of
                    StreamClientConnection.streamBuffer in IPCTestingAPI
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: simon.lewis at apple.com
                CC: kkinnunen at apple.com

When the IPCTestingAPI is enabled we can access the streamBuffer object of a StreamClientConnection:

streamConnection = IPC.createStreamClientConnection('GPU', 0x2000);
streamConnection.streamBuffer

However there are currently no methods exposed that allow for reading or writing to the memory content of the StreamBuffer.

-- 
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/20220310/b431b842/attachment.htm>


More information about the webkit-unassigned mailing list