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.cpp
Age
Commit message (
Expand
)
Author
2022-10-01
LibWeb: Remove unecessary dependence on Window from HTML classes
Andrew Kaster
2022-09-23
LibWeb: Set HTMLParser::m_scripting_enabled as according to the spec
Luke Wilde
2022-09-21
LibWeb: Save begin/end timestamps for load and DOMContentLoaded events
Andreas Kling
2022-09-20
LibWeb: Implement aborting the HTML parser
Andreas Kling
2022-09-06
LibWeb: Don't use the internal window object when parsing HTML fragments
Andreas Kling
2022-09-06
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make DOM::Event and all its subclasses GC-allocated
Andreas Kling
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-04-06
LibWeb: Remove unused HTML::parse_html_document()
Andreas Kling
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-28
LibWeb: Load X(HT)ML documents and transform them into HTML DOM
Ali Mohammad Pur
2022-03-26
LibWeb: Move HTML dimension value parsing from CSS to HTML namespace
Andreas Kling
2022-03-24
LibWeb: Rename PARSER_DEBUG => HTML_PARSER_DEBUG
Idan Horowitz
2022-03-24
LibWeb: Remove inheritance of FormAssociatedElement from HTMLElement
Timothy Flynn
2022-03-20
LibWeb: Implement the rest of the Adoption Agency Algorithm
Simon Wanner
2022-03-19
LibWeb: Only delay "load" event for script elements that load something
Andreas Kling
2022-03-19
LibWeb: Don't delay document "load" event for unclosed script tags
Andreas Kling
2022-03-14
LibWeb: Use inline script tag source line as javascript line offset
Idan Horowitz
2022-03-08
LibWeb: Move Window from DOM directory & namespace to HTML
Linus Groh
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-20
LibWeb: Handle markers when reconstructing active formatting elements
Luke Wilde
2022-02-15
LibWeb: Fail gracefully when reaching the unimplemented part of the AAA
Linus Groh
2022-02-15
LibWeb: Add an optional pointer to an HTMLParser to the HTMLTokenizer
Linus Groh
2022-02-15
LibWeb: Rename element_before() => element_immediately_above()
Andreas Kling
2022-02-15
LibWeb: Add spec comments to find_appropriate_place_for_inserting_node()
Andreas Kling
2022-02-08
LibWeb: Introduce the Environment Settings Object
Luke Wilde
2021-12-05
LibWeb: Cast unused smart-pointer return values to void
Sam Atkins
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-10-17
LibWeb: Implement Attribute closer to the spec and with an IDL file
Timothy Flynn
2021-10-10
LibWeb: Remove dead "outer loop" code in adoption agency algorithm
Brian Gianforcaro
2021-10-01
LibWeb: Check for HTML integration points in the tree constructor
Luke Wilde
2021-09-26
LibWeb: Add the PageTransitionEvent interface and fire "pageshow" events
Andreas Kling
2021-09-26
LibWeb: Add a "page showing" flag to documents
Andreas Kling
2021-09-26
LibWeb: Implement "update the current document readiness" from spec
Andreas Kling
2021-09-26
LibWeb: Store HTML document ready state as an enum
Andreas Kling
2021-09-26
LibWeb: Allow HTML parser to delay delivery of the document "load" event
Andreas Kling
2021-09-26
LibWeb: Implement more of HTMLParser::the_end() and bring closer to spec
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