summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/Parser/HTMLParser.cpp
AgeCommit message (Expand)Author
2022-10-01LibWeb: Remove unecessary dependence on Window from HTML classesAndrew Kaster
2022-09-23LibWeb: Set HTMLParser::m_scripting_enabled as according to the specLuke Wilde
2022-09-21LibWeb: Save begin/end timestamps for load and DOMContentLoaded eventsAndreas Kling
2022-09-20LibWeb: Implement aborting the HTML parserAndreas Kling
2022-09-06LibWeb: Don't use the internal window object when parsing HTML fragmentsAndreas Kling
2022-09-06LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocatedAndreas Kling
2022-09-06LibWeb: Make DOM::Event and all its subclasses GC-allocatedAndreas Kling
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-04-06LibWeb: Remove unused HTML::parse_html_document()Andreas Kling
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-28LibWeb: Load X(HT)ML documents and transform them into HTML DOMAli Mohammad Pur
2022-03-26LibWeb: Move HTML dimension value parsing from CSS to HTML namespaceAndreas Kling
2022-03-24LibWeb: Rename PARSER_DEBUG => HTML_PARSER_DEBUGIdan Horowitz
2022-03-24LibWeb: Remove inheritance of FormAssociatedElement from HTMLElementTimothy Flynn
2022-03-20LibWeb: Implement the rest of the Adoption Agency AlgorithmSimon Wanner
2022-03-19LibWeb: Only delay "load" event for script elements that load somethingAndreas Kling
2022-03-19LibWeb: Don't delay document "load" event for unclosed script tagsAndreas Kling
2022-03-14LibWeb: Use inline script tag source line as javascript line offsetIdan Horowitz
2022-03-08LibWeb: Move Window from DOM directory & namespace to HTMLLinus Groh
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-20LibWeb: Handle markers when reconstructing active formatting elements Luke Wilde
2022-02-15LibWeb: Fail gracefully when reaching the unimplemented part of the AAALinus Groh
2022-02-15LibWeb: Add an optional pointer to an HTMLParser to the HTMLTokenizerLinus Groh
2022-02-15LibWeb: Rename element_before() => element_immediately_above()Andreas Kling
2022-02-15LibWeb: Add spec comments to find_appropriate_place_for_inserting_node()Andreas Kling
2022-02-08LibWeb: Introduce the Environment Settings ObjectLuke Wilde
2021-12-05LibWeb: Cast unused smart-pointer return values to voidSam Atkins
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-10-17LibWeb: Implement Attribute closer to the spec and with an IDL fileTimothy Flynn
2021-10-10LibWeb: Remove dead "outer loop" code in adoption agency algorithmBrian Gianforcaro
2021-10-01LibWeb: Check for HTML integration points in the tree constructorLuke Wilde
2021-09-26LibWeb: Add the PageTransitionEvent interface and fire "pageshow" eventsAndreas Kling
2021-09-26LibWeb: Add a "page showing" flag to documentsAndreas Kling
2021-09-26LibWeb: Implement "update the current document readiness" from specAndreas Kling
2021-09-26LibWeb: Store HTML document ready state as an enumAndreas Kling
2021-09-26LibWeb: Allow HTML parser to delay delivery of the document "load" eventAndreas Kling
2021-09-26LibWeb: Implement more of HTMLParser::the_end() and bring closer to specAndreas Kling
2021-09-26LibWeb: Split out "The end" from the HTML parsing spec to a functionAndreas Kling
2021-09-25LibWeb: Rename HTMLDocumentParser => HTMLParserAndreas Kling