Historial de Commits

Autor SHA1 Mensaje Fecha
  Linus Groh 9d2635d94b LibWeb: Support nullable EventListener parameters in WrapperGenerator hace 4 años
  Luke 5b5d7857e3 LibWeb: Support the "ImplementedAs" IDL attribute on functions hace 4 años
  Linus Groh 57ead17d54 LibWeb: Implement XMLHttpRequest.getResponseHeader() hace 4 años
  Andreas Kling ab23ef92b6 LibWeb: Allow JS wrappers to customize get() and put() hace 4 años
  Andreas Kling 33e3f0c71f LibWeb: Expose barebones CSSStyleDeclaration to JavaScript hace 4 años
  Andreas Kling 2cff070108 LibWeb: Map all the IDL string types to AK::String for now hace 4 años
  Andreas Kling a9830d9a55 LibWeb: Start exposing CSS style sheets to JavaScript :^) hace 4 años
  Andreas Kling 0d515dea5d LibWeb: Allow specifying a custom C++ implementation for IDL attributes hace 4 años
  Andreas Kling 79bc07e5af LibWeb: Make generated wrapper code cast IDL longs to i32 for now hace 4 años
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY hace 4 años
  Andreas Kling 9194a97cbe LibWeb: Add Document.createRange() hace 4 años
  Linus Groh a4f80ee658 LibWeb: Replace WrapperGenerator's snake_name() with String::to_snakecase() hace 4 años
  Linus Groh a1a625b565 LibWeb: Move ExceptionOr bindings utils into own header hace 4 años
  Linus Groh 3da2b51d74 LibWeb: Generate code for throwing DOMExceptions based on ExceptionOr<T> hace 4 años
  Linus Groh ada71dc71b LibWeb: Add DOM::DOMException class and bindings hace 4 años
  Linus Groh 8c7d1986b8 LibWeb: Actually construct impl and wrapper in construct() :^) hace 4 años
  Linus Groh e3577f871b LibWeb: Parse IDL interface constructors hace 4 años
  Linus Groh ff324fe989 LibWeb: Fix .length of functions generated from IDL hace 4 años
  Andreas Kling a59b1825ce LibWeb: Basic implementation of global event handlers :^) hace 4 años
  Luke 449c6c5604 LibWeb: Add simple implementation of Document.createElementNS hace 4 años
  asynts 8465683dcf Everywhere: Debug macros instead of constexpr. hace 4 años
  Andreas Kling cf836e6bff LibWeb: Make WrapperGenerator consider "unsigned" part of a type hace 4 años
  Andreas Kling 8363b3ae99 LibWeb: Generate JS bindings for XMLHttpRequest from IDL :^) hace 4 años
  Andreas Kling 25056830f0 LibWeb: Add very basic support for IDL constants hace 4 años
  asynts 7d783d8b84 Everywhere: Replace a bundle of dbg with dbgln. hace 4 años
  Andreas Kling 9e45594dc8 LibWeb: Stub out the PerformanceTiming object from Navigation Timing hace 4 años
  Andreas Kling 0639e77898 LibWeb: Make the Window object "inherit" from EventTarget :^) hace 4 años
  Andreas Kling fd83918476 LibWeb: Move IDL attributes and functions to the prototype hace 4 años
  Andreas Kling 630cbc947a LibWeb: Construct the IDL interface prototype chains automatically hace 4 años
  Andreas Kling ee7fa49b88 LibWeb: Actually instantiate all the web constructors/prototypes hace 4 años