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
Age
Commit message (
Expand
)
Author
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: Special-case initialization of HTML::AttributeNames::class_
Andreas Kling
2020-06-03
LibWeb: Buffer text node character insertions in the new parser
Andreas Kling
2020-06-03
LibWeb: Use HTML::AttributeNames::foo instead of FlyString("foo")
Andreas Kling
2020-06-02
LibWeb: Remove assertion in HTMLImageElement::resource_did_load()
Andreas Kling
2020-06-02
LibWeb: Share decoded images at the Resource level :^)
Andreas Kling
2020-06-02
LibWeb: Fix tokenizing scripts with '<' in them
Andreas Kling
2020-06-02
LibWeb: Port ImageStyleValue to the ResourceClient interface
Andreas Kling
2020-06-02
LibWeb: Avoid an unnecessary temporary variable in HTMLImageElement
Andreas Kling
2020-06-02
LibWeb: Port HTMLLinkElement to the ResourceClient interface
Andreas Kling
2020-06-02
LibWeb: Parse barebones document without doctype, <html>, etc.
Andreas Kling
2020-06-01
LibWeb: Protect ourselves during ResourceClient iteration
Andreas Kling
2020-06-01
LibWeb: Support "td" and "th" start tags during "in table body"
Andreas Kling
2020-06-01
LibWeb: Add a naive Resource cache
Andreas Kling
2020-06-01
LibWeb: Start building a new Resource class to share more resources
Andreas Kling
2020-06-01
LibWeb: Move ResourceLoader into a new Loader/ directory
Andreas Kling
2020-06-01
LibWeb: Tokenize "anything else" in CommentLessThanSignBangDashDash
Andreas Kling
2020-06-01
LibWeb: Make input widget (buttons, text boxes, etc) scroll with page
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
2020-05-30
LibWeb: Handle "dd" and "dt" end tags during "in body"
Andreas Kling
2020-05-30
LibWeb: Support parsing "select" elements (outside of tables)
Andreas Kling
2020-05-30
LibWeb: Hack the parser to dodge <template> elements in <head> for now
Andreas Kling
2020-05-30
LibWeb: Fix typo in StackOfOpenElements::topmost_special_node_below()
Andreas Kling
2020-05-30
LibWeb: Don't crash when encountering <svg> or <math> elements
Andreas Kling
2020-05-30
LibWeb: Parse "textarea" tags during the "in body" insertion mode
Andreas Kling
2020-05-30
LibWeb: Add missing special tag case in the "in body" insertion mode
Andreas Kling
2020-05-30
LibWeb: Correctly determine whether a block has only inline children
Andreas Kling
2020-05-30
LibWeb: Implement more table-related insertion modes
Andreas Kling
2020-05-30
LibWeb: Handle AAA situation where there's no formatting element found
Andreas Kling
2020-05-30
LibWeb: Implement some more RAWTEXT stuff in the tokenizer
Andreas Kling
2020-05-30
LibWeb: Implement more of the tokenizer states
TheDumpap
2020-05-30
LibWeb: Implement enough parsing to parse the HTML spec front page :^)
Andreas Kling
2020-05-30
LibWeb: Use the globals from HTML::AttributeNames in style resolution
Andreas Kling
2020-05-30
LibWeb: Handle end-of-file token during "in body" insertion mode
Andreas Kling
2020-05-30
LibWeb: Add default UA style for <hgroup> element
Andreas Kling
2020-05-30
LibWeb: Flesh out the "in head" insertion mode and add missing cases
Andreas Kling
[next]