Matthew Olsson
|
c0b2fa74ac
LibWeb: Fix a few const-ness issues
|
2 years ago |
Timothy Flynn
|
f3db548a3d
AK+Everywhere: Rename FlyString to DeprecatedFlyString
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
Andreas Kling
|
6e0f80fbe0
LibWeb: Make the HTMLParser GC-allocated
|
2 years ago |
Luke Wilde
|
7b8a6b8e7a
LibWeb: Set HTMLParser::m_scripting_enabled as according to the spec
|
2 years ago |
Andreas Kling
|
ab8432783e
LibWeb: Implement aborting the HTML parser
|
2 years ago |
Andreas Kling
|
6f433c8656
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
|
2 years ago |
Andreas Kling
|
1956c52c68
LibWeb: Remove unused HTML::parse_html_document()
|
3 years ago |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
Andreas Kling
|
fda25f9505
LibWeb: Move HTML dimension value parsing from CSS to HTML namespace
|
3 years ago |
Simon Wanner
|
1d95745901
LibWeb: Implement the rest of the Adoption Agency Algorithm
|
3 years ago |
Luke Wilde
|
46c0d0f7ae
LibWeb: Associate form elements with a form in parsing and dynamically
|
3 years ago |
Andreas Kling
|
8b2499b112
LibWeb: Make document.write() work while document is parsing
|
3 years ago |
Lorenz Steinert
|
db789813c9
LibWeb: Add basic support for dynamic markup insertion
|
3 years ago |
Linus Groh
|
892f6394b8
LibWeb: Implement state switch for "[CDATA[" in HTML parser
|
3 years ago |
Linus Groh
|
9130ecfd5e
LibWeb: Remove unused HTMLParser function declaration
|
3 years ago |
Andreas Kling
|
8b1108e485
Everywhere: Pass AK::StringView by value
|
3 years ago |
Andreas Kling
|
e452550fda
LibWeb: Split out "The end" from the HTML parsing spec to a function
|
3 years ago |
Andreas Kling
|
f67648f872
LibWeb: Rename HTMLDocumentParser => HTMLParser
|
3 years ago |