Commit History

Author SHA1 Message Date
  Andreas Kling 9194a97cbe LibWeb: Add Document.createRange() 4 years ago
  Linus Groh a4f80ee658 LibWeb: Replace WrapperGenerator's snake_name() with String::to_snakecase() 4 years ago
  Linus Groh a1a625b565 LibWeb: Move ExceptionOr bindings utils into own header 4 years ago
  Linus Groh 3da2b51d74 LibWeb: Generate code for throwing DOMExceptions based on ExceptionOr<T> 4 years ago
  Linus Groh ada71dc71b LibWeb: Add DOM::DOMException class and bindings 4 years ago
  Linus Groh 8c7d1986b8 LibWeb: Actually construct impl and wrapper in construct() :^) 4 years ago
  Linus Groh e3577f871b LibWeb: Parse IDL interface constructors 4 years ago
  Linus Groh ff324fe989 LibWeb: Fix .length of functions generated from IDL 4 years ago
  Andreas Kling a59b1825ce LibWeb: Basic implementation of global event handlers :^) 4 years ago
  Luke 449c6c5604 LibWeb: Add simple implementation of Document.createElementNS 4 years ago
  asynts 8465683dcf Everywhere: Debug macros instead of constexpr. 4 years ago
  Andreas Kling cf836e6bff LibWeb: Make WrapperGenerator consider "unsigned" part of a type 4 years ago
  Andreas Kling 8363b3ae99 LibWeb: Generate JS bindings for XMLHttpRequest from IDL :^) 4 years ago
  Andreas Kling 25056830f0 LibWeb: Add very basic support for IDL constants 4 years ago
  asynts 7d783d8b84 Everywhere: Replace a bundle of dbg with dbgln. 4 years ago
  Andreas Kling 9e45594dc8 LibWeb: Stub out the PerformanceTiming object from Navigation Timing 4 years ago
  Andreas Kling 0639e77898 LibWeb: Make the Window object "inherit" from EventTarget :^) 4 years ago
  Andreas Kling fd83918476 LibWeb: Move IDL attributes and functions to the prototype 4 years ago
  Andreas Kling 630cbc947a LibWeb: Construct the IDL interface prototype chains automatically 4 years ago
  Andreas Kling ee7fa49b88 LibWeb: Actually instantiate all the web constructors/prototypes 4 years ago
  Andreas Kling 252a98042d LibWeb: Generate constructor and prototype classes for IDL interfaces 4 years ago
  Andreas Kling 13d7c09125 Libraries: Move to Userland/Libraries/ 4 years ago