Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: fec80ceedc41e95a51ba1a08b79340cb265f8821
https://github.com/WebKit/WebKit/commit/fec80ceedc41e95a51ba1a08b79340cb265f8821
Author: Tim Chevalier <[email protected]>
Date: 2025-04-10 (Thu, 10 Apr 2025)
Changed paths:
M Source/JavaScriptCore/runtime/ISO8601.cpp
Log Message:
-----------
[JSC] Refactor Temporal calendar annotation key parsing
https://bugs.webkit.org/show_bug.cgi?id=223166
Reviewed by Justin Michaud and Sosuke Suzuki.
This does not change anything currently, but is groundwork for
implementing a normative change to the Temporal proposal:
https://github.com/tc39/proposal-temporal/pull/2397
It changes parseCalendar() to handle unknown annotation keys and known
annotation keys with the `!` critical flag. (Although those are still
disallowed by canBeCalendar() at this time, I will send a follow-up PR
for that.)
Note this code was already submitted as part of
https://github.com/WebKit/WebKit/pull/36361 which I'm trying to split up
into smaller, more easily reviewable parts.
* Source/JavaScriptCore/runtime/ISO8601.cpp:
(JSC::ISO8601::parseCalendar):
Canonical link: https://commits.webkit.org/293522@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes