index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
HTML
/
Parser
/
HTMLTokenizer.cpp
Age
Commit message (
Expand
)
Author
2023-05-08
LibWeb: Don't include Layout/Node.h from DOM/Element.h
Andreas Kling
2023-02-19
LibTextCodec+Everywhere: Port Decoders to new Strings
Sam Atkins
2023-02-19
LibTextCodec+Everywhere: Return Optional<Decoder&> from `decoder_for()`
Sam Atkins
2023-01-27
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
Linus Groh
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-05
LibWeb: Make ON_WHITESPACE less heavy in HTML tokenizer
Andreas Kling
2022-09-20
LibWeb: Implement aborting the HTML parser
Andreas Kling
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-06-03
LibWeb: Fix Array OOBs in the HTMLTokenizer
stelar7
2022-03-02
LibWeb: Fix issue where double-quoted doctype system ID was not captured
Andreas Kling
2022-02-21
LibWeb: Add basic support for dynamic markup insertion
Lorenz Steinert
2022-02-21
LibWeb: Fix 'Comment end state' in HTML Tokenizer
Adam Hodgen
2022-02-21
LibWeb: Implement tokenization newline preprocessing
Adam Hodgen
2022-02-21
LibWeb: Fix off by one error in HTML Tokenizer
Adam Hodgen
2022-02-19
LibWeb: Use Vector::clear_with_capacity() in HTMLTokenizer
Andreas Kling
2022-02-15
LibWeb: Implement state switch for "[CDATA[" in HTML parser
Linus Groh
2022-02-15
LibWeb: Add spec links to each HTML tokenizer state section
Linus Groh
2022-02-14
LibWeb: Don't emit current token on EOF in HTML Tokenizer
Karol Kosek
2022-02-14
LibWeb: Fix highlighting HTML comments
Karol Kosek
2022-02-13
LibWeb: Fix off-by-one in HTMLTokenizer::restore_to()
MacDue
2021-12-10
LibWeb: Fix off-by-one error when highlighting unquoted HTML attributes
Sam Atkins
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-09-25
LibWeb: Rename HTMLDocumentParser => HTMLParser
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
LibWeb: Rename HTMLToken::doctype_data() => ensure_doctype_data()
Max Wipfli
2021-07-17
LibWeb: Add HTMLToken(Type) constructor and use it
Max Wipfli
2021-07-17
LibWeb: Use setter for HTMLToken::m_{start,end}_position
Max Wipfli
2021-07-17
LibWeb: Change HTMLToken::m_doctype into named DoctypeData struct
Max Wipfli
2021-07-17
LibWeb: Hide implementation details of HTMLToken attribute list
Max Wipfli
2021-07-17
LibWeb: User getter+setter for HTMLToken tag name and self-closing flag
Max Wipfli
2021-07-17
LibWeb: Use getter and setter for Character type HTMLTokens
Max Wipfli
2021-07-17
LibWeb: User getter and setter for Comment type HTMLTokens
Max Wipfli
2021-07-17
LibWeb: Rename HTMLToken::AttributeBuilder struct to Attribute
Max Wipfli
2021-07-16
LibWeb: Fix assertion failures in HTMLTokenizer
Max Wipfli
2021-07-15
LibWeb: Fix assertion failure when tokenizing JS regex literals
Max Wipfli
2021-07-15
LibWeb: Correct behavior of Comment* states in HTMLTokenizer
Max Wipfli
2021-07-15
LibWeb: VERIFY an empty builder when emitting tokens in HTMLTokenizer
Max Wipfli
2021-07-14
LibWeb: Change HTMLTokenizer.{cpp,h} to east const style
Max Wipfli
2021-07-14
LibWeb: Use move() when enqueuing tokens in HTMLTokenizer
Gunnar Beutner
2021-07-14
LibWeb: Remove StringBuilder from HTMLToken::m_comment_or_character
Gunnar Beutner
2021-07-14
LibWeb: Remove StringBuilder from HTMLToken::m_tag
Gunnar Beutner
2021-07-14
LibWeb: Remove StringBuilders from HTMLToken::AttributeBuilder
Gunnar Beutner
2021-07-14
LibWeb: Remove StringBuilders from HTMLToken::m_doctype
Gunnar Beutner
2021-07-14
LibWeb: Use an Optional<String> to track the last HTML start tag
Gunnar Beutner
2021-06-12
AK: Rename Vector::append(Vector) => Vector::extend(Vector)
Andreas Kling
2021-06-05
LibWeb: Change a few source end positions in HTMLTokenizer
Max Wipfli
2021-06-05
LibWeb: Be more forgiving when adding source positions in HTMLTokenizer
Max Wipfli
2021-06-03
Everywhere: Replace ctype.h to avoid narrowing conversions
Max Wipfli
[next]