Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 5a730d13b69ab0c9cb791f50e6560e868f88242b
https://github.com/WebKit/WebKit/commit/5a730d13b69ab0c9cb791f50e6560e868f88242b
Author: Keita Nonaka <[email protected]>
Date: 2025-12-04 (Thu, 04 Dec 2025)
Changed paths:
M JSTests/stress/intl-numberformat-fd-handling-v2.js
M JSTests/test262/expectations.yaml
M Source/JavaScriptCore/runtime/IntlNumberFormat.cpp
Log Message:
-----------
[JSC] Align `Intl.NumberFormat` with ECMA-402
https://bugs.webkit.org/show_bug.cgi?id=303270
Reviewed by Yusuke Suzuki and Darin Adler.
This patch fixes `Intl.NumberFormat` to conform to ECMA-402[1],
ensuring the correct `minimumFractionDigits` and `maximumFractionDigits` are
applied.
[1]: https://tc39.es/ecma402/#sec-intl.numberformat
* JSTests/stress/intl-numberformat-fd-handling-v2.js:
(shouldBe.JSON.stringify.fmt.resolvedOptions):
* JSTests/test262/expectations.yaml:
* Source/JavaScriptCore/runtime/IntlNumberFormat.cpp:
(JSC::IntlNumberFormat::initializeNumberFormat):
Canonical link: https://commits.webkit.org/303943@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications