Histórico de Commits

Autor SHA1 Mensagem Data
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) há 3 anos atrás
  stelar7 e547f5887e LibWeb: Fix Array OOBs in the HTMLTokenizer há 3 anos atrás
  Andreas Kling 1061c863f8 LibWeb: Fix issue where double-quoted doctype system ID was not captured há 3 anos atrás
  Lorenz Steinert db789813c9 LibWeb: Add basic support for dynamic markup insertion há 3 anos atrás
  Adam Hodgen b6eaefa87d LibWeb: Fix 'Comment end state' in HTML Tokenizer há 3 anos atrás
  Adam Hodgen d73bb2633c LibWeb: Implement tokenization newline preprocessing há 3 anos atrás
  Adam Hodgen c6fcdd0f93 LibWeb: Fix off by one error in HTML Tokenizer há 3 anos atrás
  Andreas Kling 25504f6a1b LibWeb: Use Vector::clear_with_capacity() in HTMLTokenizer há 3 anos atrás
  Linus Groh 892f6394b8 LibWeb: Implement state switch for "[CDATA[" in HTML parser há 3 anos atrás
  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