Histórico de Commits

Autor SHA1 Mensagem Data
  Linus Groh f61fb08492 LibWeb: Add spec links to each HTML tokenizer state section há 3 anos atrás
  Karol Kosek c157c2148f LibWeb: Don't emit current token on EOF in HTML Tokenizer há 3 anos atrás
  Karol Kosek fb5e2670d6 LibWeb: Fix highlighting HTML comments há 3 anos atrás
  MacDue b193351a99 LibWeb: Fix off-by-one in HTMLTokenizer::restore_to() há 3 anos atrás
  Sam Atkins 197759e30f LibWeb: Fix off-by-one error when highlighting unquoted HTML attributes há 3 anos atrás
  Andreas Kling 8b1108e485 Everywhere: Pass AK::StringView by value há 3 anos atrás
  Andreas Kling f67648f872 LibWeb: Rename HTMLDocumentParser => HTMLParser há 3 anos atrás
  ovf 898b8ffcb6 LibWeb: Avoid assertion failure on parsing numeric character references há 3 anos atrás
  ovf 13c7d55320 LibWeb: Fix parsing of character references in attribute values há 4 anos atrás
  Max Wipfli ccae0cae45 LibWeb: Rename HTMLToken::doctype_data() => ensure_doctype_data() há 4 anos atrás
  Max Wipfli 25cba4387b LibWeb: Add HTMLToken(Type) constructor and use it há 4 anos atrás
  Max Wipfli f2e3c770f9 LibWeb: Use setter for HTMLToken::m_{start,end}_position há 4 anos atrás
  Max Wipfli 8b31e41692 LibWeb: Change HTMLToken::m_doctype into named DoctypeData struct há 4 anos atrás
  Max Wipfli 918bde98b1 LibWeb: Hide implementation details of HTMLToken attribute list há 4 anos atrás
  Max Wipfli 15d8635afc LibWeb: User getter+setter for HTMLToken tag name and self-closing flag há 4 anos atrás
  Max Wipfli 1aeafcc58b LibWeb: Use getter and setter for Character type HTMLTokens há 4 anos atrás
  Max Wipfli e8e9426b4f LibWeb: User getter and setter for Comment type HTMLTokens há 4 anos atrás
  Max Wipfli f886aa15b8 LibWeb: Rename HTMLToken::AttributeBuilder struct to Attribute há 4 anos atrás
  Max Wipfli e22a34badb LibWeb: Fix assertion failures in HTMLTokenizer há 4 anos atrás
  Max Wipfli 2404ad6897 LibWeb: Fix assertion failure when tokenizing JS regex literals há 4 anos atrás
  Max Wipfli bb2aed7d76 LibWeb: Correct behavior of Comment* states in HTMLTokenizer há 4 anos atrás
  Max Wipfli af0b483123 LibWeb: VERIFY an empty builder when emitting tokens in HTMLTokenizer há 4 anos atrás
  Max Wipfli 125982943a LibWeb: Change HTMLTokenizer.{cpp,h} to east const style há 4 anos atrás
  Gunnar Beutner 300823c314 LibWeb: Use move() when enqueuing tokens in HTMLTokenizer há 4 anos atrás
  Gunnar Beutner c3ad8e9a52 LibWeb: Remove StringBuilder from HTMLToken::m_comment_or_character há 4 anos atrás
  Gunnar Beutner 3aa202c432 LibWeb: Remove StringBuilder from HTMLToken::m_tag há 4 anos atrás
  Gunnar Beutner 901d71148b LibWeb: Remove StringBuilders from HTMLToken::AttributeBuilder há 4 anos atrás
  Gunnar Beutner 992964aa7d LibWeb: Remove StringBuilders from HTMLToken::m_doctype há 4 anos atrás
  Gunnar Beutner d9e52997e2 LibWeb: Use an Optional<String> to track the last HTML start tag há 4 anos atrás
  Andreas Kling dc65f54c06 AK: Rename Vector::append(Vector) => Vector::extend(Vector) há 4 anos atrás