Andreas Kling 410e2b43ce LibWeb: Use Box::has_intrinsic_aspect_ratio() check in FFC step 3 3 lat temu
..
BlockContainer.cpp f73aa8e2bd LibWeb: Move line boxes from Layout::Box to BlockContainer 3 lat temu
BlockContainer.h f73aa8e2bd LibWeb: Move line boxes from Layout::Box to BlockContainer 3 lat temu
BlockFormattingContext.cpp f73aa8e2bd LibWeb: Move line boxes from Layout::Box to BlockContainer 3 lat temu
BlockFormattingContext.h f73aa8e2bd LibWeb: Move line boxes from Layout::Box to BlockContainer 3 lat temu
Box.cpp f73aa8e2bd LibWeb: Move line boxes from Layout::Box to BlockContainer 3 lat temu
Box.h a58cc2eeb4 LibWeb: Rename "intrinsic ratio" => "intrinsic aspect ratio" 3 lat temu
BoxModelMetrics.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 lat temu
BoxModelMetrics.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 lat temu
BreakNode.cpp c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer 3 lat temu
BreakNode.h 5a7d3e3cc1 LibWeb: Let <br> elements have style 3 lat temu
ButtonBox.cpp 81590b1804 LibWeb: Make intrinsic width/height/ratio a Box concept and simplify it 3 lat temu
ButtonBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 lat temu
CanvasBox.cpp 81590b1804 LibWeb: Make intrinsic width/height/ratio a Box concept and simplify it 3 lat temu
CanvasBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 lat temu
CheckBox.cpp 81590b1804 LibWeb: Make intrinsic width/height/ratio a Box concept and simplify it 3 lat temu
CheckBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 lat temu
FlexFormattingContext.cpp 410e2b43ce LibWeb: Use Box::has_intrinsic_aspect_ratio() check in FFC step 3 3 lat temu
FlexFormattingContext.h 1d0c4a07ff LibWeb: Add spec comments to FFC layout algorithm step 5 3 lat temu
FormattingContext.cpp a58cc2eeb4 LibWeb: Rename "intrinsic ratio" => "intrinsic aspect ratio" 3 lat temu
FormattingContext.h 2844f89a83 LibWeb: Implement "out-of-flow" property of Layout Box 3 lat temu
FrameBox.cpp 81590b1804 LibWeb: Make intrinsic width/height/ratio a Box concept and simplify it 3 lat temu
FrameBox.h ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> 4 lat temu
ImageBox.cpp a58cc2eeb4 LibWeb: Rename "intrinsic ratio" => "intrinsic aspect ratio" 3 lat temu
ImageBox.h 3a7e26ef28 LibWeb: Rename frame_did_set_viewport_rect() => browsing_context_*() 3 lat temu
InitialContainingBlock.cpp c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer 3 lat temu
InitialContainingBlock.h c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer 3 lat temu
InlineFormattingContext.cpp f73aa8e2bd LibWeb: Move line boxes from Layout::Box to BlockContainer 3 lat temu
InlineFormattingContext.h f73aa8e2bd LibWeb: Move line boxes from Layout::Box to BlockContainer 3 lat temu
InlineNode.cpp f73aa8e2bd LibWeb: Move line boxes from Layout::Box to BlockContainer 3 lat temu
InlineNode.h 912596fae8 LibWeb: Give InlineNodes a background 3 lat temu
Label.cpp c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer 3 lat temu
Label.h c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer 3 lat temu
LabelableNode.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 lat temu
LayoutPosition.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 lat temu
LayoutPosition.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 lat temu
LineBox.cpp d79ab32850 LibWeb: Consider empty fragments the same as whitespace in LineBox 3 lat temu
LineBox.h c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer 3 lat temu
LineBoxFragment.cpp e91edcaa28 LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock 3 lat temu
LineBoxFragment.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 lat temu
ListItemBox.cpp c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer 3 lat temu
ListItemBox.h c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer 3 lat temu
ListItemMarkerBox.cpp c5b4928f4a LibWeb: Make ListItemMarkerBox inherit style from ListItemBox 3 lat temu
ListItemMarkerBox.h a0bea52a5f LibWeb: Mark Layout::ListItemMarkerBox as never having children 3 lat temu
Node.cpp 439721f38c LibWeb: CSS display:position does not imply definite size 3 lat temu
Node.h d9e0fd8823 LibWeb: Rename Layout::Node::is_block_box() => is_block_container() 3 lat temu
RadioButton.cpp 81590b1804 LibWeb: Make intrinsic width/height/ratio a Box concept and simplify it 3 lat temu
RadioButton.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 lat temu
ReplacedBox.cpp c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer 3 lat temu
ReplacedBox.h a58cc2eeb4 LibWeb: Rename "intrinsic ratio" => "intrinsic aspect ratio" 3 lat temu
SVGBox.cpp c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer 3 lat temu
SVGBox.h c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer 3 lat temu
SVGFormattingContext.cpp 684f7cca9f LibWeb: Implement very naive layout of <path> within <svg> 3 lat temu
SVGFormattingContext.h 92c08ad4ac LibWeb: Add SVGFormattingContext to handle SVG box trees 3 lat temu
SVGGraphicsBox.cpp ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> 4 lat temu
SVGGraphicsBox.h 92c08ad4ac LibWeb: Add SVGFormattingContext to handle SVG box trees 3 lat temu
SVGPathBox.cpp 0bb680bacd LibWeb: Remove bogus offset when painting an SVG <path> box 3 lat temu
SVGPathBox.h 92c08ad4ac LibWeb: Add SVGFormattingContext to handle SVG box trees 3 lat temu
SVGSVGBox.cpp 92c08ad4ac LibWeb: Add SVGFormattingContext to handle SVG box trees 3 lat temu
SVGSVGBox.h 92c08ad4ac LibWeb: Add SVGFormattingContext to handle SVG box trees 3 lat temu
TableBox.cpp c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer 3 lat temu
TableBox.h c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer 3 lat temu
TableCellBox.cpp c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer 3 lat temu
TableCellBox.h c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer 3 lat temu
TableFormattingContext.cpp f73aa8e2bd LibWeb: Move line boxes from Layout::Box to BlockContainer 3 lat temu
TableFormattingContext.h f73aa8e2bd LibWeb: Move line boxes from Layout::Box to BlockContainer 3 lat temu
TableRowBox.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 lat temu
TableRowBox.h 85a0772147 LibWeb: Start work towards modern CSS "display" values 3 lat temu
TableRowGroupBox.cpp c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer 3 lat temu
TableRowGroupBox.h c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer 3 lat temu
TextNode.cpp b8dc3661ac Libraries: Fix -Wunreachable-code warnings from clang 3 lat temu
TextNode.h 28fabd4728 LibWeb: Make Layout::Node::paint() pure virtual 3 lat temu
TreeBuilder.cpp c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer 3 lat temu
TreeBuilder.h 85a0772147 LibWeb: Start work towards modern CSS "display" values 3 lat temu