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