mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-09 01:29:43 +00:00
The approach of attaching sub-widgets to the web view widget was only ever going to work in single-process mode, and that's not what we're about anymore, so let's just get rid of WidgetBox so we don't have the dead-end architecture hanging over us. The next step here is to re-implement <input type=text> using LibWeb primitives. |
||
---|---|---|
.. | ||
BlockBox.cpp | ||
BlockBox.h | ||
BlockFormattingContext.cpp | ||
BlockFormattingContext.h | ||
Box.cpp | ||
Box.h | ||
BoxModelMetrics.cpp | ||
BoxModelMetrics.h | ||
BreakNode.cpp | ||
BreakNode.h | ||
ButtonBox.cpp | ||
ButtonBox.h | ||
CanvasBox.cpp | ||
CanvasBox.h | ||
CheckBox.cpp | ||
CheckBox.h | ||
FlexFormattingContext.cpp | ||
FlexFormattingContext.h | ||
FormattingContext.cpp | ||
FormattingContext.h | ||
FrameBox.cpp | ||
FrameBox.h | ||
ImageBox.cpp | ||
ImageBox.h | ||
InitialContainingBlockBox.cpp | ||
InitialContainingBlockBox.h | ||
InlineFormattingContext.cpp | ||
InlineFormattingContext.h | ||
InlineNode.cpp | ||
InlineNode.h | ||
LayoutPosition.cpp | ||
LayoutPosition.h | ||
LineBox.cpp | ||
LineBox.h | ||
LineBoxFragment.cpp | ||
LineBoxFragment.h | ||
ListItemBox.cpp | ||
ListItemBox.h | ||
ListItemMarkerBox.cpp | ||
ListItemMarkerBox.h | ||
Node.cpp | ||
Node.h | ||
ReplacedBox.cpp | ||
ReplacedBox.h | ||
SVGBox.cpp | ||
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 | ||
TextNode.h | ||
TreeBuilder.cpp | ||
TreeBuilder.h |