Historique des commits

Auteur SHA1 Message Date
  Timothy Flynn 746ce6f9a1 LibJS: Stop propagating small OOM errors from Intl.Locale il y a 1 an
  Timothy Flynn b6ff25bd26 LibJS: Stop propagating small OOM errors from Intl abstract operations il y a 1 an
  Timothy Flynn cd526813e6 LibLocale+LibJS: Make locale data APIs infallible il y a 1 an
  Andreas Kling c084269e5f LibJS: Make PrimitiveString::utf8_string() infallible il y a 1 an
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void il y a 1 an
  Linus Groh b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr il y a 2 ans
  MacDue 63b11030f0 Everywhere: Use ReadonlySpan<T> instead of Span<T const> il y a 2 ans
  Timothy Flynn 858126d236 LibJS: Propagate OOM from remaining Intl Vector operations il y a 2 ans
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors il y a 2 ans
  Timothy Flynn 879a590882 LibJS: Propagate OOM errors from ApplyUnicodeExtensionToTag il y a 2 ans
  Timothy Flynn 95d1678553 LibJS: Mark infallible operations that may throw only due to OOM il y a 2 ans
  Timothy Flynn be8907e6bb LibJS: Return OptionalNone in fallible functions in the Intl namespace il y a 2 ans
  Timothy Flynn bb4b6d8ce3 LibJS: Port Intl locale resolution to String il y a 2 ans
  Timothy Flynn 2f1184ccdb LibJS: Do not fully qualify references to CanonicalizeUnicodeLocaleId il y a 2 ans
  Timothy Flynn bff0e25ebe LibJS: Propagate OOM errors from Intl Abstract Operations il y a 2 ans
  Timothy Flynn ca62aeb6bd LibLocale+LibJS: Port locale parsing and processing to String il y a 2 ans
  Timothy Flynn fc413711ee LibJS: Port trivial use cases in the Intl namespace to String il y a 2 ans
  Timothy Flynn afeb7273cc LibJS+Everywhere: Rename Value::to_string to to_deprecated_string il y a 2 ans
  Timothy Flynn 95cef87a9c LibJS: Update syntax for invoking the GetOption AO from Intl objects il y a 2 ans
  Timothy Flynn 115baa7e32 LibJS+Everywhere: Make PrimitiveString and Utf16String fallible il y a 2 ans
  Linus Groh 6ae79a84df LibJS: Convert Object::construct() to NonnullGCPtr il y a 2 ans
  Linus Groh 1c24b82dd7 LibJS: Convert ordinary_create_from_constructor() to NonnullGCPtr il y a 2 ans
  Linus Groh 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() il y a 2 ans
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable il y a 2 ans
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString il y a 2 ans
  Andreas Kling 71067cbc6c LibJS+LibWeb: Make Runtime/AbstractOperations.h not include AST.h il y a 2 ans
  Timothy Flynn 85e313077a LibJS: Do not invoke Cell::vm in constructors before Cell is constructed il y a 2 ans
  Timothy Flynn 43a3471298 LibLocale: Move locale source files to the LibLocale folder il y a 2 ans
  Timothy Flynn ff48220dca Userland: Move files destined for LibLocale to the Locale namespace il y a 2 ans
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm il y a 2 ans