Timothy Flynn 1bcc29d0d1 LibJS+LibLocale: Replace Unicode keyword lookups with ICU 1 vuosi sitten
..
AbstractOperations.cpp 1bcc29d0d1 LibJS+LibLocale: Replace Unicode keyword lookups with ICU 1 vuosi sitten
AbstractOperations.h 67f3de2320 LibJS+LibLocale: Begin replacing number formatting with ICU 1 vuosi sitten
Collator.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 vuosi sitten
Collator.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 vuosi sitten
CollatorCompareFunction.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 vuosi sitten
CollatorCompareFunction.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 vuosi sitten
CollatorConstructor.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 vuosi sitten
CollatorConstructor.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 vuosi sitten
CollatorPrototype.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 vuosi sitten
CollatorPrototype.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 vuosi sitten
DateTimeFormat.cpp 273694d8de LibJS+LibLocale: Replace date-time formatting with ICU 1 vuosi sitten
DateTimeFormat.h 273694d8de LibJS+LibLocale: Replace date-time formatting with ICU 1 vuosi sitten
DateTimeFormatConstructor.cpp 9cb1857dc6 LibJS+LibLocale: Replace preferred hour cycle lookups with ICU 1 vuosi sitten
DateTimeFormatConstructor.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 vuosi sitten
DateTimeFormatFunction.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 vuosi sitten
DateTimeFormatFunction.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 vuosi sitten
DateTimeFormatPrototype.cpp 273694d8de LibJS+LibLocale: Replace date-time formatting with ICU 1 vuosi sitten
DateTimeFormatPrototype.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 vuosi sitten
DisplayNames.cpp 9724a25daf LibJS+LibLocale: Replace canonical locales and display names with ICU 1 vuosi sitten
DisplayNames.h 9724a25daf LibJS+LibLocale: Replace canonical locales and display names with ICU 1 vuosi sitten
DisplayNamesConstructor.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 vuosi sitten
DisplayNamesConstructor.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 vuosi sitten
DisplayNamesPrototype.cpp 9724a25daf LibJS+LibLocale: Replace canonical locales and display names with ICU 1 vuosi sitten
DisplayNamesPrototype.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 vuosi sitten
DurationFormat.cpp d634039c10 LibJS: Implement the latest Intl.DurationFormat proposal 1 vuosi sitten
DurationFormat.h d634039c10 LibJS: Implement the latest Intl.DurationFormat proposal 1 vuosi sitten
DurationFormatConstructor.cpp d634039c10 LibJS: Implement the latest Intl.DurationFormat proposal 1 vuosi sitten
DurationFormatConstructor.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 vuosi sitten
DurationFormatPrototype.cpp d634039c10 LibJS: Implement the latest Intl.DurationFormat proposal 1 vuosi sitten
DurationFormatPrototype.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 vuosi sitten
Intl.cpp 1bcc29d0d1 LibJS+LibLocale: Replace Unicode keyword lookups with ICU 1 vuosi sitten
Intl.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 vuosi sitten
ListFormat.cpp 5f7251fd91 LibJS+LibLocale: Replace list formatting with ICU 1 vuosi sitten
ListFormat.h 5f7251fd91 LibJS+LibLocale: Replace list formatting with ICU 1 vuosi sitten
ListFormatConstructor.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 vuosi sitten
ListFormatConstructor.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 vuosi sitten
ListFormatPrototype.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 vuosi sitten
ListFormatPrototype.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 vuosi sitten
Locale.cpp 1bcc29d0d1 LibJS+LibLocale: Replace Unicode keyword lookups with ICU 1 vuosi sitten
Locale.h e487f91388 LibJS+LibLocale: Replace locale maximization and minimization with ICU 1 vuosi sitten
LocaleConstructor.cpp 9724a25daf LibJS+LibLocale: Replace canonical locales and display names with ICU 1 vuosi sitten
LocaleConstructor.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 vuosi sitten
LocalePrototype.cpp e487f91388 LibJS+LibLocale: Replace locale maximization and minimization with ICU 1 vuosi sitten
LocalePrototype.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 vuosi sitten
MathematicalValue.cpp 3b68bb6e73 LibJS: Store Intl mathematical values as strings when appropriate 1 vuosi sitten
MathematicalValue.h 3b68bb6e73 LibJS: Store Intl mathematical values as strings when appropriate 1 vuosi sitten
NumberFormat.cpp 3b68bb6e73 LibJS: Store Intl mathematical values as strings when appropriate 1 vuosi sitten
NumberFormat.h f6bee0f5a8 LibJS+LibLocale: Replace number range formatting with ICU 1 vuosi sitten
NumberFormatConstructor.cpp 67f3de2320 LibJS+LibLocale: Begin replacing number formatting with ICU 1 vuosi sitten
NumberFormatConstructor.h 67f3de2320 LibJS+LibLocale: Begin replacing number formatting with ICU 1 vuosi sitten
NumberFormatFunction.cpp 67f3de2320 LibJS+LibLocale: Begin replacing number formatting with ICU 1 vuosi sitten
NumberFormatFunction.h f4fa37afd2 LibJS+LibWeb: Add missing JS_DEFINE_ALLOCATOR() for a bunch of classes 1 vuosi sitten
NumberFormatPrototype.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 vuosi sitten
NumberFormatPrototype.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 vuosi sitten
PluralRules.cpp 5e2ee4447e LibJS+LibLocale: Replace plural rules selection with ICU 1 vuosi sitten
PluralRules.h 5e2ee4447e LibJS+LibLocale: Replace plural rules selection with ICU 1 vuosi sitten
PluralRulesConstructor.cpp 5e2ee4447e LibJS+LibLocale: Replace plural rules selection with ICU 1 vuosi sitten
PluralRulesConstructor.h 5e2ee4447e LibJS+LibLocale: Replace plural rules selection with ICU 1 vuosi sitten
PluralRulesPrototype.cpp 5e2ee4447e LibJS+LibLocale: Replace plural rules selection with ICU 1 vuosi sitten
PluralRulesPrototype.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 vuosi sitten
RelativeTimeFormat.cpp 7f9ccd39f5 LibJS+LibLocale: Replace relative time formatting with ICU 1 vuosi sitten
RelativeTimeFormat.h 7f9ccd39f5 LibJS+LibLocale: Replace relative time formatting with ICU 1 vuosi sitten
RelativeTimeFormatConstructor.cpp 7f9ccd39f5 LibJS+LibLocale: Replace relative time formatting with ICU 1 vuosi sitten
RelativeTimeFormatConstructor.h 7f9ccd39f5 LibJS+LibLocale: Replace relative time formatting with ICU 1 vuosi sitten
RelativeTimeFormatPrototype.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 vuosi sitten
RelativeTimeFormatPrototype.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 vuosi sitten
SegmentIterator.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 vuosi sitten
SegmentIterator.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 vuosi sitten
SegmentIteratorPrototype.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 vuosi sitten
SegmentIteratorPrototype.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 vuosi sitten
Segmenter.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 vuosi sitten
Segmenter.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 vuosi sitten
SegmenterConstructor.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 vuosi sitten
SegmenterConstructor.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 vuosi sitten
SegmenterPrototype.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 vuosi sitten
SegmenterPrototype.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 vuosi sitten
Segments.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 vuosi sitten
Segments.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 vuosi sitten
SegmentsPrototype.cpp 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 vuosi sitten
SegmentsPrototype.h 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 vuosi sitten
SingleUnitIdentifiers.h a5bf32018f LibJS+LibUnicode: Add "microsecond" and "nanosecond" as sanctioned units 2 vuotta sitten