[webkit-changes] [WebKit/WebKit] 137065: Convert TrailingZerosTruncatingPolicy into an enum...

Anne van Kesteren noreply at github.com
Wed Aug 30 01:06:58 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 137065aeead7aa3e15070a2b0516f3ae8e17f6eb
      https://github.com/WebKit/WebKit/commit/137065aeead7aa3e15070a2b0516f3ae8e17f6eb
  Author: Anne van Kesteren <annevk at annevk.nl>
  Date:   2023-08-30 (Wed, 30 Aug 2023)

  Changed paths:
    M Source/JavaScriptCore/runtime/NumberPrototype.cpp
    M Source/WTF/wtf/text/StringConcatenateNumbers.h
    M Source/WTF/wtf/text/WTFString.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:
  -----------
  Convert TrailingZerosTruncatingPolicy into an enum class
https://bugs.webkit.org/show_bug.cgi?id=260863
rdar://114628958

Reviewed by Tim Nguyen.

* Source/JavaScriptCore/runtime/NumberPrototype.cpp:
(JSC::JSC_DEFINE_HOST_FUNCTION):
* Source/WTF/wtf/text/StringConcatenateNumbers.h:
(WTF::FormattedNumber::fixedPrecision):
* Source/WTF/wtf/text/WTFString.cpp:
(WTF::String::numberToStringFixedPrecision):
* 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/267447@main




More information about the webkit-changes mailing list