Andreas Kling
|
884ae80699
LibHTML+Browser: Show target URL of hovered links in Browser statusbar
|
5 years ago |
Andreas Kling
|
96f34d26c9
LibHTML: Batch style updates and make them start from the root
|
5 years ago |
Andreas Kling
|
4814253589
LibHTML: Introduce LayoutBox and LayoutNodeWithStyleAndBoxModelMetrics
|
5 years ago |
Andreas Kling
|
f4f5ede10a
LibHTML: Simplify Node::create_layout_node()
|
5 years ago |
Andreas Kling
|
f7cd5662ef
LibHTML: Move layout tree building to a LayoutTreeBuilder class
|
5 years ago |
Andreas Kling
|
735f02900b
LibHTML: Implement basic partial style invalidation
|
5 years ago |
Andreas Kling
|
b083a233d8
LibHTML: Add Comment and CharacterData nodes and improve HTML parsing
|
5 years ago |
Andreas Kling
|
fc53867937
LibHTML: Add basic <!DOCTYPE> parsing and a DocumentType class
|
5 years ago |
Andreas Kling
|
15f3e64862
LibHTML: Rename "style_properties" to "style" everywhere
|
5 years ago |
Andreas Kling
|
a239ef34d5
LibHTML: Add Node::first_ancestor_of_type<T>()
|
5 years ago |
Andreas Kling
|
3bee9d3d3c
LibHTML: Templatize Node::first_child_of_type<T>()
|
5 years ago |
Andreas Kling
|
f52f2736e1
LibHTML: Add is<ElementType> and to<ElementType> helper functions
|
5 years ago |
Andreas Kling
|
5a6c36dc91
LibHTML: Add Node::{next,previous}_element_sibling()
|
5 years ago |
Andreas Kling
|
f150134de9
LibHTML: Make Node::create_layout_node() virtual
|
5 years ago |
Andreas Kling
|
9808d35554
LibHTML: Add support for <body bgcolor="#rrggbb" text="#rrggbb">
|
5 years ago |
Andreas Kling
|
7912592f89
LibHTML: Add inserted_into() and removed_from() TreeNode callbacks
|
5 years ago |
Andreas Kling
|
b94c7665a9
LibHTML: Add a way to get a Document's title
|
5 years ago |
Andreas Kling
|
0c6af2d5b4
LibHTML: Add Node::text_content()
|
5 years ago |
Andreas Kling
|
f38b0f667e
LibHTML: Implement basic HTMLElement.title support
|
5 years ago |
Andreas Kling
|
b477aff843
LibHTML: Detect hovering over links
|
5 years ago |
Andreas Kling
|
1b8509a0c9
LibHTML: Make sure every DOM Node belongs to a Document
|
5 years ago |
Andreas Kling
|
fb4702dd49
LibHTML: Add virtual Node::tag_name()
|
5 years ago |
Sergey Bugaev
|
599edba7a3
LibHTML: Move layout tree building to Node
|
5 years ago |
Andreas Kling
|
04b9dc2d30
Libraries: Create top level directory for libraries.
|
6 years ago |