1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-10 01:51:03 +09:00
ladybird/Userland/Libraries/LibJS/Runtime/Intl
Timothy Flynn 73ca9516a9 LibJS: Remove the InitializeNumberFormat AO
The Initialize* AOs for Intl formatters were removed some time ago, and
the formatter construction steps are now inlined in the constructors
themselves. InitializeNumberFormat was the one remaining initializer we
still had laying around.
2024-08-15 17:21:00 -04:00
..
AbstractOperations.cpp LibJS: Fix editorial rebasing errors in the ECMA-402 spec 2024-08-15 17:21:00 -04:00
AbstractOperations.h LibCore+LibJS+LibUnicode: Port retrieving available time zones to ICU 2024-06-26 10:14:02 +02:00
Collator.cpp LibJS+LibUnicode: Fully implement Intl.Collator with ICU 2024-08-15 13:44:32 +02:00
Collator.h LibJS+LibUnicode: Make the collation sensitivity default locale-aware 2024-08-15 13:44:32 +02:00
CollatorCompareFunction.cpp LibJS+LibUnicode: Fully implement Intl.Collator with ICU 2024-08-15 13:44:32 +02:00
CollatorCompareFunction.h LibJS+LibUnicode: Fully implement Intl.Collator with ICU 2024-08-15 13:44:32 +02:00
CollatorConstructor.cpp LibJS+LibUnicode: Make the collation sensitivity default locale-aware 2024-08-15 13:44:32 +02:00
CollatorConstructor.h
CollatorPrototype.cpp
CollatorPrototype.h
DateTimeFormat.cpp LibUnicode+Everywhere: Merge LibLocale back into LibUnicode 2024-06-23 19:52:45 +02:00
DateTimeFormat.h LibJS+LibUnicode: Update the Intl.DateTimeFormat constructor spec steps 2024-08-15 17:21:00 -04:00
DateTimeFormatConstructor.cpp LibJS+LibUnicode: Update the Intl.DateTimeFormat constructor spec steps 2024-08-15 17:21:00 -04:00
DateTimeFormatConstructor.h
DateTimeFormatFunction.cpp
DateTimeFormatFunction.h
DateTimeFormatPrototype.cpp LibJS+LibUnicode: Update the Intl.DateTimeFormat constructor spec steps 2024-08-15 17:21:00 -04:00
DateTimeFormatPrototype.h
DisplayNames.cpp LibUnicode+Everywhere: Merge LibLocale back into LibUnicode 2024-06-23 19:52:45 +02:00
DisplayNames.h LibUnicode+Everywhere: Merge LibLocale back into LibUnicode 2024-06-23 19:52:45 +02:00
DisplayNamesConstructor.cpp LibJS: Fix editorial rebasing errors in the ECMA-402 spec 2024-08-15 17:21:00 -04:00
DisplayNamesConstructor.h
DisplayNamesPrototype.cpp LibUnicode+Everywhere: Merge LibLocale back into LibUnicode 2024-06-23 19:52:45 +02:00
DisplayNamesPrototype.h
DurationFormat.cpp LibJS: Disallow grouping separators in formatted duration fields 2024-08-14 11:48:08 +02:00
DurationFormat.h LibUnicode+Everywhere: Merge LibLocale back into LibUnicode 2024-06-23 19:52:45 +02:00
DurationFormatConstructor.cpp LibUnicode+Everywhere: Merge LibLocale back into LibUnicode 2024-06-23 19:52:45 +02:00
DurationFormatConstructor.h
DurationFormatPrototype.cpp LibJS: Implement the latest Intl.DurationFormat proposal 2024-06-14 07:59:42 +02:00
DurationFormatPrototype.h
Intl.cpp LibCore+LibJS+LibUnicode: Port retrieving available time zones to ICU 2024-06-26 10:14:02 +02:00
Intl.h
ListFormat.cpp LibJS: Fix editorial rebasing errors in the ECMA-402 spec 2024-08-15 17:21:00 -04:00
ListFormat.h LibUnicode+Everywhere: Merge LibLocale back into LibUnicode 2024-06-23 19:52:45 +02:00
ListFormatConstructor.cpp LibUnicode+Everywhere: Merge LibLocale back into LibUnicode 2024-06-23 19:52:45 +02:00
ListFormatConstructor.h
ListFormatPrototype.cpp
ListFormatPrototype.h
Locale.cpp LibJS: Change Intl.Locale.prototype.firstDayOfWeek to be a string 2024-08-01 11:40:37 +02:00
Locale.h LibJS: Change Intl.Locale.prototype.firstDayOfWeek to be a string 2024-08-01 11:40:37 +02:00
LocaleConstructor.cpp LibJS: Fix editorial rebasing errors in the ECMA-402 spec 2024-08-15 17:21:00 -04:00
LocaleConstructor.h
LocalePrototype.cpp LibJS: Change Intl.Locale.prototype.firstDayOfWeek to be a string 2024-08-01 11:40:37 +02:00
LocalePrototype.h
MathematicalValue.cpp LibUnicode+Everywhere: Merge LibLocale back into LibUnicode 2024-06-23 19:52:45 +02:00
MathematicalValue.h LibUnicode+Everywhere: Merge LibLocale back into LibUnicode 2024-06-23 19:52:45 +02:00
NumberFormat.cpp LibUnicode+Everywhere: Merge LibLocale back into LibUnicode 2024-06-23 19:52:45 +02:00
NumberFormat.h LibUnicode+Everywhere: Merge LibLocale back into LibUnicode 2024-06-23 19:52:45 +02:00
NumberFormatConstructor.cpp LibJS: Remove the InitializeNumberFormat AO 2024-08-15 17:21:00 -04:00
NumberFormatConstructor.h LibJS: Remove the InitializeNumberFormat AO 2024-08-15 17:21:00 -04:00
NumberFormatFunction.cpp LibJS+LibLocale: Begin replacing number formatting with ICU 2024-06-10 13:51:51 +02:00
NumberFormatFunction.h
NumberFormatPrototype.cpp
NumberFormatPrototype.h
PluralRules.cpp LibUnicode+Everywhere: Merge LibLocale back into LibUnicode 2024-06-23 19:52:45 +02:00
PluralRules.h LibUnicode+Everywhere: Merge LibLocale back into LibUnicode 2024-06-23 19:52:45 +02:00
PluralRulesConstructor.cpp LibJS: Fix editorial rebasing errors in the ECMA-402 spec 2024-08-15 17:21:00 -04:00
PluralRulesConstructor.h LibJS+LibLocale: Replace plural rules selection with ICU 2024-06-15 06:57:16 +02:00
PluralRulesPrototype.cpp LibUnicode+Everywhere: Merge LibLocale back into LibUnicode 2024-06-23 19:52:45 +02:00
PluralRulesPrototype.h
RelativeTimeFormat.cpp LibJS: Fix editorial rebasing errors in the ECMA-402 spec 2024-08-15 17:21:00 -04:00
RelativeTimeFormat.h LibUnicode+Everywhere: Merge LibLocale back into LibUnicode 2024-06-23 19:52:45 +02:00
RelativeTimeFormatConstructor.cpp LibJS: Fix editorial rebasing errors in the ECMA-402 spec 2024-08-15 17:21:00 -04:00
RelativeTimeFormatConstructor.h LibJS+LibLocale: Replace relative time formatting with ICU 2024-06-15 06:57:16 +02:00
RelativeTimeFormatPrototype.cpp
RelativeTimeFormatPrototype.h
Segmenter.cpp LibUnicode+Everywhere: Merge LibLocale back into LibUnicode 2024-06-23 19:52:45 +02:00
Segmenter.h LibUnicode+Everywhere: Merge LibLocale back into LibUnicode 2024-06-23 19:52:45 +02:00
SegmenterConstructor.cpp LibJS: Fix editorial rebasing errors in the ECMA-402 spec 2024-08-15 17:21:00 -04:00
SegmenterConstructor.h
SegmenterPrototype.cpp LibJS: Port Intl.Segmenter to the ICU text segmenter 2024-06-20 13:46:54 +02:00
SegmenterPrototype.h
SegmentIterator.cpp LibUnicode+Everywhere: Merge LibLocale back into LibUnicode 2024-06-23 19:52:45 +02:00
SegmentIterator.h LibUnicode+Everywhere: Merge LibLocale back into LibUnicode 2024-06-23 19:52:45 +02:00
SegmentIteratorPrototype.cpp LibUnicode+Everywhere: Merge LibLocale back into LibUnicode 2024-06-23 19:52:45 +02:00
SegmentIteratorPrototype.h
Segments.cpp LibUnicode+Everywhere: Merge LibLocale back into LibUnicode 2024-06-23 19:52:45 +02:00
Segments.h LibUnicode+Everywhere: Merge LibLocale back into LibUnicode 2024-06-23 19:52:45 +02:00
SegmentsPrototype.cpp LibJS: Port Intl.Segmenter to the ICU text segmenter 2024-06-20 13:46:54 +02:00
SegmentsPrototype.h
SingleUnitIdentifiers.h