index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibWeb
/
Parser
Age
Commit message (
Expand
)
Author
2020-06-16
LibWeb: Make Element::tag_name() return a const FlyString&
Andreas Kling
2020-06-15
LibWeb: Fix broken parsing of </form> during "in body" insertion
Andreas Kling
2020-06-15
LibWeb: Fix broken parsing of </select> during "in select" insertion
Andreas Kling
2020-06-15
LibWeb: Just ignore <script> elements that failed to load the script
Andreas Kling
2020-06-14
LibWeb: Fully implement HTML parser "in table" insertion mode
Luke
2020-06-14
LibWeb: Implement HTML parser "in column group" insertion mode
Luke
2020-06-14
LibWeb: Implement HTML parser "in caption" insertion mode
Luke
2020-06-14
LibWeb: Implement all CDATA tokenizer states
Luke
2020-06-14
LibWeb: Fully implement all DOCTYPE tokenizer states
Luke
2020-06-14
LibWeb: Fully implement all comment tokenizer states
Luke
2020-06-13
LibWeb: Fix broken tokenization of hexadecimal character references
Andreas Kling
2020-06-13
LibWeb: Parse and match the :visited pseudo-class (always fails)
Andreas Kling
2020-06-12
AK: Make string-to-number conversion helpers return Optional
Andreas Kling
2020-06-12
LibWeb: Whine about unrecognized CSS properties in debug log
Andreas Kling
2020-06-10
LibWeb: Ignore backslashes (\) in attribute selectors
Andreas Kling
2020-06-10
LibWeb: Parse and match basic "contains" attribute selectors (~=)
Andreas Kling
2020-06-10
LibWeb: Fix parser interpreting """ as """
Andreas Kling
2020-06-07
LibWeb: Use HTML::TagNames globals in the new HTML parser
Andreas Kling
2020-06-07
LibWeb: Fix codepoint_from_entity() never returning an error
Andreas Kling
2020-06-07
LibWeb: Fix tokenizer swallowing an extra token after a named entity
Andreas Kling
2020-06-07
LibWeb: Start fleshing out support for relative CSS units
Andreas Kling
2020-06-06
LibWeb: Handle EOF tokens during "text" insertion
Andreas Kling
2020-06-06
LibWeb: Fully implement all script tokenizer states
Luke
2020-06-05
LibWeb: Parse param/source/track start tags during "in body" insertion
Andreas Kling
2020-06-05
LibWeb: Fix parsing of "<textarea></textarea>"
Andreas Kling
2020-06-05
LibWeb: Fix missing tokenizer state change in RCDATALessThanSign
Andreas Kling
2020-06-04
LibWeb: Unbreak character reference and DOCTYPE parsing post-UTF-8
Andreas Kling
2020-06-04
LibWeb: Make the new HTML parser parse input as UTF-8
Andreas Kling
2020-06-04
LibWeb: Fix incorrectly consumed characters after reference tokens
Andreas Kling
2020-06-04
LibWeb: Fix tokenization of attributes with empty attributes
Andreas Kling
2020-06-04
LibWeb: Handle "html" end tag during "in body"
Kyle McLean
2020-06-04
LibWeb: Handle "xmp" start tag during "in body"
Kyle McLean
2020-06-04
LibWeb: Handle "nobr" start tag during "in body"
Kyle McLean
2020-06-04
LibWeb: Handle "form" end tag during "in body" if stack of open elements does...
Kyle McLean
2020-06-04
LibWeb: Handle NULL character during "in body"
Kyle McLean
2020-06-04
LibWeb: Parse "body" end tags during "in body"
Kyle McLean
2020-06-04
LibWeb: Parse "br" end tags during "in body"
Kyle McLean
2020-06-04
LibWeb: Parse end tags for "applet", "marquee", and "object" during "in body"
Kyle McLean
2020-06-03
LibWeb: Call children_changed() on text nodes when flushing characters
Andreas Kling
2020-06-03
LibWeb: Buffer text node character insertions in the new parser
Andreas Kling
2020-06-02
LibWeb: Fix tokenizing scripts with '<' in them
Andreas Kling
2020-06-02
LibWeb: Parse barebones document without doctype, <html>, etc.
Andreas Kling
2020-06-01
LibWeb: Support "td" and "th" start tags during "in table body"
Andreas Kling
2020-06-01
LibWeb: Tokenize "anything else" in CommentLessThanSignBangDashDash
Andreas Kling
2020-06-01
LibWeb+Browser: Use the new HTML parser by default
Andreas Kling
2020-06-01
LibWeb: Put whining about tokenizer errors behind an #ifdef
Andreas Kling
2020-06-01
LibWeb: More parser cases in the "in body" and "after after body" modes
Andreas Kling
2020-06-01
LibWeb: Handle more cases in the SelfClosingStartTag tokenizer state
Andreas Kling
2020-06-01
LibWeb: Implement more of the "after head" insertion mode
Andreas Kling
2020-05-30
LibWeb: Implement more of the ScriptDataEndTagName tokenizer state
Andreas Kling
[next]