Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 5077aef4a3263782f4f3c2a2e7bd5a71a1bdc603
https://github.com/WebKit/WebKit/commit/5077aef4a3263782f4f3c2a2e7bd5a71a1bdc603
Author: Anne van Kesteren <[email protected]>
Date: 2026-09-22 (Tue, 22 Sep 2026)
Changed paths:
M Source/WebCore/en.lproj/Localizable.strings
M Source/WebCore/html/shadow/SelectFallbackButtonElement.cpp
M Source/WebCore/platform/LocalizedStrings.cpp
M Source/WebCore/platform/LocalizedStrings.h
M Source/WebCore/platform/cocoa/LocalizedStringsCocoa.mm
Log Message:
-----------
Make htmlSelectMultipleItems() cross-platform
https://bugs.webkit.org/show_bug.cgi?id=324786
Reviewed by Aditya Keerthi.
On iOS SelectFallbackButtonElement summarizes a <select multiple> as "X Items",
because there every select is a dropdown box. Base appearance is about to gain
the multi-select dropdown box, which needs that summary on every port, so move
the string to LocalizedStrings.cpp and drop the iOS gate around its only
caller.
Has no effect outside of iOS. The button only gets a renderer for a dropdown
box, and no dropdown box has multiple yet.
Canonical link: https://commits.webkit.org/321586@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications