summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/Intl/DateTimeFormat.cpp
AgeCommit message (Expand)Author
2022-03-30LibJS: Explicitly indicate infallible incovationsTimothy Flynn
2022-03-15LibJS: Reorganize spec steps for Intl.DateTimeFormatTimothy Flynn
2022-01-31Everywhere: Update copyrights with my new serenityos.org e-mail :^)Timothy Flynn
2022-01-30LibJS: Generalize Intl.NumberFormat to operate on Value typesTimothy Flynn
2022-01-25LibJS: Use new construct AO overload where easily applicableTimothy Flynn
2022-01-19LibJS: Remove now unnecessary FIXME comments about LocalTime's [[InDST]]Timothy Flynn
2022-01-12LibJS: Respect the user-provided time zone in Intl.DateTimeFormatTimothy Flynn
2022-01-11LibJS: Use new LibUnicode API to format time zone namesTimothy Flynn
2022-01-10LibJS: Include hour-cycle in DateTimeFormat optionsTimothy Flynn
2022-01-03LibJS: Implement the Extend TimeZoneName Option ProposalTimothy Flynn
2021-12-22LibJS: Avoid crashing when the Unicode data generators are disabledTimothy Flynn
2021-12-11LibJS+LibUnicode: Generate unique numeric symbol listsTimothy Flynn
2021-12-10LibJS: Use locale-aware day period time ranges to format period symbolsTimothy Flynn
2021-12-10LibJS+LibUnicode: Rename some Unicode::DayPeriod valuesTimothy Flynn
2021-12-09LibJS: Implement Intl.DateTimeFormat.prototype.formatRangeToPartsTimothy Flynn
2021-12-09LibJS: Implement Intl.DateTimeFormat.prototype.formatRangeTimothy Flynn
2021-12-09LibJS: Store range format patterns in the Intl.DateTimeFormat objectTimothy Flynn
2021-12-09LibJS: Do not return views into potentially freed memoryTimothy Flynn
2021-12-08LibJS: Implement Intl.DateTimeFormat.prototype.formatToPartsTimothy Flynn
2021-12-08LibJS: Implement (most of) Intl.DateTimeFormat.prototype.formatTimothy Flynn
2021-12-08LibJS: Cache the data locale used by Intl.DateTimeFormatTimothy Flynn
2021-12-08LibJS: Do not override hour, minute, and second format field lengthsTimothy Flynn
2021-12-08LibJS+LibUnicode: Generate missing patterns with fractionalSecondDigitsTimothy Flynn
2021-12-08LibJS+LibUnicode: Supply field type in CalendarPattern's for-each methodTimothy Flynn
2021-12-06LibJS: Always respect user-provided format field lengthsTimothy Flynn
2021-12-06LibJS: Fallback to [[pattern]] when [[pattern12]] is unavailableTimothy Flynn
2021-12-01LibJS: Change all [[RelevantExtensionKeys]] to return constexpr arraysTimothy Flynn
2021-11-29LibJS+LibUnicode: Implement the Intl.DateTimeFormat constructorTimothy Flynn
2021-11-29LibJS: Implement a nearly empty Intl.DateTimeFormat objectTimothy Flynn