Bug 252723
Summary: | [GPU Process][FormControls] Don't create a fake NSView if viewless cell drawing is supported | ||
---|---|---|---|
Product: | WebKit | Reporter: | Said Abou-Hallawa <sabouhallawa> |
Component: | Layout and Rendering | Assignee: | 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=252003 | ||
Bug Depends on: | |||
Bug Blocks: | 249168 |
Said Abou-Hallawa
For viewless drawing, we should not create the NSView. If we attempt to create an NSView while drawing a control part in GPU Process, that may throw an exception because creating an NSView or its NSWindow should happen only on the main thread.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/105762717>
Said Abou-Hallawa
rdar://105778966
Said Abou-Hallawa
Pull request: https://github.com/WebKit/WebKit/pull/10528
EWS
Committed 260726@main (d9b43d246262): <https://commits.webkit.org/260726@main>
Reviewed commits have been landed. Closing PR #10528 and removing active labels.