Commit History

作者 SHA1 備註 提交日期
  Adam Hodgen 887fa18e32 LibWeb: Implement HTMLTableElement row attributes 4 年之前
  Luke 2cc6b919f7 LibWeb: Implement EventTarget.dispatchEvent 4 年之前
  Luke 5952bc1ea4 LibWeb: Add support for extended attributes on IDL parameters 4 年之前
  DexesTTP 22413ef729 LibWeb: Add WebSocket bindings 4 年之前
  DexesTTP 68bfb46a6f LibWeb: Add exception support in IDL constructors 4 年之前
  Andreas Kling b91c49364d AK: Rename adopt() to adopt_ref() 4 年之前
  Linus Groh ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 年之前
  Andreas Kling e4df1b223f LibWeb: Implement a slow but functional HTMLCollection :^) 4 年之前
  Andreas Kling 49f3d88baf LibWeb: Allow IDL interfaces to override get_by_index() 4 年之前
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年之前
  Andreas Kling b092353e4d LibWeb: Add basic support for HTMLInputElement.form 4 年之前
  Andreas Kling 00d8e3b02b LibWeb: Don't include "Wrapper" suffix in JS wrapper class_name() 4 年之前
  Idan Horowitz a257ef0f35 LibWeb: Add support for optional double arguments with no default value 4 年之前
  Idan Horowitz 0072581693 LibWeb: Emit optional boolean variable definition in WrapperGenerator 4 年之前
  AnotherTest 8ba2b5f36f LibWeb: Make ExceptionOr work with non-JS::Value types 4 年之前
  Linus Groh da177c6517 LibJS: Make Errors fully spec compliant 4 年之前
  Luke 8da14bf880 LibWeb: Add support for optional default values and optional bools in IDL 4 年之前
  Brian Gianforcaro c4226ca646 LibWeb: Remove trailing ';' from WrapperGenerator functions. 4 年之前
  Linus Groh 9d2635d94b LibWeb: Support nullable EventListener parameters in WrapperGenerator 4 年之前
  Luke 5b5d7857e3 LibWeb: Support the "ImplementedAs" IDL attribute on functions 4 年之前
  Linus Groh 57ead17d54 LibWeb: Implement XMLHttpRequest.getResponseHeader() 4 年之前
  Andreas Kling ab23ef92b6 LibWeb: Allow JS wrappers to customize get() and put() 4 年之前
  Andreas Kling 33e3f0c71f LibWeb: Expose barebones CSSStyleDeclaration to JavaScript 4 年之前
  Andreas Kling 2cff070108 LibWeb: Map all the IDL string types to AK::String for now 4 年之前
  Andreas Kling a9830d9a55 LibWeb: Start exposing CSS style sheets to JavaScript :^) 4 年之前
  Andreas Kling 0d515dea5d LibWeb: Allow specifying a custom C++ implementation for IDL attributes 4 年之前
  Andreas Kling 79bc07e5af LibWeb: Make generated wrapper code cast IDL longs to i32 for now 4 年之前
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY 4 年之前
  Andreas Kling 9194a97cbe LibWeb: Add Document.createRange() 4 年之前
  Linus Groh a4f80ee658 LibWeb: Replace WrapperGenerator's snake_name() with String::to_snakecase() 4 年之前