1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-03 00:42:14 +00:00
serenity/Libraries/LibHTML/Layout
Andreas Kling 7bc9310170 LibHTML: Add a Frame class and use it for document layout width
Each HtmlView now has a main_frame(), which represents the main frame
of the web page. Frame inherits from TreeNode<Frame>, which will allow
us to someday implement a Frame tree (to support the <frame> element.)
2019-10-04 15:50:04 +02:00
..
ComputedStyle.cpp LibHTML: Add ComputedStyle::full_margin() 2019-09-28 18:29:42 +02:00
ComputedStyle.h LibHTML: Add a Frame class and use it for document layout width 2019-10-04 15:50:04 +02:00
LayoutBlock.cpp LibHTML: LayoutText should always use parent's style properties 2019-10-04 12:12:39 +02:00
LayoutBlock.h LibHTML: LayoutText should always use parent's style properties 2019-10-04 12:12:39 +02:00
LayoutDocument.cpp LibHTML: Add a Frame class and use it for document layout width 2019-10-04 15:50:04 +02:00
LayoutDocument.h LibHTML: LayoutText should always use parent's style properties 2019-10-04 12:12:39 +02:00
LayoutInline.cpp LibHTML: LayoutText should always use parent's style properties 2019-10-04 12:12:39 +02:00
LayoutInline.h LibHTML: LayoutText should always use parent's style properties 2019-10-04 12:12:39 +02:00
LayoutNode.cpp LibHTML: LayoutText should always use parent's style properties 2019-10-04 12:12:39 +02:00
LayoutNode.h LibHTML: LayoutText should always use parent's style properties 2019-10-04 12:12:39 +02:00
LayoutText.cpp LibHTML: LayoutText should always use parent's style properties 2019-10-04 12:12:39 +02:00
LayoutText.h LibHTML: LayoutText should always use parent's style properties 2019-10-04 12:12:39 +02:00
LineBox.cpp LibHTML: Rewrite inline and text layout 2019-10-03 15:20:13 +02:00
LineBox.h LibHTML: Rewrite inline and text layout 2019-10-03 15:20:13 +02:00
LineBoxFragment.cpp LibHTML: Rewrite inline and text layout 2019-10-03 15:20:13 +02:00
LineBoxFragment.h LibHTML: Rewrite inline and text layout 2019-10-03 15:20:13 +02:00