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
/
DOM
/
Document.cpp
Age
Commit message (
Expand
)
Author
2019-11-04
LibHTML: Add a convenient way to get from any layout node to the root
Andreas Kling
2019-10-28
LibHTML: Add Document::force_layout()
Andreas Kling
2019-10-21
LibHTML: Add Document::get_element_by_id() and get_elements_by_name()
Andreas Kling
2019-10-19
LibHTML: DOM fixup should handle a completely empty document
Andreas Kling
2019-10-19
LibHTML: Batch style updates and make them start from the root
Andreas Kling
2019-10-19
LibHTML: Implement basic tiled background image support
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-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-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-12
LibHTML: Add Comment and CharacterData nodes and improve HTML parsing
Andreas Kling
2019-10-12
LibHTML: Move Element construction to a separate file
Andreas Kling
2019-10-10
LibHTML: Fix relative URL completion when document URL ends in a slash
Andreas Kling
2019-10-09
LibHTML: Document::detach_from_frame() should actually detach
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-08
LibHTML: Use an enum for CSS property ID's
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 function for invalidating the document layout
Conrad Pankoff
2019-10-06
LibHTML: Parse link, alink and vlink in <body> and pass to Document
Andreas Kling
2019-10-05
LibHTML: Make Node::create_layout_node() virtual
Andreas Kling
2019-10-05
LibHTML: Add load(URL) and reload() functions to HtmlView
Andreas Kling
2019-10-04
LibHTML: Add support for <body bgcolor="#rrggbb" text="#rrggbb">
Andreas Kling
2019-10-04
LibHTML: Add a Frame class and use it for document layout width
Andreas Kling
2019-09-29
LibHTML: Add a way to get a Document's title
Andreas Kling
2019-09-29
LibHTML: Make sure every DOM Node belongs to a Document
Andreas Kling
2019-09-28
LibHTML: Add Document::normalize()
Sergey Bugaev
2019-07-04
Libraries: Create top level directory for libraries.
Andreas Kling