MacDue 5df4e64eb7 LibWeb: Implement SVG `preserveAspectRatio` attribute 2 years ago
..
AvailableSpace.cpp f5f25562d1 LibWeb: Convert FormattingContext to new pixel units 2 years ago
AvailableSpace.h 7639eccd53 LibWeb: Add default equality operators to Available{Space,Size} 2 years ago
BlockContainer.cpp 3dd006f719 LibWeb: Move scroll state from Layout::BlockContainer to Layout::Box 2 years ago
BlockContainer.h 3dd006f719 LibWeb: Move scroll state from Layout::BlockContainer to Layout::Box 2 years ago
BlockFormattingContext.cpp b97229c9b5 LibWeb: Ignore preferred width when calculating intrinsic width of block 2 years ago
BlockFormattingContext.h 00999a245c LibWeb: Let FormattingContext decide the automatic width of its root 2 years ago
Box.cpp b3d033f027 LibWeb: Declare overflow_value_makes_box_a_scroll_container as static 2 years ago
Box.h 8038824211 LibWeb: Add Layout::Box::is_scroll_container() 2 years ago
BoxModelMetrics.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
BoxModelMetrics.h 02cd853eee LibWeb+Browser+WebContent: Convert BoxModelMetrics to new pixel units 2 years ago
BreakNode.cpp a0e6882d99 LibWeb: Remove Layout::Node::set_inline() 2 years ago
BreakNode.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 years ago
ButtonBox.cpp b71c7a6e44 Userland: Use Font::pixel_size_rounded_up() instead of glyph_height() 2 years ago
ButtonBox.h f914abaf29 LibWeb: Make a handful of layout node leaf classes `final` 2 years ago
CanvasBox.cpp 4d401bf796 LibWeb: Make the paint tree GC-allocated 2 years ago
CanvasBox.h f914abaf29 LibWeb: Make a handful of layout node leaf classes `final` 2 years ago
CheckBox.cpp 4d401bf796 LibWeb: Make the paint tree GC-allocated 2 years ago
CheckBox.h f914abaf29 LibWeb: Make a handful of layout node leaf classes `final` 2 years ago
FlexFormattingContext.cpp e7f5b5a2f3 LibWeb: Fix multi-line flex column layouts with auto height on container 2 years ago
FlexFormattingContext.h 47c21cc349 LibWeb: Honor column-gap and row-gap CSS properties in flex layout 2 years ago
FormAssociatedLabelableNode.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 years ago
FormattingContext.cpp cc33a57620 LibWeb: Use intrinsic aspect ratio when calculating max content height 2 years ago
FormattingContext.h 00999a245c LibWeb: Let FormattingContext decide the automatic width of its root 2 years ago
FrameBox.cpp 7e76a51cb0 LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport 2 years ago
FrameBox.h 4d401bf796 LibWeb: Make the paint tree GC-allocated 2 years ago
GridFormattingContext.cpp 289285cd6e LibWeb: Add borders functionality to CSS Grid 2 years ago
GridFormattingContext.h 289285cd6e LibWeb: Add borders functionality to CSS Grid 2 years ago
ImageBox.cpp a15a44cfc8 LibWeb: Don't use image source URL as backup `alt` attribute 2 years ago
ImageBox.h 4d401bf796 LibWeb: Make the paint tree GC-allocated 2 years ago
InlineFormattingContext.cpp 01ca7e0544 LibWeb: Whine instead of dying on unexpected box during line layout 2 years ago
InlineFormattingContext.h 056acb5ebf LibWeb: Convert InlineFormattingContext to new pixel units 2 years ago
InlineLevelIterator.cpp 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 years ago
InlineLevelIterator.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 years ago
InlineNode.cpp 4d401bf796 LibWeb: Make the paint tree GC-allocated 2 years ago
InlineNode.h f914abaf29 LibWeb: Make a handful of layout node leaf classes `final` 2 years ago
Label.cpp 7e76a51cb0 LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport 2 years ago
Label.h 3c7bd5a317 LibWeb+WebContent+headless-browser: Use CSSPixels for PageClient events 2 years ago
LabelableNode.cpp cb0c5390ff LibWeb: Move mouse event and label logic from layout to painting tree 3 years ago
LabelableNode.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 years ago
LayoutState.cpp 53a4a31af2 LibWeb: Remove CalculatedStyleValue from Length 2 years ago
LayoutState.h ca290b27ea LibWeb: Make box content sizes indefinite before intrinsic sizing 2 years ago
LineBox.cpp 76047d1932 LibWeb: Convert InlineLevelIterator/LineBox/LineBuilder to new px units 2 years ago
LineBox.h 9927dab993 LibWeb: Don't drop single <br/> lines 2 years ago
LineBoxFragment.cpp 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 years ago
LineBoxFragment.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 years ago
LineBuilder.cpp e4b71495f5 LibWeb: Resolve percentage vertical-align values against line-height 2 years ago
LineBuilder.h 76047d1932 LibWeb: Convert InlineLevelIterator/LineBox/LineBuilder to new px units 2 years ago
ListItemBox.cpp 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 years ago
ListItemBox.h 1cf5737e9e LibWeb: Add fast_is<T>() for various types stood out in a profile 2 years ago
ListItemMarkerBox.cpp 4d401bf796 LibWeb: Make the paint tree GC-allocated 2 years ago
ListItemMarkerBox.h 4d401bf796 LibWeb: Make the paint tree GC-allocated 2 years ago
Node.cpp bed55ac669 LibWeb: Parse and plumb background-position-x/y 2 years ago
Node.h 7061a3d8e6 LibWeb: Add .scaled_font() helper to Layout::Node 2 years ago
Progress.cpp 4d401bf796 LibWeb: Make the paint tree GC-allocated 2 years ago
Progress.h f914abaf29 LibWeb: Make a handful of layout node leaf classes `final` 2 years ago
RadioButton.cpp 4d401bf796 LibWeb: Make the paint tree GC-allocated 2 years ago
RadioButton.h 4d401bf796 LibWeb: Make the paint tree GC-allocated 2 years ago
ReplacedBox.cpp a0e6882d99 LibWeb: Remove Layout::Node::set_inline() 2 years ago
ReplacedBox.h 65cdf89a8b LibWeb: Convert Layout Boxes to new pixel units 2 years ago
SVGBox.cpp 28b771560a LibWeb: Make SVG <svg> elements behave as CSS replaced elements 3 years ago
SVGBox.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 years ago
SVGFormattingContext.cpp 5df4e64eb7 LibWeb: Implement SVG `preserveAspectRatio` attribute 2 years ago
SVGFormattingContext.h 00999a245c LibWeb: Let FormattingContext decide the automatic width of its root 2 years ago
SVGGeometryBox.cpp f9c61e3ba7 LibWeb: Scale SVG stroke-width based on viewbox 2 years ago
SVGGeometryBox.h ba6272a0a0 LibWeb: Don't try to paint SVG elements transformed to zero size 2 years ago
SVGGraphicsBox.cpp 02b316fd5c LibWeb: Let Paintable perform the painting 3 years ago
SVGGraphicsBox.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 years ago
SVGSVGBox.cpp 2480b94ae7 LibWeb: Support more length types in SVG width/height attributes 2 years ago
SVGSVGBox.h 1cf5737e9e LibWeb: Add fast_is<T>() for various types stood out in a profile 2 years ago
TableBox.cpp e107c83a57 LibWeb: Remove inheritance of `TableBox` from `BlockContainer` 2 years ago
TableBox.h aa19c4a340 LibWeb: Add Layout::Node::is_table() and make is<TableBox>() fast 2 years ago
TableCellBox.cpp dbf76e8ae1 LibWeb: Take rowspan into account while table formatting 2 years ago
TableCellBox.h 276a77f02d LibWeb: Support display inline-table 2 years ago
TableFormattingContext.cpp c839c51b0b LibWeb: Use max-width property in table formatting 2 years ago
TableFormattingContext.h 00999a245c LibWeb: Let FormattingContext decide the automatic width of its root 2 years ago
TableRowBox.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
TableRowBox.h 276a77f02d LibWeb: Support display inline-table 2 years ago
TableRowGroupBox.cpp c8337e9ee8 LibWeb: Remove inheritance of `TableRowGroupBox` from `BlockContainer` 2 years ago
TableRowGroupBox.h c8337e9ee8 LibWeb: Remove inheritance of `TableRowGroupBox` from `BlockContainer` 2 years ago
TableWrapper.cpp 709fe01f52 LibWeb: Override width calculation for table wrappers 2 years ago
TableWrapper.h 709fe01f52 LibWeb: Override width calculation for table wrappers 2 years ago
TextNode.cpp 4d401bf796 LibWeb: Make the paint tree GC-allocated 2 years ago
TextNode.h f914abaf29 LibWeb: Make a handful of layout node leaf classes `final` 2 years ago
TreeBuilder.cpp 7b4c76788b LibWeb: Don't put abspos grid/flex items in anonymous wrapper 2 years ago
TreeBuilder.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 years ago
VideoBox.cpp f156d3d5e5 LibWeb: Create a basic layout node for HTMLVideoElement 2 years ago
VideoBox.h f156d3d5e5 LibWeb: Create a basic layout node for HTMLVideoElement 2 years ago
Viewport.cpp 7e76a51cb0 LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport 2 years ago
Viewport.h 7e76a51cb0 LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport 2 years ago