Historique des commits

Auteur SHA1 Message Date
  Andreas Kling f67648f872 LibWeb: Rename HTMLDocumentParser => HTMLParser il y a 3 ans
  ovf 898b8ffcb6 LibWeb: Avoid assertion failure on parsing numeric character references il y a 3 ans
  ovf 13c7d55320 LibWeb: Fix parsing of character references in attribute values il y a 4 ans
  Max Wipfli ccae0cae45 LibWeb: Rename HTMLToken::doctype_data() => ensure_doctype_data() il y a 4 ans
  Max Wipfli 25cba4387b LibWeb: Add HTMLToken(Type) constructor and use it il y a 4 ans
  Max Wipfli f2e3c770f9 LibWeb: Use setter for HTMLToken::m_{start,end}_position il y a 4 ans
  Max Wipfli 8b31e41692 LibWeb: Change HTMLToken::m_doctype into named DoctypeData struct il y a 4 ans
  Max Wipfli 918bde98b1 LibWeb: Hide implementation details of HTMLToken attribute list il y a 4 ans
  Max Wipfli 15d8635afc LibWeb: User getter+setter for HTMLToken tag name and self-closing flag il y a 4 ans
  Max Wipfli 1aeafcc58b LibWeb: Use getter and setter for Character type HTMLTokens il y a 4 ans
  Max Wipfli e8e9426b4f LibWeb: User getter and setter for Comment type HTMLTokens il y a 4 ans
  Max Wipfli f886aa15b8 LibWeb: Rename HTMLToken::AttributeBuilder struct to Attribute il y a 4 ans
  Max Wipfli e22a34badb LibWeb: Fix assertion failures in HTMLTokenizer il y a 4 ans
  Max Wipfli 2404ad6897 LibWeb: Fix assertion failure when tokenizing JS regex literals il y a 4 ans
  Max Wipfli bb2aed7d76 LibWeb: Correct behavior of Comment* states in HTMLTokenizer il y a 4 ans
  Max Wipfli af0b483123 LibWeb: VERIFY an empty builder when emitting tokens in HTMLTokenizer il y a 4 ans
  Max Wipfli 125982943a LibWeb: Change HTMLTokenizer.{cpp,h} to east const style il y a 4 ans
  Gunnar Beutner 300823c314 LibWeb: Use move() when enqueuing tokens in HTMLTokenizer il y a 4 ans
  Gunnar Beutner c3ad8e9a52 LibWeb: Remove StringBuilder from HTMLToken::m_comment_or_character il y a 4 ans
  Gunnar Beutner 3aa202c432 LibWeb: Remove StringBuilder from HTMLToken::m_tag il y a 4 ans
  Gunnar Beutner 901d71148b LibWeb: Remove StringBuilders from HTMLToken::AttributeBuilder il y a 4 ans
  Gunnar Beutner 992964aa7d LibWeb: Remove StringBuilders from HTMLToken::m_doctype il y a 4 ans
  Gunnar Beutner d9e52997e2 LibWeb: Use an Optional<String> to track the last HTML start tag il y a 4 ans
  Andreas Kling dc65f54c06 AK: Rename Vector::append(Vector) => Vector::extend(Vector) il y a 4 ans
  Max Wipfli 282a623853 LibWeb: Change a few source end positions in HTMLTokenizer il y a 4 ans
  Max Wipfli 932161e581 LibWeb: Be more forgiving when adding source positions in HTMLTokenizer il y a 4 ans
  Max Wipfli bc8d16ad28 Everywhere: Replace ctype.h to avoid narrowing conversions il y a 4 ans
  Andreas Kling 407d6cd9e4 AK: Rename Utf8CodepointIterator => Utf8CodePointIterator il y a 4 ans
  Ali Mohammad Pur 1822d6b8ac LibWeb: Fix invalid behaviour of HTMLTokenizer::skip() and restore_to() il y a 4 ans
  Ali Mohammad Pur 97a230e4ef LibWeb: Add a super basic HTML syntax highlighter il y a 4 ans