Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 32049f24fd5da8563d4e1af35a4b3a16b5c0e752
https://github.com/WebKit/WebKit/commit/32049f24fd5da8563d4e1af35a4b3a16b5c0e752
Author: Brandon Stewart <[email protected]>
Date: 2025-11-30 (Sun, 30 Nov 2025)
Changed paths:
M Source/WebCore/rendering/RenderText.cpp
Log Message:
-----------
Use std::ranges::fill instead of manual loop in RenderText::secureText
https://bugs.webkit.org/show_bug.cgi?id=303256
rdar://problem/165551452
Reviewed by Matthieu Dubet.
Replace manual for loop with std::ranges::fill to initialize the character
array with masking characters.
* Source/WebCore/rendering/RenderText.cpp:
(WebCore::RenderText::secureText):
Canonical link: https://commits.webkit.org/303652@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications