sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 vuotta sitten |
stelar7
|
e547f5887e
LibWeb: Fix Array OOBs in the HTMLTokenizer
|
3 vuotta sitten |
Andreas Kling
|
1061c863f8
LibWeb: Fix issue where double-quoted doctype system ID was not captured
|
3 vuotta sitten |
Lorenz Steinert
|
db789813c9
LibWeb: Add basic support for dynamic markup insertion
|
3 vuotta sitten |
Adam Hodgen
|
b6eaefa87d
LibWeb: Fix 'Comment end state' in HTML Tokenizer
|
3 vuotta sitten |
Adam Hodgen
|
d73bb2633c
LibWeb: Implement tokenization newline preprocessing
|
3 vuotta sitten |
Adam Hodgen
|
c6fcdd0f93
LibWeb: Fix off by one error in HTML Tokenizer
|
3 vuotta sitten |
Andreas Kling
|
25504f6a1b
LibWeb: Use Vector::clear_with_capacity() in HTMLTokenizer
|
3 vuotta sitten |
Linus Groh
|
892f6394b8
LibWeb: Implement state switch for "[CDATA[" in HTML parser
|
3 vuotta sitten |
Linus Groh
|
f61fb08492
LibWeb: Add spec links to each HTML tokenizer state section
|
3 vuotta sitten |
Karol Kosek
|
c157c2148f
LibWeb: Don't emit current token on EOF in HTML Tokenizer
|
3 vuotta sitten |
Karol Kosek
|
fb5e2670d6
LibWeb: Fix highlighting HTML comments
|
3 vuotta sitten |
MacDue
|
b193351a99
LibWeb: Fix off-by-one in HTMLTokenizer::restore_to()
|
3 vuotta sitten |
Sam Atkins
|
197759e30f
LibWeb: Fix off-by-one error when highlighting unquoted HTML attributes
|
3 vuotta sitten |
Andreas Kling
|
8b1108e485
Everywhere: Pass AK::StringView by value
|
3 vuotta sitten |
Andreas Kling
|
f67648f872
LibWeb: Rename HTMLDocumentParser => HTMLParser
|
3 vuotta sitten |
ovf
|
898b8ffcb6
LibWeb: Avoid assertion failure on parsing numeric character references
|
3 vuotta sitten |
ovf
|
13c7d55320
LibWeb: Fix parsing of character references in attribute values
|
4 vuotta sitten |
Max Wipfli
|
ccae0cae45
LibWeb: Rename HTMLToken::doctype_data() => ensure_doctype_data()
|
4 vuotta sitten |
Max Wipfli
|
25cba4387b
LibWeb: Add HTMLToken(Type) constructor and use it
|
4 vuotta sitten |
Max Wipfli
|
f2e3c770f9
LibWeb: Use setter for HTMLToken::m_{start,end}_position
|
4 vuotta sitten |
Max Wipfli
|
8b31e41692
LibWeb: Change HTMLToken::m_doctype into named DoctypeData struct
|
4 vuotta sitten |
Max Wipfli
|
918bde98b1
LibWeb: Hide implementation details of HTMLToken attribute list
|
4 vuotta sitten |
Max Wipfli
|
15d8635afc
LibWeb: User getter+setter for HTMLToken tag name and self-closing flag
|
4 vuotta sitten |
Max Wipfli
|
1aeafcc58b
LibWeb: Use getter and setter for Character type HTMLTokens
|
4 vuotta sitten |
Max Wipfli
|
e8e9426b4f
LibWeb: User getter and setter for Comment type HTMLTokens
|
4 vuotta sitten |
Max Wipfli
|
f886aa15b8
LibWeb: Rename HTMLToken::AttributeBuilder struct to Attribute
|
4 vuotta sitten |
Max Wipfli
|
e22a34badb
LibWeb: Fix assertion failures in HTMLTokenizer
|
4 vuotta sitten |
Max Wipfli
|
2404ad6897
LibWeb: Fix assertion failure when tokenizing JS regex literals
|
4 vuotta sitten |
Max Wipfli
|
bb2aed7d76
LibWeb: Correct behavior of Comment* states in HTMLTokenizer
|
4 vuotta sitten |