ladybird/Userland/Libraries/LibWeb/Layout
sin-ack c70f45ff44 Everywhere: Explicitly specify the size in StringView constructors
This commit moves the length calculations out to be directly on the
StringView users. This is an important step towards the goal of removing
StringView(char const*), as it moves the responsibility of calculating
the size of the string to the user of the StringView (which will prevent
naive uses causing OOB access).
2022-07-12 23:11:35 +02:00
..
BlockContainer.cpp
BlockContainer.h
BlockFormattingContext.cpp LibWeb: More specialization of intrinsic sizing layout 2022-07-11 18:57:45 +02:00
BlockFormattingContext.h LibWeb: More specialization of intrinsic sizing layout 2022-07-11 18:57:45 +02:00
Box.cpp LibWeb: Make Layout::Box::set_needs_display() work for all boxes 2022-04-12 00:11:48 +02:00
Box.h
BoxModelMetrics.cpp
BoxModelMetrics.h
BreakNode.cpp
BreakNode.h
ButtonBox.cpp LibGfx: Move other font-related files to LibGfx/Font/ 2022-04-09 23:48:18 +02:00
ButtonBox.h
CanvasBox.cpp
CanvasBox.h
CheckBox.cpp LibGfx: Move other font-related files to LibGfx/Font/ 2022-04-09 23:48:18 +02:00
CheckBox.h
FlexFormattingContext.cpp LibWeb: Add missing break to avoid fallthrough in FlexFormattingContext 2022-07-12 18:11:21 +03:00
FlexFormattingContext.h LibWeb: Honor align-self over align-items when non-auto on flex item 2022-07-12 02:46:21 +02:00
FormAssociatedLabelableNode.h
FormattingContext.cpp LibWeb: Set up both containing block sizes before intrinsic sizing 2022-07-12 02:46:21 +02:00
FormattingContext.h LibWeb: Bring sizing of replaced elements closer to spec 2022-07-11 18:57:45 +02:00
FormattingState.cpp LibWeb: Stop putting the FormattingState nodes in a slow hash map 2022-07-11 18:57:45 +02:00
FormattingState.h LibWeb: Stop putting the FormattingState nodes in a slow hash map 2022-07-11 18:57:45 +02:00
FrameBox.cpp
FrameBox.h
ImageBox.cpp LibWeb: Stop including StyleValue.h in a few places 2022-04-14 14:54:06 +02:00
ImageBox.h
InitialContainingBlock.cpp LibWeb: Ignore non-painting layout nodes when building stacking contexts 2022-04-07 17:06:02 +02:00
InitialContainingBlock.h
InlineFormattingContext.cpp LibWeb: Make sure we always apply size constraints in IFC 2022-07-11 18:57:45 +02:00
InlineFormattingContext.h LibWeb: Make sure we always apply size constraints in IFC 2022-07-11 18:57:45 +02:00
InlineLevelIterator.cpp LibWeb: Don't iterate over text content inside replaced elements 2022-07-11 18:57:45 +02:00
InlineLevelIterator.h LibWeb: Cache a pointer to the IFC root in InlineLevelIterator 2022-07-06 20:31:27 +02:00
InlineNode.cpp
InlineNode.h
Label.cpp
Label.h
LabelableNode.cpp
LabelableNode.h
LayoutPosition.cpp
LayoutPosition.h
LineBox.cpp
LineBox.h
LineBoxFragment.cpp
LineBoxFragment.h
LineBuilder.cpp LibWeb: Make sure we always apply size constraints in IFC 2022-07-11 18:57:45 +02:00
LineBuilder.h LibWeb: Express intrinsic size layout via size constraints 2022-07-11 18:57:45 +02:00
ListItemBox.cpp
ListItemBox.h
ListItemMarkerBox.cpp
ListItemMarkerBox.h
Node.cpp Everywhere: Explicitly specify the size in StringView constructors 2022-07-12 23:11:35 +02:00
Node.h LibWeb: Stop putting the FormattingState nodes in a slow hash map 2022-07-11 18:57:45 +02:00
Progress.cpp
Progress.h
RadioButton.cpp LibWeb: Set 1:1 intrinsic aspect ratio for radio buttons 2022-07-11 18:57:45 +02:00
RadioButton.h
ReplacedBox.cpp
ReplacedBox.h
SVGBox.cpp
SVGBox.h
SVGFormattingContext.cpp LibWeb: Cache reference to <svg> element in SVGFormattingContext 2022-07-11 18:57:45 +02:00
SVGFormattingContext.h
SVGGeometryBox.cpp
SVGGeometryBox.h
SVGGraphicsBox.cpp
SVGGraphicsBox.h
SVGSVGBox.cpp LibWeb: Try to work out the intrinsic size of <svg> elements 2022-07-11 18:57:45 +02:00
SVGSVGBox.h LibWeb: Try to work out the intrinsic size of <svg> elements 2022-07-11 18:57:45 +02:00
TableBox.cpp
TableBox.h
TableCellBox.cpp
TableCellBox.h
TableFormattingContext.cpp LibWeb: Express intrinsic size layout via size constraints 2022-07-11 18:57:45 +02:00
TableFormattingContext.h
TableRowBox.cpp
TableRowBox.h
TableRowGroupBox.cpp
TableRowGroupBox.h
TextNode.cpp LibWeb: Express intrinsic size layout via size constraints 2022-07-11 18:57:45 +02:00
TextNode.h LibWeb: Express intrinsic size layout via size constraints 2022-07-11 18:57:45 +02:00
TreeBuilder.cpp LibWeb: Tidy up Layout::TreeBuilder ancestor stack a little bit 2022-04-13 19:52:25 +02:00
TreeBuilder.h LibWeb: Tidy up Layout::TreeBuilder ancestor stack a little bit 2022-04-13 19:52:25 +02:00