Timothy Flynn
|
5b2bc90b50
LibWeb: Set consistent positions for the start and end of HTML tags
|
1 year ago |
Tim Schumacher
|
ae51c1821c
Everywhere: Remove unintentional partial stream reads and writes
|
2 years ago |
Tim Schumacher
|
d5871f5717
AK: Rename Stream::{read,write} to Stream::{read_some,write_some}
|
2 years ago |
Tim Schumacher
|
874c7bba28
LibCore: Remove `Stream.h`
|
2 years ago |
Tim Schumacher
|
606a3982f3
LibCore: Move Stream-based file into the `Core` namespace
|
2 years ago |
Ben Wiederhake
|
0687a75eaa
LibWeb: Run tests in lagom if ENABLE_LAGOM_LIBWEB is set
|
2 years ago |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 years ago |
Sam Atkins
|
82605e2dff
Tests: Port TestHTMLTokenizer to Core::Stream
|
3 years ago |
Adam Hodgen
|
b6eaefa87d
LibWeb: Fix 'Comment end state' in HTML Tokenizer
|
3 years ago |
Karol Kosek
|
fb5e2670d6
LibWeb: Fix highlighting HTML comments
|
3 years ago |
Timothy Flynn
|
7e63f0eb32
LibWeb: Update TestHTMLTokenizer's expected token hash
|
3 years ago |
Andreas Kling
|
8b1108e485
Everywhere: Pass AK::StringView by value
|
3 years ago |
ovf
|
898b8ffcb6
LibWeb: Avoid assertion failure on parsing numeric character references
|
3 years ago |
ovf
|
13c7d55320
LibWeb: Fix parsing of character references in attribute values
|
4 years ago |
Max Wipfli
|
b6e995ca3c
Tests: Use pointers in TestHTMLTokenizer to avoid copying HTMLTokens
|
4 years ago |
Max Wipfli
|
918bde98b1
LibWeb: Hide implementation details of HTMLToken attribute list
|
4 years ago |
Max Wipfli
|
2404ad6897
LibWeb: Fix assertion failure when tokenizing JS regex literals
|
4 years ago |
Max Wipfli
|
a9a54914bf
Tests: Add comments to the HTMLTokenizer regression test file
|
4 years ago |
Max Wipfli
|
5a44a0b9f4
Tests: Add a basic test suite for HTMLTokenizer
|
4 years ago |