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
/
LibHTML
Age
Commit message (
Expand
)
Author
2019-10-08
LibHTML: Add ResourceLoader to support protocol-agnostic URL loading
Andreas Kling
2019-10-08
LibHTML: Use an enum for CSS property ID's
Andreas Kling
2019-10-08
LibHTML: Move selector matching into a SelectorEngine namespace
Andreas Kling
2019-10-07
LibHTML: Don't crash when calling set_document(nullptr)
Andreas Kling
2019-10-07
LibHTML: Make the CSS and HTML parsers take StringViews
Andreas Kling
2019-10-07
LibHTML: Start adding support for <link rel="stylesheet">
Andreas Kling
2019-10-07
LibHTML: Add LayoutNodeWithStyle class, make LayoutText style-less
Andreas Kling
2019-10-07
LibHTML: Rename "style_properties" to "style" everywhere
Andreas Kling
2019-10-06
LibHTML: Optionally pass document URL to the HTML parser
Andreas Kling
2019-10-06
LibHTML: Add Node::first_ancestor_of_type<T>()
Andreas Kling
2019-10-06
LibHTML: Templatize Node::first_child_of_type<T>()
Andreas Kling
2019-10-06
LibHTML: Add is<ElementType> and to<ElementType> helper functions
Andreas Kling
2019-10-06
LibHTML: Add adjacent (+) and general (~) sibling combinators
Andreas Kling
2019-10-06
LibHTML: Add Node::{next,previous}_element_sibling()
Andreas Kling
2019-10-06
LibHTML: Implement immediate-child selectors (#foo > #bar)
Andreas Kling
2019-10-06
LibHTML: Implement matching for descendant selectors
Andreas Kling
2019-10-06
LibHTML: Fall back to the system default font if we can't find a font
Andreas Kling
2019-10-06
LibHTML: Add a little bit of margin around <hr> elements
Andreas Kling
2019-10-06
LibHTML: Use current style's text colour for alt text on images
Conrad Pankoff
2019-10-06
LibHTML: Trim image alt text to the right if necessary
Conrad Pankoff
2019-10-06
LibHTML: Support width/height attributes on images
Conrad Pankoff
2019-10-06
LibHTML: Draw image alt text as black rather than white
Conrad Pankoff
2019-10-06
LibHTML: Use image URL as alt text if alt is missing
Conrad Pankoff
2019-10-06
LibHTML: Load image resource when src attribute is set
Conrad Pankoff
2019-10-06
LibHTML: Add function for invalidating the document layout
Conrad Pankoff
2019-10-06
LibHTML: Make the text-decoration inheritance quirk actually work
Andreas Kling
2019-10-06
LibHTML: Unbreak parsing of standalone declarations
Andreas Kling
2019-10-06
LibHTML: Move font loading from LayoutText to StyleProperties
Andreas Kling
2019-10-06
LibHTML: LayoutInline can only be constructed with an Element
Andreas Kling
2019-10-06
LibHTML: LayoutText should inherit from LayoutNode directly
Andreas Kling
2019-10-06
LibHTML: Parse descendant relations in CSS selectors
Andreas Kling
2019-10-06
LibHTML: Respect the link color set via <body link>
Andreas Kling
2019-10-06
LibHTML: Parse link, alink and vlink in <body> and pass to Document
Andreas Kling
2019-10-06
LibHTML: Add a per-attribute callback for Elements to parse attributes
Andreas Kling
2019-10-06
LibHTML: Various little improvements to the CSS parser
Andreas Kling
2019-10-05
LibHTML: Anonymous blocks *should* inherit some properties
Andreas Kling
2019-10-05
LibHTML: Support rendering <img src> with file:// URLs
Andreas Kling
2019-10-05
LibHTML: Let's not have anonymous blocks inherit their parent's style
Andreas Kling
2019-10-05
LibHTML: Implement basic layout for inline <img alt>
Andreas Kling
2019-10-05
LibHTML: Make Node::create_layout_node() virtual
Andreas Kling
2019-10-05
LibHTML: Flesh out <img> element with LayoutImage and LayoutReplaced
Andreas Kling
2019-10-05
LibHTML: Always fill the entire paint event rect with background
Andreas Kling
2019-10-05
LibHTML: Fire the HtmlView::on_title_change hook after a load finishes
Andreas Kling
2019-10-05
LibHTML: Render list markers in the same color as text
Andreas Kling
2019-10-05
LibHTML: Add load(URL) and reload() functions to HtmlView
Andreas Kling
2019-10-05
LibHTML: Make StyleResolver responsible for loading the default style
Andreas Kling
2019-10-04
LibHTML: Make CSS inheritance slightly less hacky
Andreas Kling
2019-10-04
LibHTML: Add support for <font color>
Andreas Kling
2019-10-04
LibHTML: Add support for <body bgcolor="#rrggbb" text="#rrggbb">
Andreas Kling
2019-10-04
LibHTML: Rename LayoutNode::style_properties() to LayoutNode::style()
Andreas Kling
[next]