-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Add painting method for search fields #40588
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
EWS run on previous version of this PR (hash d3406b8) |
#if ENABLE(MAC_STYLE_CONTROLS_ON_CATALYST) | ||
if (paintSearchFieldForCatalyst(renderer, paintInfo, rect)) | ||
return false; | ||
#endif |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need some UNUSED_PARAM
in an else.
d3406b8
to
8d6072a
Compare
EWS run on previous version of this PR (hash 8d6072a) |
8d6072a
to
ac6a01b
Compare
EWS run on previous version of this PR (hash ac6a01b)
|
ac6a01b
to
821f483
Compare
EWS run on current version of this PR (hash 821f483) |
https://bugs.webkit.org/show_bug.cgi?id=287670 rdar://144816048 Reviewed by Aditya Keerthi. It is not ideal to adjust the styling of search fields based on their layout. Added an experimental solution. * Source/WebCore/rendering/ios/RenderThemeIOS.h: * Source/WebCore/rendering/ios/RenderThemeIOS.mm: (WebCore::RenderThemeIOS::paintSearchField): Canonical link: https://commits.webkit.org/290385@main
821f483
to
32a1d0c
Compare
Committed 290385@main (32a1d0c): https://commits.webkit.org/290385@main Reviewed commits have been landed. Closing PR #40588 and removing active labels. |
32a1d0c
821f483
🧪 mac-wk1🧪 mac-AS-debug-wk2🛠 mac-safer-cpp