Historial de Commits

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