Commit History

Author SHA1 Message Date
  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
  Andreas Kling 50265858ab LibWeb: Add a PARSE_ERROR() macro to the new HTML parser 5 years ago
  Andreas Kling 1df2a3d8ce LibWeb: Use String::is_one_of() a bunch in the HTML parser 5 years ago
  Andreas Kling 4cbe202d2c LibWeb: Finally parse enough that we can actually handle welcome.html! 5 years ago
  Andreas Kling 65d8d5e83e LibWeb: Yet more work towards parsing www/welcome.html :^) 5 years ago
  Andreas Kling 45da08a1e6 LibWeb: A whole bunch of work towards spec-compliant <script> elements 5 years ago
  Andreas Kling 5d332c1f11 LibWeb: Parse enough to handle a <style> inside a <head> :^) 5 years ago
  Andreas Kling af8a9331b2 LibWeb: Support comments in the "in head" insertion mode 5 years ago
  Andreas Kling 20911efd4d LibWeb: More work on the HTML parser and tokenizer 5 years ago
  Andreas Kling 31db3f21ae LibWeb: Start implementing character token parsing 5 years ago
  Andreas Kling 53d2f4df70 LibWeb: Factor out the "stack of open elements" into its own class 5 years ago
  Daniel Gustafsson 6561987e9f LibWeb: Fix copy-paste error in HTMLDocumentParser (#2358) 5 years ago
  Andreas Kling e44c87cfff LibWeb: Implement enough HTML parsing to handle a small simple DOM :^) 5 years ago
  Andreas Kling fd1b31d0ff LibWeb: Start building the tree building part of the new HTML parser 5 years ago