Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 8f0bf90fbba27ab5367c97468648bdab59717ee1
https://github.com/WebKit/WebKit/commit/8f0bf90fbba27ab5367c97468648bdab59717ee1
Author: Sam Weinig <[email protected]>
Date: 2025-10-05 (Sun, 05 Oct 2025)
Changed paths:
M Source/WebCore/platform/PopupMenuStyle.h
M Source/WebCore/rendering/RenderMenuList.cpp
M Source/WebCore/rendering/RenderSearchField.cpp
M Source/WebCore/rendering/RenderTheme.h
M Source/WebKit/WebProcess/WebCoreSupport/win/WebPopupMenuWin.cpp
Log Message:
-----------
Remove text-indent support from PopupMenuStyle, no ports use it
https://bugs.webkit.org/show_bug.cgi?id=300181
Reviewed by Darin Adler.
`text-indent` for support in popup menus is unused and can
be removed. The only code that accessed the value was gated
behind a RenderTheme::popupOptionSupportsTextIndent() check,
but all themes return false for that (it too is being removed).
* Source/WebCore/platform/PopupMenuStyle.h:
* Source/WebCore/rendering/RenderMenuList.cpp:
* Source/WebCore/rendering/RenderSearchField.cpp:
* Source/WebCore/rendering/RenderTheme.h:
* Source/WebKit/WebProcess/WebCoreSupport/win/WebPopupMenuWin.cpp:
Canonical link: https://commits.webkit.org/301033@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes