Commit History

Author SHA1 Message Date
  Andreas Kling e82226f3fb LibWeb: Handle two kinds of deferred script executions 5 years ago
  Andreas Kling fbd52047bb LibWeb: Parse "form" tags during the "in body" insertion mode 5 years ago
  Andreas Kling b9d5d45eff LibWeb: Handle an error condition for "a" start tag during "in body" 5 years ago
  Andreas Kling 1ef5d609d9 AK+LibC: Add TODO() as an alternative to ASSERT_NOT_REACHED() 5 years ago
  Andreas Kling cfbd95f42a LibWeb: Turn a bunch of ASSERT_NOT_REACHED() in the parser into TODO() 5 years ago
  Andreas Kling 6854f726ce LibWeb: Improve support for "a" and "li" during "in body" insertion 5 years ago
  Andreas Kling 30d64fccde LibWeb: Parse "li" start tags in the "in body" insertion mode 5 years ago
  Andreas Kling 2b1517f215 LibWeb: Add all branches from the parsing spec to "in body" 5 years ago
  Andreas Kling 68b1bdc234 LibWeb: Add a way to stop the new HTML parser 5 years ago
  Andreas Kling 00b44ab148 LibWeb: Implement more of the "after body" insertion mode 5 years ago
  Andreas Kling cba5d59adc LibWeb: Parse comments in the "in body" insertion mode 5 years ago
  Andreas Kling 5f8cbe6a1b LibWeb: Fix HTMLDocumentParser build 5 years ago
  Andreas Kling 308cb69329 LibWeb: Remove a misplaced call to close_a_p_element() in "in body" 5 years ago
  Andreas Kling c84212aaba LibWeb: Add a StackOfOpenElements helper for "popping until a tag name" 5 years ago
  Andreas Kling 5e53c45113 LibWeb: Plumb content encoding into the new HTML parser 5 years ago
  Andreas Kling 772b51038e LibWeb: Parse "input" tags during the "in body" insertion mode 5 years ago
  Andreas Kling 7aa7a2078f LibWeb: Parse "td" start tags during "in cell" insertion mode 5 years ago
  Andreas Kling ebb1649a52 LibWeb: Implement more table support in the new HTML parser 5 years ago
  Andreas Kling 7f18c51f4c LibWeb: Flesh out "reset the insertion mode appropriately" algorithm 5 years ago
  Andreas Kling 2a97127faa LibWeb: Handle various self-closing tags during "in body" insertion 5 years ago
  Andreas Kling f69001339f LibWeb: Handle inline stylesheets a bit better in the new parser 5 years ago
  Andreas Kling 3ce1af27dc LibWeb: Parse documents without DOCTYPE gracefully 5 years ago
  Andreas Kling d25ffd3ed8 LibWeb: Fire a DOMContentLoaded event when the new parser is finished 5 years ago
  Andreas Kling db6cf9b37d LibWeb: Implement the first half of the Adoption Agency Algorithm 5 years ago
  Andreas Kling 4c9c6b3a7b LibWeb: Bring up basic external script execution in the new parser 5 years ago
  Andreas Kling 1b0c39ca60 LibWeb: Handle more benign parse errors in the "in body" insertion mode 5 years ago
  TheDumpap c700a30ce8 LibWeb: Handle additional parser inputs in "initial" and "before html". 5 years ago
  Kevin Meyer b85ab86c84 LibWeb: Fix step within reconstruct the active elements 5 years ago
  Andreas Kling 1e30ef239b LibWeb: Start fleshing out the "in table" parser insertion mode 5 years ago
  Andreas Kling f62a8d3b19 LibWeb: Handle some more parser inputs in the "in head" insertion mode 5 years ago