Commit Verlauf

Autor SHA1 Nachricht Datum
  Linus Groh 6ae79a84df LibJS: Convert Object::construct() to NonnullGCPtr vor 2 Jahren
  Linus Groh 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr vor 2 Jahren
  Andreas Kling 4abdb68655 LibJS: Remove Object(Object& prototype) footgun vor 2 Jahren
  Linus Groh a4d85cd522 LibJS: Convert Promise::create() to NonnullGCPtr vor 2 Jahren
  Linus Groh ddc6e139a6 LibJS: Convert Object::create() to NonnullGCPtr vor 2 Jahren
  Linus Groh 91b0123eaf LibJS: Convert Array::create{,_from}() to NonnullGCPtr vor 2 Jahren
  Daniel Bertalan 8d1ad592a1 BindingsGenerator: Write generated code to disk instead of stdout vor 2 Jahren
  Luke Wilde 565dc0f296 LibWeb: Add namespace qualifier to type names equal to a C++ namespace vor 2 Jahren
  Linus Groh 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() vor 2 Jahren
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable vor 2 Jahren
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString vor 2 Jahren
  Luke Wilde 715e56a74c LibWeb: Add @@toStringTag to platform object prototypes vor 2 Jahren
  Andreas Kling 71067cbc6c LibJS+LibWeb: Make Runtime/AbstractOperations.h not include AST.h vor 2 Jahren
  Linus Groh acfb546048 LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`s vor 2 Jahren
  Linus Groh 3b2e5b08d9 LibWeb: Remove dbgln FIXME spam from BindingsGenerator vor 2 Jahren
  Kenneth Myhra ebd93c8d57 LibWeb: Revert support for DOM::Document in XHR::send() vor 2 Jahren
  Andreas Kling 940b455ed0 LibWeb: Teach IDL generator to go from WindowProxy to EventTarget vor 2 Jahren
  Kenneth Myhra 7831e62955 LibWeb: Add support for DOM::Document to XHR::send() vor 2 Jahren
  Sam Atkins 0823a3c422 BindingsGenerator+LibWeb: Pass a VM to static IDL-based functions vor 2 Jahren
  Andrew Kaster 636602a54e LibWeb: Implement <input type=file> behavior vor 2 Jahren
  Andreas Kling 3ca44e2258 BindingsGenerator: Allow the word "inline" in IDL identifiers vor 2 Jahren
  Andrew Kaster 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window vor 2 Jahren
  Andrew Kaster 8407bf60c5 LibWeb: Introduce new construct_impl method for bound classes vor 2 Jahren
  Linus Groh 9fb672e981 LibWeb: Implement '5.4. Request class' from the Fetch API :^) vor 2 Jahren
  Linus Groh b9d626d6b2 LibWeb: Don't always assign values to nullable IDL dictionary members vor 2 Jahren
  Linus Groh d38f1fb5b2 LibWeb: Fix bindings codegen for IDL enums with only one member vor 2 Jahren
  Linus Groh bbaa05fcf9 LibWeb: Move DOMException from DOM/ to WebIDL/ vor 2 Jahren
  Linus Groh 2b2ccb3815 LibWeb: Replace 'heycam.github.io' links with 'webidl.spec.whatwg.org' vor 2 Jahren
  Linus Groh 86f68eb3c3 LibWeb: Move IDLOverloadResolution from Bindings/ to WebIDL/ vor 2 Jahren
  Linus Groh 4f73851afc LibWeb: Move CallbackType from Bindings/ to WebIDL/ vor 2 Jahren