Historial de Commits

Autor SHA1 Mensaje Fecha
  Simon Wanner 1d95745901 LibWeb: Implement the rest of the Adoption Agency Algorithm hace 3 años
  Andreas Kling cbd343dced LibWeb: Only delay "load" event for script elements that load something hace 3 años
  Andreas Kling 2c9dfadb21 LibWeb: Don't delay document "load" event for unclosed script tags hace 3 años
  Idan Horowitz c575710e5e LibWeb: Use inline script tag source line as javascript line offset hace 3 años
  Linus Groh 1422bd45eb LibWeb: Move Window from DOM directory & namespace to HTML hace 3 años
  Luke Wilde 46c0d0f7ae LibWeb: Associate form elements with a form in parsing and dynamically hace 3 años
  Andreas Kling 8b2499b112 LibWeb: Make document.write() work while document is parsing hace 3 años
  Lorenz Steinert db789813c9 LibWeb: Add basic support for dynamic markup insertion hace 3 años
  Luke Wilde 9845164f6a LibWeb: Handle markers when reconstructing active formatting elements hace 3 años
  Linus Groh 06948df393 LibWeb: Fail gracefully when reaching the unimplemented part of the AAA hace 3 años
  Linus Groh 3f7086f91a LibWeb: Add an optional pointer to an HTMLParser to the HTMLTokenizer hace 3 años
  Andreas Kling 5cdbea4ae0 LibWeb: Rename element_before() => element_immediately_above() hace 3 años
  Andreas Kling 6fe333607d LibWeb: Add spec comments to find_appropriate_place_for_inserting_node() hace 3 años
  Luke Wilde f71f404e0c LibWeb: Introduce the Environment Settings Object hace 3 años
  Sam Atkins 7196570f9b LibWeb: Cast unused smart-pointer return values to void hace 3 años
  Andreas Kling 8b1108e485 Everywhere: Pass AK::StringView by value hace 3 años
  Timothy Flynn e01dfaac9a LibWeb: Implement Attribute closer to the spec and with an IDL file hace 3 años
  Brian Gianforcaro 7defb893a9 LibWeb: Remove dead "outer loop" code in adoption agency algorithm hace 3 años
  Luke Wilde c0a64f7317 LibWeb: Check for HTML integration points in the tree constructor hace 3 años
  Andreas Kling 831fdcaabc LibWeb: Add the PageTransitionEvent interface and fire "pageshow" events hace 3 años
  Andreas Kling 508edcd217 LibWeb: Add a "page showing" flag to documents hace 3 años
  Andreas Kling a2f77a2e39 LibWeb: Implement "update the current document readiness" from spec hace 3 años
  Andreas Kling 8496024756 LibWeb: Store HTML document ready state as an enum hace 3 años
  Andreas Kling dbba0a520f LibWeb: Allow HTML parser to delay delivery of the document "load" event hace 3 años
  Andreas Kling e7af6af626 LibWeb: Implement more of HTMLParser::the_end() and bring closer to spec hace 3 años
  Andreas Kling e452550fda LibWeb: Split out "The end" from the HTML parsing spec to a function hace 3 años
  Andreas Kling f67648f872 LibWeb: Rename HTMLDocumentParser => HTMLParser hace 3 años