Commit Verlauf

Autor SHA1 Nachricht Datum
  Idan Horowitz 19e28d5798 LibWeb: Convert is_named_property_exposed_on_object to ThrowCompletions vor 3 Jahren
  Timothy Flynn 95e492de59 LibWeb: Convert throw_dom_exception_if_needed() to ThrowCompletionOr vor 3 Jahren
  Timothy Flynn c19c306744 LibWeb: Convert all generated bindings to ThrowCompletionOr vor 3 Jahren
  Andreas Kling 398c181c79 LibJS: Rename PropertyName to PropertyKey vor 3 Jahren
  Idan Horowitz db5df26841 LibJS: Convert Array AOs to ThrowCompletionOr vor 3 Jahren
  Linus Groh 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr vor 3 Jahren
  Idan Horowitz 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function vor 3 Jahren
  Idan Horowitz 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros vor 3 Jahren
  Timothy Flynn d24ae8063b LibWeb: Implement DOMTokenList for managing space-separated tokens lists vor 3 Jahren
  Timothy Flynn 4d8320a49a LibWeb: Add initial support for IDL methods with variadic parameters vor 3 Jahren
  Idan Horowitz 7bbb92dfe9 LibJS: Convert to_u16() to ThrowCompletionOr vor 3 Jahren
  Idan Horowitz cc94bba5c0 LibJS: Convert to_u32() to ThrowCompletionOr vor 3 Jahren
  Idan Horowitz f6a5ff7b00 LibJS: Convert to_i32() to ThrowCompletionOr vor 3 Jahren
  Timothy Flynn 2a3ac02ef1 LibWeb: Implement (most of) NamedNodeMap to store attributes vor 3 Jahren
  Timothy Flynn e01dfaac9a LibWeb: Implement Attribute closer to the spec and with an IDL file vor 3 Jahren
  Idan Horowitz 1639ed7e0a LibJS: Convert to_double() to ThrowCompletionOr vor 3 Jahren
  Luke Wilde cb821e1539 LibWeb: Convert ArrayFromVector wrapper to instead be sequence<T> vor 3 Jahren
  Timothy Flynn ebe704a03d LibWeb: Stub out a basic IntersectionObserver interface vor 3 Jahren
  Timothy Flynn ff66218631 LibWeb: Allow creating "any" types in IDL with integral default values vor 3 Jahren
  Linus Groh 52976bfac6 LibJS: Convert to_object() to ThrowCompletionOr vor 3 Jahren
  Linus Groh 4d8912a92b LibJS: Convert to_string() to ThrowCompletionOr vor 3 Jahren
  Linus Groh 44e70d1bc0 LibJS+LibWeb: Let WrapperGenerator deal with legacy_null_to_empty_string vor 3 Jahren
  Linus Groh 661dd32432 LibWeb: Add support for the Promise<T> IDL type to WrapperGenerator vor 3 Jahren
  Linus Groh 7afd215e95 LibWeb: Initialize IDL `any` values without default value to undefined vor 3 Jahren
  Linus Groh a9a7d65099 LibWeb: Replace heycam.github.io/webidl URLs with webidl.spec.whatwg.org vor 3 Jahren
  Andreas Kling fdc1c15064 LibWeb: Stub out a basic ResizeObserver interface vor 3 Jahren
  Andreas Kling 5c9ca5c2dc LibWeb: Stub out a basic Selection interface vor 3 Jahren
  Andreas Kling bf43b0f884 LibWeb: Make IDL-constructed objects aware of their JS wrapper vor 3 Jahren
  Linus Groh 2f42675ebd LibJS: Convert ordinary_set_with_own_descriptor() to ThrowCompletionOr vor 3 Jahren
  Linus Groh 3be26f56db LibJS: Convert has_own_property() to ThrowCompletionOr vor 3 Jahren