[webkit-changes] [WebKit/WebKit] 5b24c7: Add using WTF::TrailingZerosPolicy to WTFString
Anne van Kesteren
noreply at github.com
Sat Sep 2 10:58:22 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 5b24c7862343ef0a6df9bcc649b0f6a14d69e00c
https://github.com/WebKit/WebKit/commit/5b24c7862343ef0a6df9bcc649b0f6a14d69e00c
Author: Anne van Kesteren <annevk at annevk.nl>
Date: 2023-09-02 (Sat, 02 Sep 2023)
Changed paths:
M Source/JavaScriptCore/runtime/NumberPrototype.cpp
M Source/WTF/wtf/text/WTFString.h
M Source/WebCore/accessibility/AccessibilityObjectInterface.h
M Source/WebCore/page/cocoa/ResourceUsageOverlayCocoa.mm
M Tools/TestWebKitAPI/Tests/WTF/StringConcatenate.cpp
M Tools/WebKitTestRunner/InjectedBundle/atspi/AccessibilityUIElementAtspi.cpp
Log Message:
-----------
Add using WTF::TrailingZerosPolicy to WTFString
https://bugs.webkit.org/show_bug.cgi?id=261063
rdar://114869245
Reviewed by Chris Dumez.
I incorrectly dropped this in 267447 at main when converting this to an
enum.
* Source/JavaScriptCore/runtime/NumberPrototype.cpp:
(JSC::JSC_DEFINE_HOST_FUNCTION):
* Source/WTF/wtf/text/WTFString.h:
* Source/WebCore/accessibility/AccessibilityObjectInterface.h:
(WebCore::AXCoreObject::value):
* Source/WebCore/page/cocoa/ResourceUsageOverlayCocoa.mm:
(WebCore::ResourceUsageOverlay::platformDraw):
* Tools/TestWebKitAPI/Tests/WTF/StringConcatenate.cpp:
(TestWebKitAPI::TEST):
* Tools/WebKitTestRunner/InjectedBundle/atspi/AccessibilityUIElementAtspi.cpp:
(WTR::attributesOfElement):
Canonical link: https://commits.webkit.org/267586@main
More information about the webkit-changes
mailing list