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
/
HTMLParser.h
Age
Commit message (
Expand
)
Author
2023-05-28
LibWeb: Add Web::HTML::parse_legacy_color_value
Shannon Booth
2023-03-06
LibWeb: Fix a few const-ness issues
Matthew Olsson
2023-01-09
AK+Everywhere: Rename FlyString to DeprecatedFlyString
Timothy Flynn
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-10-20
LibWeb: Make the HTMLParser GC-allocated
Andreas Kling
2022-09-23
LibWeb: Set HTMLParser::m_scripting_enabled as according to the spec
Luke Wilde
2022-09-20
LibWeb: Implement aborting the HTML parser
Andreas Kling
2022-09-06
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
Andreas Kling
2022-04-06
LibWeb: Remove unused HTML::parse_html_document()
Andreas Kling
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-26
LibWeb: Move HTML dimension value parsing from CSS to HTML namespace
Andreas Kling
2022-03-20
LibWeb: Implement the rest of the Adoption Agency Algorithm
Simon Wanner
2022-03-01
LibWeb: Associate form elements with a form in parsing and dynamically
Luke Wilde
2022-02-21
LibWeb: Make document.write() work while document is parsing
Andreas Kling
2022-02-21
LibWeb: Add basic support for dynamic markup insertion
Lorenz Steinert
2022-02-15
LibWeb: Implement state switch for "[CDATA[" in HTML parser
Linus Groh
2022-02-15
LibWeb: Remove unused HTMLParser function declaration
Linus Groh
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-09-26
LibWeb: Split out "The end" from the HTML parsing spec to a function
Andreas Kling
2021-09-25
LibWeb: Rename HTMLDocumentParser => HTMLParser
Andreas Kling