Historique des commits

Auteur SHA1 Message Date
  Andreas Kling 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated il y a 2 ans
  Andreas Kling 7c3db526b0 LibWeb: Make DOM::Event and all its subclasses GC-allocated il y a 2 ans
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) il y a 3 ans
  Andreas Kling 1956c52c68 LibWeb: Remove unused HTML::parse_html_document() il y a 3 ans
  Idan Horowitz 086969277e Everywhere: Run clang-format il y a 3 ans
  Ali Mohammad Pur 5a0123fd2f LibWeb: Load X(HT)ML documents and transform them into HTML DOM il y a 3 ans
  Andreas Kling fda25f9505 LibWeb: Move HTML dimension value parsing from CSS to HTML namespace il y a 3 ans
  Idan Horowitz 5626e1b324 LibWeb: Rename PARSER_DEBUG => HTML_PARSER_DEBUG il y a 3 ans
  Timothy Flynn 5608bc4eaf LibWeb: Remove inheritance of FormAssociatedElement from HTMLElement il y a 3 ans
  Simon Wanner 1d95745901 LibWeb: Implement the rest of the Adoption Agency Algorithm il y a 3 ans
  Andreas Kling cbd343dced LibWeb: Only delay "load" event for script elements that load something il y a 3 ans
  Andreas Kling 2c9dfadb21 LibWeb: Don't delay document "load" event for unclosed script tags il y a 3 ans
  Idan Horowitz c575710e5e LibWeb: Use inline script tag source line as javascript line offset il y a 3 ans
  Linus Groh 1422bd45eb LibWeb: Move Window from DOM directory & namespace to HTML il y a 3 ans
  Luke Wilde 46c0d0f7ae LibWeb: Associate form elements with a form in parsing and dynamically il y a 3 ans
  Andreas Kling 8b2499b112 LibWeb: Make document.write() work while document is parsing il y a 3 ans
  Lorenz Steinert db789813c9 LibWeb: Add basic support for dynamic markup insertion il y a 3 ans
  Luke Wilde 9845164f6a LibWeb: Handle markers when reconstructing active formatting elements il y a 3 ans
  Linus Groh 06948df393 LibWeb: Fail gracefully when reaching the unimplemented part of the AAA il y a 3 ans
  Linus Groh 3f7086f91a LibWeb: Add an optional pointer to an HTMLParser to the HTMLTokenizer il y a 3 ans
  Andreas Kling 5cdbea4ae0 LibWeb: Rename element_before() => element_immediately_above() il y a 3 ans
  Andreas Kling 6fe333607d LibWeb: Add spec comments to find_appropriate_place_for_inserting_node() il y a 3 ans
  Luke Wilde f71f404e0c LibWeb: Introduce the Environment Settings Object il y a 3 ans
  Sam Atkins 7196570f9b LibWeb: Cast unused smart-pointer return values to void il y a 3 ans
  Andreas Kling 8b1108e485 Everywhere: Pass AK::StringView by value il y a 3 ans
  Timothy Flynn e01dfaac9a LibWeb: Implement Attribute closer to the spec and with an IDL file il y a 3 ans
  Brian Gianforcaro 7defb893a9 LibWeb: Remove dead "outer loop" code in adoption agency algorithm il y a 3 ans
  Luke Wilde c0a64f7317 LibWeb: Check for HTML integration points in the tree constructor il y a 3 ans
  Andreas Kling 831fdcaabc LibWeb: Add the PageTransitionEvent interface and fire "pageshow" events il y a 3 ans
  Andreas Kling 508edcd217 LibWeb: Add a "page showing" flag to documents il y a 3 ans