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
Age
Commit message (
Expand
)
Author
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-21
LibWeb: Fix 'Comment end state' in HTML Tokenizer
Adam Hodgen
2022-02-21
LibWeb: Implement tokenization newline preprocessing
Adam Hodgen
2022-02-21
LibWeb: Fix off by one error in HTML Tokenizer
Adam Hodgen
2022-02-20
LibWeb: Handle markers when reconstructing active formatting elements
Luke Wilde
2022-02-19
LibWeb: Use Vector::clear_with_capacity() in HTMLTokenizer
Andreas Kling
2022-02-15
LibWeb: Fail gracefully when reaching the unimplemented part of the AAA
Linus Groh
2022-02-15
LibWeb: Implement state switch for "[CDATA[" in HTML parser
Linus Groh
2022-02-15
LibWeb: Add an optional pointer to an HTMLParser to the HTMLTokenizer
Linus Groh
2022-02-15
LibWeb: Remove unused HTMLParser function declaration
Linus Groh
2022-02-15
LibWeb: Add spec links to each HTML tokenizer state section
Linus Groh
2022-02-15
LibWeb: Add spec comments to the StackOfOpenElements class
Andreas Kling
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-14
LibWeb: Don't emit current token on EOF in HTML Tokenizer
Karol Kosek
2022-02-14
LibWeb: Fix highlighting HTML comments
Karol Kosek
2022-02-13
LibWeb: Fix off-by-one in HTMLTokenizer::restore_to()
MacDue
2022-02-08
LibWeb: Introduce the Environment Settings Object
Luke Wilde
2021-12-10
LibWeb: Fix off-by-one error when highlighting unquoted HTML attributes
Sam Atkins
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
2021-09-21
Libraries: Use AK::Variant default initialization where appropriate
Ben Wiederhake
2021-09-20
LibWeb: Make <script src> loads partially async (by following the spec)
Andreas Kling
2021-09-20
LibWeb: Pop entire stack of open elements at the end of parsing
Andreas Kling
2021-09-16
LibWeb: Move Attribute into the DOM namespace
Andreas Kling
2021-09-14
LibWeb: Improvements to error handling in HTML foreign content parsing
Andreas Kling
2021-09-14
LibWeb: Implement HTML fragment serialisation and use it in innerHTML
Luke Wilde
2021-09-13
LibWeb: Add the Web::URL namespace and move URLEncoder to it
Idan Horowitz
2021-09-09
LibWeb: Spin the event loop in HTML parser until scripts can run
Andreas Kling
2021-07-31
LibWeb: Fix regression of "contenteditable" attribute
TheFightingCatfish
2021-07-28
LibWeb: Avoid assertion failure on parsing numeric character references
ovf
2021-07-27
LibWeb: Fix parsing of character references in attribute values
ovf
2021-07-17
LibWeb: Rename HTMLToken::doctype_data() => ensure_doctype_data()
Max Wipfli
2021-07-17
LibWeb: Change HTMLToken storage architecture
Max Wipfli
2021-07-17
LibWeb: Make HTMLTokens non-copyable
Max Wipfli
2021-07-17
LibWeb: Move HTMLToken in HTMLDocumentParser
Max Wipfli
2021-07-17
LibWeb: Remove friend class declarations from HTMLToken
Max Wipfli
2021-07-17
LibWeb: Add HTMLToken(Type) constructor and use it
Max Wipfli
[next]