[Webkit-unassigned] [Bug 246264] New: [GPU Process] Enable drawing form controls for GPU Process on macOS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 9 17:41:14 PDT 2022


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

            Bug ID: 246264
           Summary: [GPU Process] Enable drawing form controls for GPU
                    Process on macOS
           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: sabouhallawa at apple.com
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    zalan at apple.com

Drawing the form controls have to happen in WebProcess because the NSControls can't be shared. We have to draw them to an ImageBuffer in WebProcess and send the ImageBuffer to GPU Process. Because IOKit will eventually be blocked in WebProcess, the temporary ImageBuffer has to be unaccelerated.

-- 
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/20221010/ae1609e1/attachment-0001.htm>


More information about the webkit-unassigned mailing list