index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibJS
Age
Commit message (
Expand
)
Author
2021-09-06
LibJS: Handle possible allocation failure in ArrayBuffer(size_t)
Ali Mohammad Pur
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-09-05
LibJS: Use different stack space limit values for with and without ASAN
Linus Groh
2021-09-05
LibJS: Prevent stack overflow if Proxy handler's __proto__ is the Proxy
Linus Groh
2021-09-05
LibJS: Add ErrorType::CallStackSizeExceeded
Linus Groh
2021-09-05
LibJS: Declare type aliases with "using" instead of "typedef"
Brian Gianforcaro
2021-09-04
LibJS: Implement Intl.DisplayNames.supportedLocalesOf()
Linus Groh
2021-09-04
LibJS: Add Array::create_from() for generic Vector<T>
Linus Groh
2021-09-04
LibJS: Implement Intl.Locale.prototype.minimize
Timothy Flynn
2021-09-04
LibJS: Implement Intl.Locale.prototype.maximize
Timothy Flynn
2021-09-04
LibJS: Add a constructor to create an Intl.Locale object from a LocaleID
Timothy Flynn
2021-09-04
LibJS: Add missing Intl.Locale initializer for plain boolean type
Timothy Flynn
2021-09-03
Everywhere: Prevent risky implicit casts of (Nonnull)RefPtr
Daniel Bertalan
2021-09-03
AK: Rename create<T> => make_ref_counted<T>
Andreas Kling
2021-09-02
LibJS: Account for negative numbers in ToTemporalDurationRecord
Linus Groh
2021-09-02
LibJS: Throw RangeError for non-integral values in ToPartialDuration
Linus Groh
2021-09-02
LibJS: Reflect normative changes in ParseTemporalInstantString
Linus Groh
2021-09-02
LibJS: Handle +Infinity, -Infinity, +0 and -0 in modulo operator
Luke Wilde
2021-09-02
LibJS: Implement Intl.Locale.prototype.region
Timothy Flynn
2021-09-02
LibJS: Implement Intl.Locale.prototype.script
Timothy Flynn
2021-09-02
LibJS: Implement Intl.Locale.prototype.language
Timothy Flynn
2021-09-02
LibJS: Implement Intl.Locale.prototype.numeric
Timothy Flynn
2021-09-02
LibJS: Implement most Intl.Locale.Prototype.<<keyword>> properties
Timothy Flynn
2021-09-02
LibJS: Implement Intl.Locale.prototype.baseName
Timothy Flynn
2021-09-02
LibJS: Handle existing Intl.Locale objects in CanonicalizeLocaleList
Timothy Flynn
2021-09-02
LibJS: Add test cases for Intl.Locale.prototype.toString
Timothy Flynn
2021-09-02
LibJS: Implement the Intl.Locale constructor
Timothy Flynn
2021-09-02
LibJS: Implement Intl.Locale.prototype.toString()
Timothy Flynn
2021-09-02
LibJS: Compare Unicode locale variants using case-insensitive matching
Timothy Flynn
2021-09-02
LibJS: Remove duplicated error message from ErrorTypes.h
Timothy Flynn
2021-09-02
LibJS: Implement a nearly empty Intl.Locale object
Timothy Flynn
2021-09-01
LibJS: Change offset in ISODateTimeWithinLimits to actually 24h
Linus Groh
2021-09-01
LibJS: Throw RangeError for +/-∞ argument values in Temporal.Duration()
Linus Groh
2021-09-01
LibJS: Make 'options' argument of Calendar prototype functions optional
Linus Groh
2021-09-01
LibJS: Throw RangeError in PrepareTemporalFields for +/-∞
Linus Groh
2021-09-01
LibJS: Throw TypeError if Instant.prototype.round() options is undefined
Linus Groh
2021-09-01
LibJS: Handle undefined, NaN, and Infinity in ToTemporalDurationRecord
Linus Groh
2021-09-01
LibJS+LibUnicode: Store parsed Unicode locale data as full strings
Timothy Flynn
2021-09-01
LibJS: Handle Unicode locale extensions in LookupMatcher AO
Timothy Flynn
2021-09-01
LibJS: Add support for public fields in classes
davidot
2021-09-01
LibJS: Fix small issues in parser
davidot
2021-08-31
LibJS: Implement Temporal.Instant.prototype.toJSON()
Linus Groh
2021-08-31
LibJS: Implement Temporal.Instant.prototype.toLocaleString()
Linus Groh
2021-08-31
LibJS: Implement Temporal.Instant.prototype.toString()
Linus Groh
2021-08-30
LibJS: Implement Temporal.Calendar.prototype.dateAdd()
Linus Groh
2021-08-30
LibJS: Canonicalize Unicode locale extension attributes and keywords
Timothy Flynn
2021-08-30
LibJS: Reject structurally invalid Unicode locale extensions
Timothy Flynn
2021-08-30
LibJS: Always use AK::get_random() in Math.random()
Andreas Kling
2021-08-28
LibJS: Avoid transitions for name/length of native functions/accessors
Linus Groh
2021-08-28
LibJS: Avoid transitions for more object properties in global object
Linus Groh
[next]