WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
252723
[GPU Process][FormControls] Don't create a fake NSView if viewless cell drawing is supported
https://bugs.webkit.org/show_bug.cgi?id=252723
Summary
[GPU Process][FormControls] Don't create a fake NSView if viewless cell drawi...
Said Abou-Hallawa
Reported
2023-02-21 21:50:25 PST
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
Comment 1
2023-02-21 21:52:59 PST
<
rdar://problem/105762717
>
Said Abou-Hallawa
Comment 2
2023-02-22 09:17:09 PST
rdar://105778966
Said Abou-Hallawa
Comment 3
2023-02-22 11:04:09 PST
Pull request:
https://github.com/WebKit/WebKit/pull/10528
EWS
Comment 4
2023-02-22 21:54:34 PST
Committed
260726@main
(d9b43d246262): <
https://commits.webkit.org/260726@main
> Reviewed commits have been landed. Closing PR #10528 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