Daniel Bertalan 6f972c190b Everywhere: Work around Clang trunk bug with templated lambda + Variant 1 éve
..
AbstractOperations.cpp 65717e3b75 LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} 1 éve
AbstractOperations.h b6ff25bd26 LibJS: Stop propagating small OOM errors from Intl abstract operations 1 éve
Collator.cpp 4abdb68655 LibJS: Remove Object(Object& prototype) footgun 2 éve
Collator.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 éve
CollatorCompareFunction.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 éve
CollatorCompareFunction.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 éve
CollatorConstructor.cpp 1708c1fdfe LibJS: Stop propagating small OOM errors from Intl.Collator 1 éve
CollatorConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 éve
CollatorPrototype.cpp 1a27c525d5 LibJS: Make PrimitiveString::create() infallible 2 éve
CollatorPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 éve
DateTimeFormat.cpp 39be5cb73a LibJS: Allow formatting UTC-offset time zones with Intl.DateTimeFormat 1 éve
DateTimeFormat.h b78cbf88db LibJS: Stop propagating small OOM errors from Intl.DateTimeFormat 1 éve
DateTimeFormatConstructor.cpp 6f972c190b Everywhere: Work around Clang trunk bug with templated lambda + Variant 1 éve
DateTimeFormatConstructor.h 39be5cb73a LibJS: Allow formatting UTC-offset time zones with Intl.DateTimeFormat 1 éve
DateTimeFormatFunction.cpp 65717e3b75 LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} 1 éve
DateTimeFormatFunction.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 éve
DateTimeFormatPrototype.cpp 65717e3b75 LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} 1 éve
DateTimeFormatPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 éve
DisplayNames.cpp b6ff25bd26 LibJS: Stop propagating small OOM errors from Intl abstract operations 1 éve
DisplayNames.h bb4b6d8ce3 LibJS: Port Intl locale resolution to String 2 éve
DisplayNamesConstructor.cpp b6ff25bd26 LibJS: Stop propagating small OOM errors from Intl abstract operations 1 éve
DisplayNamesConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 éve
DisplayNamesPrototype.cpp b6ff25bd26 LibJS: Stop propagating small OOM errors from Intl abstract operations 1 éve
DisplayNamesPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 éve
DurationFormat.cpp 65717e3b75 LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} 1 éve
DurationFormat.h 20aaa2c236 LibJS: Stop propagating small OOM errors from Intl.DurationFormat 1 éve
DurationFormatConstructor.cpp 20aaa2c236 LibJS: Stop propagating small OOM errors from Intl.DurationFormat 1 éve
DurationFormatConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 éve
DurationFormatPrototype.cpp 20aaa2c236 LibJS: Stop propagating small OOM errors from Intl.DurationFormat 1 éve
DurationFormatPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 éve
Intl.cpp 0bc401a1d6 LibTimeZone+Userland: Include Link entries when returning all time zones 1 éve
Intl.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 éve
ListFormat.cpp 9e5055c298 LibJS: Stop propagating small OOM errors from Intl.ListFormat 1 éve
ListFormat.h 9e5055c298 LibJS: Stop propagating small OOM errors from Intl.ListFormat 1 éve
ListFormatConstructor.cpp b6ff25bd26 LibJS: Stop propagating small OOM errors from Intl abstract operations 1 éve
ListFormatConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 éve
ListFormatPrototype.cpp 9e5055c298 LibJS: Stop propagating small OOM errors from Intl.ListFormat 1 éve
ListFormatPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 éve
Locale.cpp 746ce6f9a1 LibJS: Stop propagating small OOM errors from Intl.Locale 1 éve
Locale.h 746ce6f9a1 LibJS: Stop propagating small OOM errors from Intl.Locale 1 éve
LocaleConstructor.cpp 746ce6f9a1 LibJS: Stop propagating small OOM errors from Intl.Locale 1 éve
LocaleConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 éve
LocalePrototype.cpp 746ce6f9a1 LibJS: Stop propagating small OOM errors from Intl.Locale 1 éve
LocalePrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 éve
MathematicalValue.cpp 30a812b77b LibJS: Stop propagating small OOM errors from Intl.MathematicalValue 1 éve
MathematicalValue.h 30a812b77b LibJS: Stop propagating small OOM errors from Intl.MathematicalValue 1 éve
NumberFormat.cpp 65717e3b75 LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} 1 éve
NumberFormat.h b3694653a7 LibJS: Stop propagating small OOM errors from Intl.NumberFormat 1 éve
NumberFormatConstructor.cpp 03be26317f LibJS: Alphabetize handling some Intl.NumberFormat/PluralRules options 1 éve
NumberFormatConstructor.h b3694653a7 LibJS: Stop propagating small OOM errors from Intl.NumberFormat 1 éve
NumberFormatFunction.cpp b3694653a7 LibJS: Stop propagating small OOM errors from Intl.NumberFormat 1 éve
NumberFormatFunction.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 éve
NumberFormatPrototype.cpp 03be26317f LibJS: Alphabetize handling some Intl.NumberFormat/PluralRules options 1 éve
NumberFormatPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 éve
PluralRules.cpp b3694653a7 LibJS: Stop propagating small OOM errors from Intl.NumberFormat 1 éve
PluralRules.h b3694653a7 LibJS: Stop propagating small OOM errors from Intl.NumberFormat 1 éve
PluralRulesConstructor.cpp b3694653a7 LibJS: Stop propagating small OOM errors from Intl.NumberFormat 1 éve
PluralRulesConstructor.h b3694653a7 LibJS: Stop propagating small OOM errors from Intl.NumberFormat 1 éve
PluralRulesPrototype.cpp 65717e3b75 LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} 1 éve
PluralRulesPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 éve
RelativeTimeFormat.cpp b6835d2c40 LibJS: Stop propagating small OOM errors from Intl.RelativeTimeFormat 1 éve
RelativeTimeFormat.h b6835d2c40 LibJS: Stop propagating small OOM errors from Intl.RelativeTimeFormat 1 éve
RelativeTimeFormatConstructor.cpp b6835d2c40 LibJS: Stop propagating small OOM errors from Intl.RelativeTimeFormat 1 éve
RelativeTimeFormatConstructor.h b6835d2c40 LibJS: Stop propagating small OOM errors from Intl.RelativeTimeFormat 1 éve
RelativeTimeFormatPrototype.cpp 65717e3b75 LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} 1 éve
RelativeTimeFormatPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 éve
SegmentIterator.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 éve
SegmentIterator.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 éve
SegmentIteratorPrototype.cpp 1a27c525d5 LibJS: Make PrimitiveString::create() infallible 2 éve
SegmentIteratorPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 éve
Segmenter.cpp 7849950383 LibJS: Make Utf16String & related APIs infallible 2 éve
Segmenter.h 7cb956d17b LibJS: Use iterative text segmentation algorithms for Intl.Segmenter 2 éve
SegmenterConstructor.cpp b6ff25bd26 LibJS: Stop propagating small OOM errors from Intl abstract operations 1 éve
SegmenterConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 éve
SegmenterPrototype.cpp 1a27c525d5 LibJS: Make PrimitiveString::create() infallible 2 éve
SegmenterPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 éve
Segments.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 éve
Segments.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 éve
SegmentsPrototype.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 éve
SegmentsPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 éve
SingleUnitIdentifiers.h a5bf32018f LibJS+LibUnicode: Add "microsecond" and "nanosecond" as sanctioned units 2 éve