Commit History

作者 SHA1 備註 提交日期
  Idan Horowitz a4bc3fa255 LibWeb: Initialize IDL-generated prototypes' prototype directly 3 年之前
  Idan Horowitz 43482dfde3 LibWeb: Support dictionary-only IDL files 3 年之前
  Idan Horowitz ac25c28c43 LibWeb: Add the missing UIEvent IDL constructor 3 年之前
  Idan Horowitz 7b2c63fd87 LibWeb: Add support for unwrapping the WindowObject to WrapperGenerator 3 年之前
  Idan Horowitz 4d71f22673 LibWeb: Add the missing ProgressEvent IDL constructor 3 年之前
  Idan Horowitz 7f551d7f6a LibWeb: Use the LibWeb source directory as the IDL #import base path 3 年之前
  Idan Horowitz 2c6c9b73c8 LibWeb: Add the Web::Crypto namespace, built-in, and getRandomValues 3 年之前
  Linus Groh ee8380edea LibJS: Convert internal_own_property_keys() to ThrowCompletionOr 3 年之前
  Linus Groh fbfb0bb908 LibJS: Convert internal_delete() to ThrowCompletionOr 3 年之前
  Linus Groh e5409c6ead LibJS: Convert internal_set() to ThrowCompletionOr 3 年之前
  Linus Groh 6c2b974db2 LibJS: Convert internal_get() to ThrowCompletionOr 3 年之前
  Linus Groh d9895ec12d LibJS: Convert internal_has_property() to ThrowCompletionOr 3 年之前
  Linus Groh 5da210125e LibJS: Convert internal_define_own_property() to ThrowCompletionOr 3 年之前
  Linus Groh 0e69a6e487 LibJS: Convert internal_get_own_property() to ThrowCompletionOr 3 年之前
  Linus Groh 73bae7d779 LibJS: Convert internal_prevent_extensions() to ThrowCompletionOr 3 年之前
  Linus Groh 8c81c84c18 LibJS: Convert internal_set_prototype_of() to ThrowCompletionOr 3 年之前
  Linus Groh 5148150e1c LibJS: Convert internal_get_prototype_of() to ThrowCompletionOr 3 年之前
  Andreas Kling 6cda24097b LibWeb: Add the CSSStyleRule interface with some limited functionality 3 年之前
  Andreas Kling 3a4565beec LibWeb: Make CSSRule and CSSRuleList available to JavaScript :^) 3 年之前
  Idan Horowitz e04f3c713c LibWeb: Add support for custom #import IDL statements 3 年之前
  Luke Wilde 2202428ca4 LibWeb: Add initial support for the IDL [Unscopable] extended attribute 3 年之前
  Luke Wilde 881e9d1341 LibWeb: Make StyleSheetList.item an IDL getter 3 年之前
  Idan Horowitz 071a358ffb LibWeb: Add support for converting IDL dictionaries to native structs 3 年之前
  Idan Horowitz c3810b827a LibWeb: Add support for parsing IDL dictionaries 3 年之前
  Idan Horowitz 87f655f2af LibWeb: Change IDL::parse_interface's return type to NonnullOwnPtr 3 年之前
  Idan Horowitz cdde3ba5c5 LibWeb: Add partial support for IDL Iterable declarations 3 年之前
  Idan Horowitz 2fab43ba5d LibWeb: Add support for wrapping arbitrary values to WrapperGenerator 3 年之前
  Idan Horowitz a11f7868a4 LibWeb: Only consume [a-zA-Z0-9_] characters for IDL types 3 年之前
  Luke Wilde 067d839615 LibWeb: Add support for the any type in returning and parameters 3 年之前
  Luke Wilde d30ec4d790 LibWeb: Add [CustomVisit] IDL interface extended attribute 3 年之前