Commit History

Author SHA1 Message Date
  Linus Groh b7e5f08e56 LibJS: Convert Object::get() to ThrowCompletionOr 3 years ago
  Luke Wilde 8d6db36cbb LibWeb: Add support for NodeList 3 years ago
  Luke Wilde bfd089fbd1 LibWeb: Add support for IDL value iterators 3 years ago
  Linus Groh ba6e4c7ae1 LibJS+LibWeb: Use Object::set_prototype() in more places 3 years ago
  Idan Horowitz a4bc3fa255 LibWeb: Initialize IDL-generated prototypes' prototype directly 3 years ago
  Idan Horowitz 43482dfde3 LibWeb: Support dictionary-only IDL files 3 years ago
  Idan Horowitz ac25c28c43 LibWeb: Add the missing UIEvent IDL constructor 3 years ago
  Idan Horowitz 7b2c63fd87 LibWeb: Add support for unwrapping the WindowObject to WrapperGenerator 3 years ago
  Idan Horowitz 4d71f22673 LibWeb: Add the missing ProgressEvent IDL constructor 3 years ago
  Idan Horowitz 7f551d7f6a LibWeb: Use the LibWeb source directory as the IDL #import base path 3 years ago
  Idan Horowitz 2c6c9b73c8 LibWeb: Add the Web::Crypto namespace, built-in, and getRandomValues 3 years ago
  Linus Groh ee8380edea LibJS: Convert internal_own_property_keys() to ThrowCompletionOr 3 years ago
  Linus Groh fbfb0bb908 LibJS: Convert internal_delete() to ThrowCompletionOr 3 years ago
  Linus Groh e5409c6ead LibJS: Convert internal_set() to ThrowCompletionOr 3 years ago
  Linus Groh 6c2b974db2 LibJS: Convert internal_get() to ThrowCompletionOr 3 years ago
  Linus Groh d9895ec12d LibJS: Convert internal_has_property() to ThrowCompletionOr 3 years ago
  Linus Groh 5da210125e LibJS: Convert internal_define_own_property() to ThrowCompletionOr 3 years ago
  Linus Groh 0e69a6e487 LibJS: Convert internal_get_own_property() to ThrowCompletionOr 3 years ago
  Linus Groh 73bae7d779 LibJS: Convert internal_prevent_extensions() to ThrowCompletionOr 3 years ago
  Linus Groh 8c81c84c18 LibJS: Convert internal_set_prototype_of() to ThrowCompletionOr 3 years ago
  Linus Groh 5148150e1c LibJS: Convert internal_get_prototype_of() to ThrowCompletionOr 3 years ago
  Andreas Kling 6cda24097b LibWeb: Add the CSSStyleRule interface with some limited functionality 3 years ago
  Andreas Kling 3a4565beec LibWeb: Make CSSRule and CSSRuleList available to JavaScript :^) 3 years ago
  Idan Horowitz e04f3c713c LibWeb: Add support for custom #import IDL statements 3 years ago
  Luke Wilde 2202428ca4 LibWeb: Add initial support for the IDL [Unscopable] extended attribute 3 years ago
  Luke Wilde 881e9d1341 LibWeb: Make StyleSheetList.item an IDL getter 3 years ago
  Idan Horowitz 071a358ffb LibWeb: Add support for converting IDL dictionaries to native structs 3 years ago
  Idan Horowitz c3810b827a LibWeb: Add support for parsing IDL dictionaries 3 years ago
  Idan Horowitz 87f655f2af LibWeb: Change IDL::parse_interface's return type to NonnullOwnPtr 3 years ago
  Idan Horowitz cdde3ba5c5 LibWeb: Add partial support for IDL Iterable declarations 3 years ago