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
Age
Commit message (
Expand
)
Author
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-07-17
LibWeb: Rename HTMLToken::doctype_data() => ensure_doctype_data()
Max Wipfli
2021-07-17
LibWeb: Change HTMLToken storage architecture
Max Wipfli
2021-07-17
LibWeb: Make HTMLTokens non-copyable
Max Wipfli
2021-07-17
LibWeb: Move HTMLToken in HTMLDocumentParser
Max Wipfli
2021-07-17
LibWeb: Remove friend class declarations from HTMLToken
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-17
LibWeb: Make HTMLToken::{Position,AttributeBuilder} structs public
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: Remove unused HTMLTokenizer::m_input member variable
Max Wipfli
2021-07-14
LibWeb: Change HTMLToken.h to east const style
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: Remove more unused StringBuilders in HTMLToken
Gunnar Beutner
2021-07-14
LibWeb: Use an Optional<String> to track the last HTML start tag
Gunnar Beutner
2021-07-13
LibWeb: Add extracting character encoding from a meta content attribute
Luke
2021-07-11
LibWeb: Fix HTMLTable Element attributes
Adam Hodgen
2021-07-05
LibWeb: Make WrapperGenerator generate nullable wrapper types
Luke
2021-07-05
LibWeb: Implement the adoption steps for <template> elements
Luke
2021-07-05
LibWeb: Implement the cloning steps for <template> elements
Luke
2021-07-05
LibWeb: Add DOMParser
Luke
2021-07-05
LibWeb: Check if scripting is disabled before running script
Luke
2021-06-27
LibJS: Rename ScriptFunction => OrdinaryFunctionObject
Andreas Kling
2021-06-27
LibJS: Rename Function => FunctionObject
Andreas Kling
2021-06-24
AK: Rename downcast<T> => verify_cast<T>
Andreas Kling
2021-06-12
AK: Rename Vector::append(Vector) => Vector::extend(Vector)
Andreas Kling
2021-06-11
LibJS: Use an enum class instead of 'bool is_generator'
Ali Mohammad Pur
2021-06-11
LibJS: Implement generator functions (only in bytecode mode)
Ali Mohammad Pur
2021-06-07
LibWeb+LibSyntax: Implement nested syntax highlighters
Ali Mohammad Pur
2021-06-05
LibWeb: Change a few source end positions in HTMLTokenizer
Max Wipfli
2021-06-05
LibWeb: Fix off-by-one error in SyntaxHighlighter
Max Wipfli
2021-06-05
LibWeb: Be more forgiving when adding source positions in HTMLTokenizer
Max Wipfli
2021-06-05
LibWeb: Add debugging statements in SyntaxHighlighter
Max Wipfli
2021-06-03
Everywhere: Replace ctype.h to avoid narrowing conversions
Max Wipfli
2021-06-01
LibWeb: Use correct percent encode set for form submissions
Luke
2021-06-01
AK: Rename Utf8CodepointIterator => Utf8CodePointIterator
Andreas Kling
[next]