Commit History

Author SHA1 Message Date
  Andreas Kling 71556e39a4 LibWeb: Switch to using AK::is and AK::downcast 5 years ago
  Andreas Kling a565121793 LibWeb: Move HTML object model stuff into LibWeb/HTML/ 5 years ago
  Luke 08221139a5 test-web: Add ability to change page mid-test 5 years ago
  Andreas Kling 3cb50a4714 LibWeb: Rename Element::tag_name() => local_name() 5 years ago
  Andreas Kling 6e02ef19d1 LibWeb: Add a helper for creating a fake (start tag) HTML token 5 years ago
  Luke 201cc1bfcc LibWeb: Assert we're parsing a fragment on fragment cases 5 years ago
  Luke 19d6884529 LibWeb: Implement quirks mode detection 5 years ago
  Nico Weber e9d18e35d6 LibWeb: Move "Stop parsing!" behind PARSER_DEBUG 5 years ago
  theazgra 6a401a9bde LibWeb: Remove duplicate if branch in fragment parsing. 5 years ago
  Andreas Kling 92d831c25b LibWeb: Implement fragment parsing and use it for Element.innerHTML 5 years ago
  Andreas Kling 3a5af6ef61 LibWeb: Remove hacky old ways of running <script> element contents 5 years ago
  Andreas Kling 07d976716f LibWeb: Remove most uses of the old HTML parser 5 years ago
  Andreas Kling dd7cd92de4 LibWeb: Fix two typo bugs in table parsing 5 years ago
  Andreas Kling 15b5dfc794 LibWeb: A </table> inside <tbody> is not a parse error 5 years ago
  Andreas Kling 966bc05fef LibWeb: Implement more of the foster parenting algorithm in the parser 5 years ago
  stelar7 5eb39a5f61 LibWeb: Update parser with more insertion modes :^) 5 years ago
  Andreas Kling 49cd03be95 LibWeb: Fix broken parsing of </form> during "in body" insertion 5 years ago
  Andreas Kling 2f26d4c6a1 LibWeb: Fix broken parsing of </select> during "in select" insertion 5 years ago
  Andreas Kling 17d26b92f8 LibWeb: Just ignore <script> elements that failed to load the script 5 years ago
  Luke a01478c858 LibWeb: Fully implement HTML parser "in table" insertion mode 5 years ago
  Luke 6532c1e2fa LibWeb: Implement HTML parser "in column group" insertion mode 5 years ago
  Luke 2241b09cd0 LibWeb: Implement HTML parser "in caption" insertion mode 5 years ago
  Luke 821312729a LibWeb: Fully implement all DOCTYPE tokenizer states 5 years ago
  Andreas Kling 9b17bf3dcd LibWeb: Use HTML::TagNames globals in the new HTML parser 5 years ago
  Andreas Kling be6abce44f LibWeb: Handle EOF tokens during "text" insertion 5 years ago
  Andreas Kling 3337365000 LibWeb: Parse param/source/track start tags during "in body" insertion 5 years ago
  Andreas Kling b4591f0037 LibWeb: Fix parsing of "<textarea></textarea>" 5 years ago
  Kyle McLean b9549078cc LibWeb: Handle "html" end tag during "in body" 5 years ago
  Kyle McLean a3bf3a5d68 LibWeb: Handle "xmp" start tag during "in body" 5 years ago
  Kyle McLean c70bd0ba58 LibWeb: Handle "nobr" start tag during "in body" 5 years ago