Age | Commit message (Expand) | Author |
---|---|---|
2022-03-10 | Tests: Port TestHTMLTokenizer to Core::Stream | Sam Atkins |
2022-02-21 | LibWeb: Fix 'Comment end state' in HTML Tokenizer | Adam Hodgen |
2022-02-14 | LibWeb: Fix highlighting HTML comments | Karol Kosek |
2022-02-13 | LibWeb: Update TestHTMLTokenizer's expected token hash | Timothy Flynn |
2021-11-11 | Everywhere: Pass AK::StringView by value | Andreas Kling |
2021-07-28 | LibWeb: Avoid assertion failure on parsing numeric character references | ovf |
2021-07-27 | LibWeb: Fix parsing of character references in attribute values | ovf |
2021-07-17 | Tests: Use pointers in TestHTMLTokenizer to avoid copying HTMLTokens | Max Wipfli |
2021-07-17 | LibWeb: Hide implementation details of HTMLToken attribute list | Max Wipfli |
2021-07-15 | LibWeb: Fix assertion failure when tokenizing JS regex literals | Max Wipfli |
2021-07-15 | Tests: Add comments to the HTMLTokenizer regression test file | Max Wipfli |
2021-07-14 | Tests: Add a basic test suite for HTMLTokenizer | Max Wipfli |