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
/
Runtime
/
Intl
/
DateTimeFormatConstructor.cpp
Age
Commit message (
Expand
)
Author
2023-04-13
LibJS: Make intrinsics getters return NonnullGCPtr
Linus Groh
2023-03-23
LibJS: Add missing internal slots to creation of Intl.DateTimeFormat
Timothy Flynn
2023-03-23
LibJS: Remove ! from AO calls that can't throw from Intl.DateTimeFormat
Timothy Flynn
2023-01-29
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
Timothy Flynn
2023-01-27
LibJS+LibLocale: Propagate errors from find_regional_values_for_locale
Timothy Flynn
2023-01-27
LibJS+LibLocale: Port Intl.DateTimeFormat to String
Timothy Flynn
2023-01-26
LibJS: Port canonicalize_time_zone_name() to String
Linus Groh
2023-01-20
LibJS: Mark infallible operations that may throw only due to OOM
Timothy Flynn
2023-01-19
LibJS: Port Intl locale resolution to String
Timothy Flynn
2023-01-19
LibJS: Propagate OOM errors from Intl Abstract Operations
Timothy Flynn
2023-01-16
LibJS: Port trivial use cases in the Intl namespace to String
Timothy Flynn
2023-01-15
LibJS+Everywhere: Rename Value::to_string to to_deprecated_string
Timothy Flynn
2023-01-14
LibJS: Update syntax for invoking the GetOption AO from Intl objects
Timothy Flynn
2023-01-08
LibJS+Everywhere: Make PrimitiveString and Utf16String fallible
Timothy Flynn
2022-12-15
LibJS: Fix a typo in an Intl.DateTimeFormat spec comment
Timothy Flynn
2022-12-15
LibJS: Convert Object::construct() to NonnullGCPtr
Linus Groh
2022-12-15
LibJS: Convert ordinary_create_from_constructor() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Set DateTimeFormat's time zone when the CLDR download is disabled
Timothy Flynn
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-06
LibJS: Remove infallibility marker from DefaultTimeZone invocation
Timothy Flynn
2022-10-17
LibJS: Rename IsValidTimeZoneName to IsAvailableTimeZoneName
Linus Groh
2022-10-15
LibJS: Remove Temporal::DefaultTimeZone
Timothy Flynn
2022-09-15
LibJS: Do not invoke Cell::vm in constructors before Cell is constructed
Timothy Flynn
2022-09-05
LibLocale: Move locale source files to the LibLocale folder
Timothy Flynn
2022-09-05
Userland: Move files destined for LibLocale to the Locale namespace
Timothy Flynn
2022-08-27
LibJS: Move intrinsics to the realm
Linus Groh
2022-08-23
LibJS: Pass Realm to define_native_{accessor,function}()
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in common AOs [Part 18/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in Temporal AOs [Part 2/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in Intl AOs [Part 1/19]
Linus Groh
2022-08-23
LibJS: Remove GlobalObject from VM::throw_completion()
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in object constructors
Linus Groh
2022-06-15
LibJS: Update to the latest ECMA-402 GetOption and move it into ECMA-262
Linus Groh
2022-04-29
LibJS: Update for structured headers added to various Temporal AOs
Linus Groh
2022-04-06
LibJS: Reorder and reduce steps of InitializeDateTimeFormat
Timothy Flynn
2022-03-30
LibJS: Modernize InitializeDateTimeFormat and simplify error handling
Timothy Flynn
2022-03-30
LibJS: Set DateTimeFormat's [[HourCycle]] internal slot only once
Timothy Flynn
2022-03-15
LibJS: Reorganize spec steps for Intl.DateTimeFormat
Timothy Flynn
2022-01-31
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
Timothy Flynn
2021-11-29
LibJS: Implement Intl.DateTimeFormat.supportedLocalesOf
Timothy Flynn
2021-11-29
LibJS+LibUnicode: Implement the Intl.DateTimeFormat constructor
Timothy Flynn
2021-11-29
LibJS: Implement a nearly empty Intl.DateTimeFormat object
Timothy Flynn