summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/Parser/HTMLParser.h
AgeCommit message (Expand)Author
2023-05-28LibWeb: Add Web::HTML::parse_legacy_color_valueShannon Booth
2023-03-06LibWeb: Fix a few const-ness issuesMatthew Olsson
2023-01-09AK+Everywhere: Rename FlyString to DeprecatedFlyStringTimothy Flynn
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-10-20LibWeb: Make the HTMLParser GC-allocatedAndreas Kling
2022-09-23LibWeb: Set HTMLParser::m_scripting_enabled as according to the specLuke Wilde
2022-09-20LibWeb: Implement aborting the HTML parserAndreas Kling
2022-09-06LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocatedAndreas Kling
2022-04-06LibWeb: Remove unused HTML::parse_html_document()Andreas Kling
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-26LibWeb: Move HTML dimension value parsing from CSS to HTML namespaceAndreas Kling
2022-03-20LibWeb: Implement the rest of the Adoption Agency AlgorithmSimon Wanner
2022-03-01LibWeb: Associate form elements with a form in parsing and dynamicallyLuke Wilde
2022-02-21LibWeb: Make document.write() work while document is parsingAndreas Kling
2022-02-21LibWeb: Add basic support for dynamic markup insertionLorenz Steinert
2022-02-15LibWeb: Implement state switch for "[CDATA[" in HTML parserLinus Groh
2022-02-15LibWeb: Remove unused HTMLParser function declarationLinus Groh
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-09-26LibWeb: Split out "The end" from the HTML parsing spec to a functionAndreas Kling
2021-09-25LibWeb: Rename HTMLDocumentParser => HTMLParserAndreas Kling