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