WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
251373
[GPU Process] [FormControls] Add a ControlPart for SearchFieldResultsButton and SearchFieldResultsDecoration
https://bugs.webkit.org/show_bug.cgi?id=251373
Summary
[GPU Process] [FormControls] Add a ControlPart for SearchFieldResultsButton a...
Said Abou-Hallawa
Reported
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.
Attachments
test case
(869 bytes, text/html)
2023-01-30 11:32 PST
,
Said Abou-Hallawa
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2023-01-30 09:51:16 PST
<
rdar://problem/104825004
>
Said Abou-Hallawa
Comment 2
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.
Said Abou-Hallawa
Comment 3
2023-01-30 12:25:12 PST
Pull request:
https://github.com/WebKit/WebKit/pull/9336
EWS
Comment 4
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.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug