Historie revizí

Autor SHA1 Zpráva Datum
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) před 3 roky
  stelar7 e547f5887e LibWeb: Fix Array OOBs in the HTMLTokenizer před 3 roky
  Andreas Kling 1061c863f8 LibWeb: Fix issue where double-quoted doctype system ID was not captured před 3 roky
  Lorenz Steinert db789813c9 LibWeb: Add basic support for dynamic markup insertion před 3 roky
  Adam Hodgen b6eaefa87d LibWeb: Fix 'Comment end state' in HTML Tokenizer před 3 roky
  Adam Hodgen d73bb2633c LibWeb: Implement tokenization newline preprocessing před 3 roky
  Adam Hodgen c6fcdd0f93 LibWeb: Fix off by one error in HTML Tokenizer před 3 roky
  Andreas Kling 25504f6a1b LibWeb: Use Vector::clear_with_capacity() in HTMLTokenizer před 3 roky
  Linus Groh 892f6394b8 LibWeb: Implement state switch for "[CDATA[" in HTML parser před 3 roky
  Linus Groh f61fb08492 LibWeb: Add spec links to each HTML tokenizer state section před 3 roky
  Karol Kosek c157c2148f LibWeb: Don't emit current token on EOF in HTML Tokenizer před 3 roky
  Karol Kosek fb5e2670d6 LibWeb: Fix highlighting HTML comments před 3 roky
  MacDue b193351a99 LibWeb: Fix off-by-one in HTMLTokenizer::restore_to() před 3 roky
  Sam Atkins 197759e30f LibWeb: Fix off-by-one error when highlighting unquoted HTML attributes před 3 roky
  Andreas Kling 8b1108e485 Everywhere: Pass AK::StringView by value před 3 roky
  Andreas Kling f67648f872 LibWeb: Rename HTMLDocumentParser => HTMLParser před 3 roky
  ovf 898b8ffcb6 LibWeb: Avoid assertion failure on parsing numeric character references před 3 roky
  ovf 13c7d55320 LibWeb: Fix parsing of character references in attribute values před 4 roky
  Max Wipfli ccae0cae45 LibWeb: Rename HTMLToken::doctype_data() => ensure_doctype_data() před 4 roky
  Max Wipfli 25cba4387b LibWeb: Add HTMLToken(Type) constructor and use it před 4 roky
  Max Wipfli f2e3c770f9 LibWeb: Use setter for HTMLToken::m_{start,end}_position před 4 roky
  Max Wipfli 8b31e41692 LibWeb: Change HTMLToken::m_doctype into named DoctypeData struct před 4 roky
  Max Wipfli 918bde98b1 LibWeb: Hide implementation details of HTMLToken attribute list před 4 roky
  Max Wipfli 15d8635afc LibWeb: User getter+setter for HTMLToken tag name and self-closing flag před 4 roky
  Max Wipfli 1aeafcc58b LibWeb: Use getter and setter for Character type HTMLTokens před 4 roky
  Max Wipfli e8e9426b4f LibWeb: User getter and setter for Comment type HTMLTokens před 4 roky
  Max Wipfli f886aa15b8 LibWeb: Rename HTMLToken::AttributeBuilder struct to Attribute před 4 roky
  Max Wipfli e22a34badb LibWeb: Fix assertion failures in HTMLTokenizer před 4 roky
  Max Wipfli 2404ad6897 LibWeb: Fix assertion failure when tokenizing JS regex literals před 4 roky
  Max Wipfli bb2aed7d76 LibWeb: Correct behavior of Comment* states in HTMLTokenizer před 4 roky