Bug 214794 - [JSC] Implement Intl.DurationFormat
Summary: [JSC] Implement Intl.DurationFormat
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Yusuke Suzuki
URL:
Keywords: InRadar
Depends on:
Blocks: 218829
  Show dependency treegraph
 
Reported: 2020-07-25 23:01 PDT by Yusuke Suzuki
Modified: 2022-09-23 09:26 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yusuke Suzuki 2020-07-25 23:01:11 PDT
...
Comment 1 Radar WebKit Bug Importer 2020-08-01 23:02:17 PDT
<rdar://problem/66436701>
Comment 2 Yusuke Suzuki 2020-08-09 03:16:18 PDT
UNUM_DURATION + unum will be used possibly.
Comment 3 Yusuke Suzuki 2020-08-09 03:49:03 PDT
Or skeleton with units?
Comment 4 Yusuke Suzuki 2020-08-09 04:01:47 PDT
unumberformatter + pruralrules + listformat.
So, this requires ICU 67 (ListFormat).
Comment 5 Yusuke Suzuki 2020-10-24 23:39:55 PDT
ListFormat is stabilized, so it is unblocked.
Comment 6 Yusuke Suzuki 2021-11-29 12:33:48 PST
Now, it gets stage 3.
Comment 7 Yusuke Suzuki 2022-09-22 01:03:21 PDT
Pull request: https://github.com/WebKit/WebKit/pull/4589
Comment 8 EWS 2022-09-23 09:26:10 PDT
Committed 254791@main (0a1408274330): <https://commits.webkit.org/254791@main>

Reviewed commits have been landed. Closing PR #4589 and removing active labels.