Histórico de Commits

Autor SHA1 Mensagem Data
  Andreas Kling 00b44ab148 LibWeb: Implement more of the "after body" insertion mode há 5 anos atrás
  Andreas Kling cba5d59adc LibWeb: Parse comments in the "in body" insertion mode há 5 anos atrás
  Andreas Kling 5f8cbe6a1b LibWeb: Fix HTMLDocumentParser build há 5 anos atrás
  Andreas Kling 308cb69329 LibWeb: Remove a misplaced call to close_a_p_element() in "in body" há 5 anos atrás
  Andreas Kling c84212aaba LibWeb: Add a StackOfOpenElements helper for "popping until a tag name" há 5 anos atrás
  Andreas Kling 5e53c45113 LibWeb: Plumb content encoding into the new HTML parser há 5 anos atrás
  Andreas Kling 772b51038e LibWeb: Parse "input" tags during the "in body" insertion mode há 5 anos atrás
  Andreas Kling 7aa7a2078f LibWeb: Parse "td" start tags during "in cell" insertion mode há 5 anos atrás
  Andreas Kling ebb1649a52 LibWeb: Implement more table support in the new HTML parser há 5 anos atrás
  Andreas Kling 7f18c51f4c LibWeb: Flesh out "reset the insertion mode appropriately" algorithm há 5 anos atrás
  Andreas Kling 2a97127faa LibWeb: Handle various self-closing tags during "in body" insertion há 5 anos atrás
  Andreas Kling f69001339f LibWeb: Handle inline stylesheets a bit better in the new parser há 5 anos atrás
  Andreas Kling 3ce1af27dc LibWeb: Parse documents without DOCTYPE gracefully há 5 anos atrás
  Andreas Kling d25ffd3ed8 LibWeb: Fire a DOMContentLoaded event when the new parser is finished há 5 anos atrás
  Andreas Kling db6cf9b37d LibWeb: Implement the first half of the Adoption Agency Algorithm há 5 anos atrás
  Andreas Kling 4c9c6b3a7b LibWeb: Bring up basic external script execution in the new parser há 5 anos atrás
  Andreas Kling 1b0c39ca60 LibWeb: Handle more benign parse errors in the "in body" insertion mode há 5 anos atrás
  TheDumpap c700a30ce8 LibWeb: Handle additional parser inputs in "initial" and "before html". há 5 anos atrás
  Kevin Meyer b85ab86c84 LibWeb: Fix step within reconstruct the active elements há 5 anos atrás
  Andreas Kling 1e30ef239b LibWeb: Start fleshing out the "in table" parser insertion mode há 5 anos atrás
  Andreas Kling f62a8d3b19 LibWeb: Handle some more parser inputs in the "in head" insertion mode há 5 anos atrás
  Andreas Kling 50265858ab LibWeb: Add a PARSE_ERROR() macro to the new HTML parser há 5 anos atrás
  Andreas Kling 1df2a3d8ce LibWeb: Use String::is_one_of() a bunch in the HTML parser há 5 anos atrás
  Andreas Kling 4cbe202d2c LibWeb: Finally parse enough that we can actually handle welcome.html! há 5 anos atrás
  Andreas Kling 65d8d5e83e LibWeb: Yet more work towards parsing www/welcome.html :^) há 5 anos atrás
  Andreas Kling 45da08a1e6 LibWeb: A whole bunch of work towards spec-compliant <script> elements há 5 anos atrás
  Andreas Kling 5d332c1f11 LibWeb: Parse enough to handle a <style> inside a <head> :^) há 5 anos atrás
  Andreas Kling af8a9331b2 LibWeb: Support comments in the "in head" insertion mode há 5 anos atrás
  Andreas Kling 20911efd4d LibWeb: More work on the HTML parser and tokenizer há 5 anos atrás
  Andreas Kling 31db3f21ae LibWeb: Start implementing character token parsing há 5 anos atrás