提交歷史

作者 SHA1 備註 提交日期
  Timothy Flynn 5b2bc90b50 LibWeb: Set consistent positions for the start and end of HTML tags 1 年之前
  Andreas Kling 70db40c9b0 LibWeb: Don't include Layout/Node.h from DOM/Element.h 2 年之前
  Sam Atkins 2db168acc1 LibTextCodec+Everywhere: Port Decoders to new Strings 2 年之前
  Sam Atkins f2a9426885 LibTextCodec+Everywhere: Return Optional<Decoder&> from `decoder_for()` 2 年之前
  Linus Groh 6e7459322d AK: Remove StringBuilder::build() in favor of to_deprecated_string() 2 年之前
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 年之前
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年之前
  Andreas Kling c79e8aab0a LibWeb: Make ON_WHITESPACE less heavy in HTML tokenizer 2 年之前
  Andreas Kling ab8432783e LibWeb: Implement aborting the HTML parser 2 年之前
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 年之前
  stelar7 e547f5887e LibWeb: Fix Array OOBs in the HTMLTokenizer 3 年之前
  Andreas Kling 1061c863f8 LibWeb: Fix issue where double-quoted doctype system ID was not captured 3 年之前
  Lorenz Steinert db789813c9 LibWeb: Add basic support for dynamic markup insertion 3 年之前
  Adam Hodgen b6eaefa87d LibWeb: Fix 'Comment end state' in HTML Tokenizer 3 年之前
  Adam Hodgen d73bb2633c LibWeb: Implement tokenization newline preprocessing 3 年之前
  Adam Hodgen c6fcdd0f93 LibWeb: Fix off by one error in HTML Tokenizer 3 年之前
  Andreas Kling 25504f6a1b LibWeb: Use Vector::clear_with_capacity() in HTMLTokenizer 3 年之前
  Linus Groh 892f6394b8 LibWeb: Implement state switch for "[CDATA[" in HTML parser 3 年之前
  Linus Groh f61fb08492 LibWeb: Add spec links to each HTML tokenizer state section 3 年之前
  Karol Kosek c157c2148f LibWeb: Don't emit current token on EOF in HTML Tokenizer 3 年之前
  Karol Kosek fb5e2670d6 LibWeb: Fix highlighting HTML comments 3 年之前
  MacDue b193351a99 LibWeb: Fix off-by-one in HTMLTokenizer::restore_to() 3 年之前
  Sam Atkins 197759e30f LibWeb: Fix off-by-one error when highlighting unquoted HTML attributes 3 年之前
  Andreas Kling 8b1108e485 Everywhere: Pass AK::StringView by value 3 年之前
  Andreas Kling f67648f872 LibWeb: Rename HTMLDocumentParser => HTMLParser 3 年之前
  ovf 898b8ffcb6 LibWeb: Avoid assertion failure on parsing numeric character references 3 年之前
  ovf 13c7d55320 LibWeb: Fix parsing of character references in attribute values 4 年之前
  Max Wipfli ccae0cae45 LibWeb: Rename HTMLToken::doctype_data() => ensure_doctype_data() 4 年之前
  Max Wipfli 25cba4387b LibWeb: Add HTMLToken(Type) constructor and use it 4 年之前
  Max Wipfli f2e3c770f9 LibWeb: Use setter for HTMLToken::m_{start,end}_position 4 年之前