Bug 250664 - [GPU Process] [FormControls] Add ControlPart for ImageControlsButton
Summary: [GPU Process] [FormControls] Add ControlPart for ImageControlsButton
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Said Abou-Hallawa
URL:
Keywords: InRadar
Depends on:
Blocks: 249168
  Show dependency treegraph
 
Reported: 2023-01-15 21:52 PST by Said Abou-Hallawa
Modified: 2023-01-18 16:27 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Said Abou-Hallawa 2023-01-15 21:52:41 PST
The renderer for this control part will be created for this markup:

<button id="image-controls-button"></button>

Drawing this control part 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-15 21:53:27 PST
<rdar://problem/104288189>
Comment 2 Said Abou-Hallawa 2023-01-15 21:56:20 PST
Pull request: https://github.com/WebKit/WebKit/pull/8678
Comment 3 EWS 2023-01-18 16:27:46 PST
Committed 259061@main (53cde7bfd6be): <https://commits.webkit.org/259061@main>

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