ladybird/Userland/Libraries/LibWeb/HTML/Parser
Andreas Kling a0ed12e839
Some checks are pending
CI / Lagom (false, FUZZ, ubuntu-22.04, Linux, Clang) (push) Waiting to run
CI / Lagom (false, NO_FUZZ, macos-14, macOS, Clang) (push) Waiting to run
CI / Lagom (false, NO_FUZZ, ubuntu-22.04, Linux, GNU) (push) Waiting to run
CI / Lagom (true, NO_FUZZ, ubuntu-22.04, Linux, Clang) (push) Waiting to run
Package the js repl as a binary artifact / build-and-package (macos-14, macOS, macOS-universal2) (push) Waiting to run
Package the js repl as a binary artifact / build-and-package (ubuntu-22.04, Linux, Linux-x86_64) (push) Waiting to run
Run test262 and test-wasm / run_and_update_results (push) Waiting to run
Lint Code / lint (push) Waiting to run
Push notes / build (push) Waiting to run
LibWeb: Always flush character insertions before exiting HTML parser
This fixes an issue where document.write() with only text input would
leave all the character data as unflushed text in the parser.

This fixes many of the WPT tests for document.write().
2024-09-21 10:05:48 +02:00
..
Entities.cpp Everywhere: Use nested namespace qualifiers 2023-07-12 10:05:42 +03:30
Entities.h Everywhere: Use nested namespace qualifiers 2023-07-12 10:05:42 +03:30
HTMLEncodingDetection.cpp LibWeb: Fix utf16-be check in HTMLEncodingDetection 2024-01-08 23:35:09 +01:00
HTMLEncodingDetection.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
HTMLParser.cpp LibWeb: Always flush character insertions before exiting HTML parser 2024-09-21 10:05:48 +02:00
HTMLParser.h LibWeb: Rename StyleValue -> CSSStyleValue 2024-08-15 13:58:38 +01:00
HTMLToken.cpp LibWeb: Port HTMLToken::to_deprecated_string to new AK String 2023-11-06 11:37:08 +01:00
HTMLToken.h AK+Userland: Remove NOESCAPE 2024-05-22 21:55:34 -06:00
HTMLToken.swift LibWeb: Implement the Data state for the Swift tokenizer 2024-08-29 06:31:25 +02:00
HTMLTokenizer.cpp Everywhere: Run clang-format 2024-04-24 16:50:01 -04:00
HTMLTokenizer.h LibWeb: Stop parsing after document.write at the insertion point 2024-02-20 17:04:36 +01:00
HTMLTokenizer.swift LibWeb: Implement the Data state for the Swift tokenizer 2024-08-29 06:31:25 +02:00
HTMLTokenizerHelpers.cpp LibWeb: Add an HTML tokenizer re-implementation in swift 2024-08-24 19:14:09 -06:00
HTMLTokenizerHelpers.h LibWeb: Add an HTML tokenizer re-implementation in swift 2024-08-24 19:14:09 -06:00
ListOfActiveFormattingElements.cpp LibWeb: Port Element::local_name and TagNames from Deprecated String 2023-10-03 14:47:53 +01:00
ListOfActiveFormattingElements.h LibWeb: Port Element::local_name and TagNames from Deprecated String 2023-10-03 14:47:53 +01:00
StackOfOpenElements.cpp LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration 2024-04-16 07:40:01 +02:00
StackOfOpenElements.h LibWeb: Port Element::local_name and TagNames from Deprecated String 2023-10-03 14:47:53 +01:00