Commit Verlauf

Autor SHA1 Nachricht Datum
  Shannon Booth bcb6851c07 LibWeb: Port Text interface from DeprecatedString to String vor 1 Jahr
  Shannon Booth ebdfe2e863 LibWeb: Port DocumentType from DeprecatedString to String vor 1 Jahr
  Shannon Booth 9117bcfd61 LibWeb: Port DOMImplementation from DeprecatedString to String vor 1 Jahr
  Shannon Booth d8ae02ef59 LibWeb: Add spec comments to DOMImplementation vor 1 Jahr
  Andreas Kling 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible vor 1 Jahr
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
  Luke Wilde 034aaf3f51 LibWeb: Introduce CustomElementRegistry and creating custom elements vor 2 Jahren
  Kenneth Myhra ff92324fa5 LibWeb: Make factory method of DOM::ElementFactory fallible vor 2 Jahren
  Kenneth Myhra 0d9076c9f5 LibWeb: Make factory methods of DOM::Document fallible vor 2 Jahren
  Kenneth Myhra b9c5828fe6 LibWeb: Make factory method of DOM::DOMImplementation fallible vor 2 Jahren
  Kenneth Myhra c4d559bd37 LibWeb: Make factory method of DOM::DocumentType fallible vor 2 Jahren
  Timothy Flynn b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate vor 2 Jahren
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors vor 2 Jahren
  Timothy Flynn af75493883 LibWeb: Move passing of Web object prototypes out of constructors vor 2 Jahren
  Linus Groh 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr vor 2 Jahren
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString vor 2 Jahren
  Linus Groh acfb546048 LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`s vor 2 Jahren
  Andrew Kaster 8de7e49a56 LibWeb: Remove unecessary dependence on Window from DOM and WebIDL vor 2 Jahren
  Linus Groh ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ vor 2 Jahren
  Andreas Kling 497ead37bc LibWeb: Make DOMException GC-allocated vor 2 Jahren
  Andreas Kling ffad902c07 LibWeb: Use cached_web_prototype() as much as possible vor 2 Jahren
  Andreas Kling 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated vor 2 Jahren
  Andreas Kling 967a3e5a45 LibWeb: Make DOMImplementation GC-allocated vor 2 Jahren
  Linus Groh 22a627fc1a LibWeb: Move Origin into the HTML namespace vor 3 Jahren
  networkException 6805baeedd LibWeb: Add the type field to DOM::Document vor 3 Jahren
  Idan Horowitz 086969277e Everywhere: Run clang-format vor 3 Jahren
  Linus Groh 91d0088a5b LibWeb: Convert DOMImplementation to use TRY for error propagation vor 3 Jahren
  Andreas Kling 05e9dceba6 LibWeb: Support DOMImplementation.createDocument() doctype parameter vor 3 Jahren
  Andreas Kling 262488ea33 LibWeb: Validate the qualified name in createDocumentType() vor 3 Jahren
  Andreas Kling fe67fe3791 LibWeb: Check for valid names in Document.createElement() & friends vor 3 Jahren