RESOLVED FIXED303256
Use std::ranges::fill instead of manual loop in RenderText::secureText
https://bugs.webkit.org/show_bug.cgi?id=303256
Summary Use std::ranges::fill instead of manual loop in RenderText::secureText
Brandon
Reported 2025-11-29 05:03:34 PST
Replace manual for loop with std::fill to initialize the character array with masking characters.
Attachments
Radar WebKit Bug Importer
Comment 1 2025-11-29 05:03:41 PST
Brandon
Comment 2 2025-11-29 05:05:11 PST
EWS
Comment 3 2025-11-30 12:46:40 PST
Committed 303652@main (32049f24fd5d): <https://commits.webkit.org/303652@main> Reviewed commits have been landed. Closing PR #54575 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.