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-17
LibHTML: Only accumulate Text children's content in inline stylesheets
Andreas Kling
2019-10-17
LibHTML: Don't assert when encountering an unknown font-weight
Andreas Kling
2019-10-17
LibHTML: Hard-code LayoutTable to never have inline children
Andreas Kling
2019-10-17
LibHTML: Add is<T> helpers for the table-related LayoutNode subclasses
Andreas Kling
2019-10-17
LibHTML: Make "children are inline" flag imperative
Andreas Kling
2019-10-17
LibHTML: Add stub classes for basic table layout
Andreas Kling
2019-10-17
LibHTML: Use is_inline() instead of !is_block() when building tree
Andreas Kling
2019-10-17
LibHTML: Add basic keyboard navigation (up/down/pgdn/pgup/home/end/etc)
Andreas Kling
2019-10-16
LibHTML: Add the <center> element
Andreas Kling
2019-10-16
LibHTML: Implement CSS text-align: left/center/right
Andreas Kling
2019-10-15
LibHTML: LayoutBlock::hit_test() was calling the wrong parent class
Andreas Kling
2019-10-15
LibHTML: Use ImageLoader for <img> elements to defer bitmap decoding
Andreas Kling
2019-10-15
LibHTML: Add the currently visible viewport rect to RenderingContext
Andreas Kling
2019-10-15
LibHTML: LayoutNode::set_needs_display() needs to invalidate fragments
Andreas Kling
2019-10-15
LibHTML: Fix missing backgrounds an borders after LayoutBox refactoring
Andreas Kling
2019-10-15
LibHTML: Introduce LayoutBox and LayoutNodeWithStyleAndBoxModelMetrics
Andreas Kling
2019-10-15
LibHTML: Simplify Node::create_layout_node()
Andreas Kling
2019-10-15
LibHTML: Move layout tree building to a LayoutTreeBuilder class
Andreas Kling
2019-10-15
LibHTML: Add is<T> and to<T> helpers for LayoutNode class family
Andreas Kling
2019-10-14
LibHTML: Implement basic partial style invalidation
Andreas Kling
2019-10-14
LibHTML: Rename Document's invalidate_{style,layout}() to update_foo()
Andreas Kling
2019-10-14
LibHTML: Implement basic :hover pseudo-class support
Andreas Kling
2019-10-14
LibHTML: Parse the :link and :hover CSS pseudo-classes
Andreas Kling
2019-10-13
LibHTML: Add some convenient geometry getters on LayoutNode
Andreas Kling
2019-10-13
LibHTML: Use LayoutBlock::add_line_box() in LayoutBreak
Andreas Kling
2019-10-13
LibHTML: Fix broken line splitting behavior in LayoutReplaced
Andreas Kling
2019-10-13
LibHTML: Run second layout pass if first layout adds/removes scrollbars
Andreas Kling
2019-10-13
LibHTML: Split layout invalidation into style and layout invalidation
Andreas Kling
2019-10-13
LibHTML: Move layout root from HtmlView to Document
Andreas Kling
2019-10-13
LibHTML: Handle comments in the CSS parser
Andreas Kling
2019-10-12
LibHTML: Add Comment and CharacterData nodes and improve HTML parsing
Andreas Kling
2019-10-12
LibHTML+Browser: Add debug option to draw borders around line boxes
Andreas Kling
2019-10-12
LibHTML: Implement the <br> element for line breaking
Andreas Kling
2019-10-12
LibHTML: Add StyleProperties::line_height()
Andreas Kling
2019-10-12
LibHTML: Make all element tag names lowercase for now
Andreas Kling
2019-10-12
LibHTML: Move Element construction to a separate file
Andreas Kling
2019-10-11
LibHTML: Make sure the marker has the same inline state as siblings
Andreas Kling
2019-10-11
LibHTML: LayoutBlock::children_are_inline() should check is_inline()
Andreas Kling
2019-10-11
LibHTML: Add LayoutNode classes for "display: list-item" and its marker
Andreas Kling
2019-10-10
LibHTML+Browser: Show the number of pending resource loads
Andreas Kling
2019-10-10
LibHTML: Show a hand cursor when hovering over a clickable link :^)
Andreas Kling
2019-10-10
LibHTML: Fix relative URL completion when document URL ends in a slash
Andreas Kling
2019-10-09
LibHTML: Have TreeNode deref its children before deleting itself
Andreas Kling
2019-10-09
LibHTML: Tear down the layout tree before changing the Frame's document
Andreas Kling
2019-10-09
LibHTML: Document::detach_from_frame() should actually detach
Andreas Kling
2019-10-09
LibHTML: Move is_ancestor_of() from LayoutNode to TreeNode
Andreas Kling
2019-10-09
LibHTML: Implement the <blink> element
Andreas Kling
2019-10-09
LibHTML: Add basic <!DOCTYPE> parsing and a DocumentType class
Andreas Kling
2019-10-09
LibHTML: Rename Document::normalize() to fixup() and always do it
Andreas Kling
2019-10-09
LibHTML: Handle CSS declarations that don't end in ';'
Andreas Kling
[next]