[Webkit-unassigned] [Bug 251373] New: [GPU Process] [FormControls] Add ControlParts for SearchFieldResultsButton and SearchFieldResultsDecoration

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 30 09:50:36 PST 2023


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

            Bug ID: 251373
           Summary: [GPU Process] [FormControls] Add ControlParts for
                    SearchFieldResultsButton and
                    SearchFieldResultsDecoration
           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

Input controls like these will be missing the results button and results menu if GPU Process for DOM rendering is enabled.

<input type="search" results="0">
<input type="search" results="1">

Drawing this control parts will be moved to GraphicsContext so it can be recorded in WebProcess and drawn in GPUProcess if DOM rendering is enabled for GPUProcess.

-- 
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/20230130/77324758/attachment.htm>


More information about the webkit-unassigned mailing list