Bug 251373

Summary: [GPU Process] [FormControls] Add a ControlPart for SearchFieldResultsButton and SearchFieldResultsDecoration
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=155708
Bug Depends on:    
Bug Blocks: 249168    
Attachments:
Description Flags
test case none

Description Said Abou-Hallawa 2023-01-30 09:50:36 PST
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.
Comment 1 Radar WebKit Bug Importer 2023-01-30 09:51:16 PST
<rdar://problem/104825004>
Comment 2 Said Abou-Hallawa 2023-01-30 11:32:39 PST
Created attachment 464755 [details]
test case

This test case does not work properly even with GPU Process for DOM rendering is turned off.
Comment 3 Said Abou-Hallawa 2023-01-30 12:25:12 PST
Pull request: https://github.com/WebKit/WebKit/pull/9336
Comment 4 EWS 2023-02-02 14:01:55 PST
Committed 259779@main (bb20f68f2126): <https://commits.webkit.org/259779@main>

Reviewed commits have been landed. Closing PR #9336 and removing active labels.