Commit History

Auteur SHA1 Bericht Datum
  Linus Groh 44e70d1bc0 LibJS+LibWeb: Let WrapperGenerator deal with legacy_null_to_empty_string 3 jaren geleden
  Linus Groh 661dd32432 LibWeb: Add support for the Promise<T> IDL type to WrapperGenerator 3 jaren geleden
  Linus Groh 7afd215e95 LibWeb: Initialize IDL `any` values without default value to undefined 3 jaren geleden
  Linus Groh a9a7d65099 LibWeb: Replace heycam.github.io/webidl URLs with webidl.spec.whatwg.org 3 jaren geleden
  Andreas Kling fdc1c15064 LibWeb: Stub out a basic ResizeObserver interface 3 jaren geleden
  Andreas Kling 5c9ca5c2dc LibWeb: Stub out a basic Selection interface 3 jaren geleden
  Andreas Kling bf43b0f884 LibWeb: Make IDL-constructed objects aware of their JS wrapper 3 jaren geleden
  Linus Groh 2f42675ebd LibJS: Convert ordinary_set_with_own_descriptor() to ThrowCompletionOr 3 jaren geleden
  Linus Groh 3be26f56db LibJS: Convert has_own_property() to ThrowCompletionOr 3 jaren geleden
  Linus Groh fb443b3fb4 LibJS: Convert create_data_property() to ThrowCompletionOr 3 jaren geleden
  Linus Groh b7e5f08e56 LibJS: Convert Object::get() to ThrowCompletionOr 3 jaren geleden
  Luke Wilde 8d6db36cbb LibWeb: Add support for NodeList 3 jaren geleden
  Luke Wilde bfd089fbd1 LibWeb: Add support for IDL value iterators 3 jaren geleden
  Linus Groh ba6e4c7ae1 LibJS+LibWeb: Use Object::set_prototype() in more places 3 jaren geleden
  Idan Horowitz a4bc3fa255 LibWeb: Initialize IDL-generated prototypes' prototype directly 3 jaren geleden
  Idan Horowitz 43482dfde3 LibWeb: Support dictionary-only IDL files 3 jaren geleden
  Idan Horowitz ac25c28c43 LibWeb: Add the missing UIEvent IDL constructor 3 jaren geleden
  Idan Horowitz 7b2c63fd87 LibWeb: Add support for unwrapping the WindowObject to WrapperGenerator 3 jaren geleden
  Idan Horowitz 4d71f22673 LibWeb: Add the missing ProgressEvent IDL constructor 3 jaren geleden
  Idan Horowitz 7f551d7f6a LibWeb: Use the LibWeb source directory as the IDL #import base path 3 jaren geleden
  Idan Horowitz 2c6c9b73c8 LibWeb: Add the Web::Crypto namespace, built-in, and getRandomValues 3 jaren geleden
  Linus Groh ee8380edea LibJS: Convert internal_own_property_keys() to ThrowCompletionOr 3 jaren geleden
  Linus Groh fbfb0bb908 LibJS: Convert internal_delete() to ThrowCompletionOr 3 jaren geleden
  Linus Groh e5409c6ead LibJS: Convert internal_set() to ThrowCompletionOr 3 jaren geleden
  Linus Groh 6c2b974db2 LibJS: Convert internal_get() to ThrowCompletionOr 3 jaren geleden
  Linus Groh d9895ec12d LibJS: Convert internal_has_property() to ThrowCompletionOr 3 jaren geleden
  Linus Groh 5da210125e LibJS: Convert internal_define_own_property() to ThrowCompletionOr 3 jaren geleden
  Linus Groh 0e69a6e487 LibJS: Convert internal_get_own_property() to ThrowCompletionOr 3 jaren geleden
  Linus Groh 73bae7d779 LibJS: Convert internal_prevent_extensions() to ThrowCompletionOr 3 jaren geleden
  Linus Groh 8c81c84c18 LibJS: Convert internal_set_prototype_of() to ThrowCompletionOr 3 jaren geleden