Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 1482a7ad4add5a700e3b6ca6403a2a5823ac8794
https://github.com/WebKit/WebKit/commit/1482a7ad4add5a700e3b6ca6403a2a5823ac8794
Author: Yijia Huang <[email protected]>
Date: 2026-07-06 (Mon, 06 Jul 2026)
Changed paths:
A JSTests/stress/temporal-zoned-datetime-until-since.js
M Source/JavaScriptCore/runtime/TemporalZonedDateTime.cpp
M Source/JavaScriptCore/runtime/TemporalZonedDateTimeConstructor.cpp
M Source/JavaScriptCore/runtime/TemporalZonedDateTimePrototype.cpp
Log Message:
-----------
[JSC][Temporal] Polish Temporal.ZonedDateTime: spec alignment and step
annotations
https://bugs.webkit.org/show_bug.cgi?id=318714
rdar://181526020
Reviewed by Yusuke Suzuki.
Add per-step spec annotations across every prototype op and fix a
spec-order divergence in withPlainTime (ToTemporalTime was called
before GetISODateTimeFor). Corrected a spec-numbering error in
TemporalZonedDateTime::from. Simplified funcFrom to drop an
unnecessary ThrowScope.
Added JSTests/stress/temporal-zoned-datetime-until-since.js covering
the five until/since cases (same-tz + time/date largestUnit, cross-tz
+ time/date largestUnit, epochNs-equal).
Tests:
JSTests/stress/temporal-zoned-datetime-until-since.js
Canonical link: https://commits.webkit.org/316587@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications