Aliaksandr Kalenik 0e1da540b6 LibWeb: Move cells positioning in separate function in TFC 2 vuotta sitten
..
AvailableSpace.cpp f5f25562d1 LibWeb: Convert FormattingContext to new pixel units 2 vuotta sitten
AvailableSpace.h f5f25562d1 LibWeb: Convert FormattingContext to new pixel units 2 vuotta sitten
BlockContainer.cpp 65cdf89a8b LibWeb: Convert Layout Boxes to new pixel units 2 vuotta sitten
BlockContainer.h 65cdf89a8b LibWeb: Convert Layout Boxes to new pixel units 2 vuotta sitten
BlockFormattingContext.cpp 6c5ba10bb0 LibWeb: Remove redundant check for empty anonymous blocks 2 vuotta sitten
BlockFormattingContext.h 33f42e3490 LibWeb: Remove redundant BFC::is_block_formatting_context() method 2 vuotta sitten
Box.cpp affc8a22ca LibWeb+WebContent: Convert BrowsingContext to new pixel units 2 vuotta sitten
Box.h 65cdf89a8b LibWeb: Convert Layout Boxes to new pixel units 2 vuotta sitten
BoxModelMetrics.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 vuotta sitten
BoxModelMetrics.h 02cd853eee LibWeb+Browser+WebContent: Convert BoxModelMetrics to new pixel units 2 vuotta sitten
BreakNode.cpp a0e6882d99 LibWeb: Remove Layout::Node::set_inline() 2 vuotta sitten
BreakNode.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 vuotta sitten
ButtonBox.cpp 206d6ece55 LibGfx: Move other font-related files to LibGfx/Font/ 3 vuotta sitten
ButtonBox.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 vuotta sitten
CanvasBox.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 vuotta sitten
CanvasBox.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 vuotta sitten
CheckBox.cpp 206d6ece55 LibGfx: Move other font-related files to LibGfx/Font/ 3 vuotta sitten
CheckBox.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 vuotta sitten
FlexFormattingContext.cpp 15c0efede9 LibWeb: Take used width into account in flex item intrinsic cross sizing 2 vuotta sitten
FlexFormattingContext.h ab2f105344 LibWeb: Store flex item used sizes as Optional<CSSPixels> 2 vuotta sitten
FormAssociatedLabelableNode.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 vuotta sitten
FormattingContext.cpp 80ce0419b6 LibWeb: Fix abspos flex container with height:auto getting zero height 2 vuotta sitten
FormattingContext.h 80ce0419b6 LibWeb: Fix abspos flex container with height:auto getting zero height 2 vuotta sitten
FrameBox.cpp affc8a22ca LibWeb+WebContent: Convert BrowsingContext to new pixel units 2 vuotta sitten
FrameBox.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 vuotta sitten
GridFormattingContext.cpp c70dcaefcd LibWeb: Convert LayoutState to new pixel units 2 vuotta sitten
GridFormattingContext.h 55ddfa9348 LibWeb: Convert GridFormattingContext to new pixel units 2 vuotta sitten
ImageBox.cpp 65cdf89a8b LibWeb: Convert Layout Boxes to new pixel units 2 vuotta sitten
ImageBox.h 65cdf89a8b LibWeb: Convert Layout Boxes to new pixel units 2 vuotta sitten
InitialContainingBlock.cpp ab49dbf137 LibWeb: Convert Paintable coordinates to new pixel units 2 vuotta sitten
InitialContainingBlock.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 vuotta sitten
InlineFormattingContext.cpp 166f7e0b96 LibWeb: Respect `box-sizing: content-box` inside inline-blocks 2 vuotta sitten
InlineFormattingContext.h 056acb5ebf LibWeb: Convert InlineFormattingContext to new pixel units 2 vuotta sitten
InlineLevelIterator.cpp 76047d1932 LibWeb: Convert InlineLevelIterator/LineBox/LineBuilder to new px units 2 vuotta sitten
InlineLevelIterator.h 76047d1932 LibWeb: Convert InlineLevelIterator/LineBox/LineBuilder to new px units 2 vuotta sitten
InlineNode.cpp a0e6882d99 LibWeb: Remove Layout::Node::set_inline() 2 vuotta sitten
InlineNode.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 vuotta sitten
Label.cpp ab49dbf137 LibWeb: Convert Paintable coordinates to new pixel units 2 vuotta sitten
Label.h 3c7bd5a317 LibWeb+WebContent+headless-browser: Use CSSPixels for PageClient events 2 vuotta sitten
LabelableNode.cpp cb0c5390ff LibWeb: Move mouse event and label logic from layout to painting tree 3 vuotta sitten
LabelableNode.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 vuotta sitten
LayoutPosition.cpp 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 vuotta sitten
LayoutPosition.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 vuotta sitten
LayoutState.cpp c70dcaefcd LibWeb: Convert LayoutState to new pixel units 2 vuotta sitten
LayoutState.h c70dcaefcd LibWeb: Convert LayoutState to new pixel units 2 vuotta sitten
LineBox.cpp 76047d1932 LibWeb: Convert InlineLevelIterator/LineBox/LineBuilder to new px units 2 vuotta sitten
LineBox.h 76047d1932 LibWeb: Convert InlineLevelIterator/LineBox/LineBuilder to new px units 2 vuotta sitten
LineBoxFragment.cpp ab49dbf137 LibWeb: Convert Paintable coordinates to new pixel units 2 vuotta sitten
LineBoxFragment.h ab49dbf137 LibWeb: Convert Paintable coordinates to new pixel units 2 vuotta sitten
LineBuilder.cpp 5d8e3f5122 LibWeb: Convert Layout::Node to new pixel units 2 vuotta sitten
LineBuilder.h 76047d1932 LibWeb: Convert InlineLevelIterator/LineBox/LineBuilder to new px units 2 vuotta sitten
ListItemBox.cpp 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 vuotta sitten
ListItemBox.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 vuotta sitten
ListItemMarkerBox.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 vuotta sitten
ListItemMarkerBox.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 vuotta sitten
Node.cpp 57940f4370 LibWeb: Wrap table roots in anonymous block boxes 2 vuotta sitten
Node.h 57940f4370 LibWeb: Wrap table roots in anonymous block boxes 2 vuotta sitten
Progress.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 vuotta sitten
Progress.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 vuotta sitten
RadioButton.cpp 7dfd5afd37 LibWeb: Set 1:1 intrinsic aspect ratio for radio buttons 3 vuotta sitten
RadioButton.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 vuotta sitten
ReplacedBox.cpp a0e6882d99 LibWeb: Remove Layout::Node::set_inline() 2 vuotta sitten
ReplacedBox.h 65cdf89a8b LibWeb: Convert Layout Boxes to new pixel units 2 vuotta sitten
SVGBox.cpp 28b771560a LibWeb: Make SVG <svg> elements behave as CSS replaced elements 3 vuotta sitten
SVGBox.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 vuotta sitten
SVGFormattingContext.cpp c70dcaefcd LibWeb: Convert LayoutState to new pixel units 2 vuotta sitten
SVGFormattingContext.h f5f25562d1 LibWeb: Convert FormattingContext to new pixel units 2 vuotta sitten
SVGGeometryBox.cpp 65cdf89a8b LibWeb: Convert Layout Boxes to new pixel units 2 vuotta sitten
SVGGeometryBox.h 65cdf89a8b LibWeb: Convert Layout Boxes to new pixel units 2 vuotta sitten
SVGGraphicsBox.cpp 02b316fd5c LibWeb: Let Paintable perform the painting 3 vuotta sitten
SVGGraphicsBox.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 vuotta sitten
SVGSVGBox.cpp 65cdf89a8b LibWeb: Convert Layout Boxes to new pixel units 2 vuotta sitten
SVGSVGBox.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 vuotta sitten
TableBox.cpp e107c83a57 LibWeb: Remove inheritance of `TableBox` from `BlockContainer` 2 vuotta sitten
TableBox.h e107c83a57 LibWeb: Remove inheritance of `TableBox` from `BlockContainer` 2 vuotta sitten
TableCellBox.cpp dbf76e8ae1 LibWeb: Take rowspan into account while table formatting 2 vuotta sitten
TableCellBox.h 577c552209 LibWeb: Remove unused `TableCellBox::next_cell()` 2 vuotta sitten
TableFormattingContext.cpp 0e1da540b6 LibWeb: Move cells positioning in separate function in TFC 2 vuotta sitten
TableFormattingContext.h 0e1da540b6 LibWeb: Move cells positioning in separate function in TFC 2 vuotta sitten
TableRowBox.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 vuotta sitten
TableRowBox.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 vuotta sitten
TableRowGroupBox.cpp c8337e9ee8 LibWeb: Remove inheritance of `TableRowGroupBox` from `BlockContainer` 2 vuotta sitten
TableRowGroupBox.h c8337e9ee8 LibWeb: Remove inheritance of `TableRowGroupBox` from `BlockContainer` 2 vuotta sitten
TextNode.cpp 32e35a02f9 LibWeb: Apply CSS text-transform during layout 2 vuotta sitten
TextNode.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 vuotta sitten
TreeBuilder.cpp 57940f4370 LibWeb: Wrap table roots in anonymous block boxes 2 vuotta sitten
TreeBuilder.h eacfcac932 LibWeb: Use HashMap::try_ensure_capacity in StyleComputer 2 vuotta sitten