1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 10:47:41 +00:00
serenity/Userland/Libraries/LibWeb/Layout
Andreas Kling e562819a7e LibWeb: Generate layout nodes for shadow subtrees
Elements with shadow roots will now recurse into those shadow trees
while building the layout tree.

This is the first step towards basic Shadow DOM support. :^)
2021-02-10 19:06:20 +01:00
..
BlockBox.cpp LibWeb: Remove low-hanging LibGUI fruit from LibWeb 2021-02-10 09:13:29 +01:00
BlockBox.h
BlockFormattingContext.cpp LibWeb: Remove WidgetBox layout node 2021-02-10 09:13:30 +01:00
BlockFormattingContext.h
Box.cpp LibWeb: Remove low-hanging LibGUI fruit from LibWeb 2021-02-10 09:13:29 +01:00
Box.h
BoxModelMetrics.cpp
BoxModelMetrics.h
BreakNode.cpp
BreakNode.h
ButtonBox.cpp LibWeb: Remove low-hanging LibGUI fruit from LibWeb 2021-02-10 09:13:29 +01:00
ButtonBox.h
CanvasBox.cpp LibWeb: Remove low-hanging LibGUI fruit from LibWeb 2021-02-10 09:13:29 +01:00
CanvasBox.h
CheckBox.cpp LibWeb: Remove low-hanging LibGUI fruit from LibWeb 2021-02-10 09:13:29 +01:00
CheckBox.h
FlexFormattingContext.cpp
FlexFormattingContext.h
FormattingContext.cpp
FormattingContext.h
FrameBox.cpp LibWeb: Remove low-hanging LibGUI fruit from LibWeb 2021-02-10 09:13:29 +01:00
FrameBox.h
ImageBox.cpp LibWeb: Remove low-hanging LibGUI fruit from LibWeb 2021-02-10 09:13:29 +01:00
ImageBox.h
InitialContainingBlockBox.cpp LibWeb: Remove WidgetBox layout node 2021-02-10 09:13:30 +01:00
InitialContainingBlockBox.h
InlineFormattingContext.cpp
InlineFormattingContext.h
InlineNode.cpp
InlineNode.h
LayoutPosition.cpp
LayoutPosition.h
LineBox.cpp
LineBox.h
LineBoxFragment.cpp LibWeb: Remove low-hanging LibGUI fruit from LibWeb 2021-02-10 09:13:29 +01:00
LineBoxFragment.h
ListItemBox.cpp
ListItemBox.h
ListItemMarkerBox.cpp LibWeb: Remove low-hanging LibGUI fruit from LibWeb 2021-02-10 09:13:29 +01:00
ListItemMarkerBox.h
Node.cpp LibWeb: Remove low-hanging LibGUI fruit from LibWeb 2021-02-10 09:13:29 +01:00
Node.h
ReplacedBox.cpp
ReplacedBox.h
SVGBox.cpp LibWeb: Remove low-hanging LibGUI fruit from LibWeb 2021-02-10 09:13:29 +01:00
SVGBox.h
SVGGraphicsBox.cpp
SVGGraphicsBox.h
SVGPathBox.cpp
SVGPathBox.h
SVGSVGBox.cpp
SVGSVGBox.h
TableBox.cpp
TableBox.h
TableCellBox.cpp
TableCellBox.h
TableFormattingContext.cpp
TableFormattingContext.h
TableRowBox.cpp
TableRowBox.h
TableRowGroupBox.cpp
TableRowGroupBox.h
TextNode.cpp LibWeb: Remove low-hanging LibGUI fruit from LibWeb 2021-02-10 09:13:29 +01:00
TextNode.h
TreeBuilder.cpp LibWeb: Generate layout nodes for shadow subtrees 2021-02-10 19:06:20 +01:00
TreeBuilder.h