Andi Gallo cf40b95be8 LibWeb: Resolve table border conflicts with rows 2 vuotta sitten
..
AudioBox.cpp ac2238ee70 LibWeb: Begin implementing the HTMLAudioElement for audio playback 2 vuotta sitten
AudioBox.h ac2238ee70 LibWeb: Begin implementing the HTMLAudioElement for audio playback 2 vuotta sitten
AvailableSpace.cpp 147c3b3d97 LibWeb+WebContent: Forbid access to underlying type of CSSPixels 2 vuotta sitten
AvailableSpace.h 7639eccd53 LibWeb: Add default equality operators to Available{Space,Size} 2 vuotta sitten
BlockContainer.cpp a75915f055 LibWeb/Layout: Rename BlockContainer::paint{_box => able_with_lines}() 2 vuotta sitten
BlockContainer.h a75915f055 LibWeb/Layout: Rename BlockContainer::paint{_box => able_with_lines}() 2 vuotta sitten
BlockFormattingContext.cpp bf3144fcff LibWeb: Prevent max-width expanding the width 2 vuotta sitten
BlockFormattingContext.h ce186dca70 LibWeb: Fix the x coordinate of a block after a float 2 vuotta sitten
Box.cpp 1051624084 LibWeb: Obey CSS aspect-ratio property during layout 2 vuotta sitten
Box.h 1051624084 LibWeb: Obey CSS aspect-ratio property during layout 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 84e7216603 LibWeb: Move "natural size" concept into Layout::Box 2 vuotta sitten
ButtonBox.h f914abaf29 LibWeb: Make a handful of layout node leaf classes `final` 2 vuotta sitten
CanvasBox.cpp 84e7216603 LibWeb: Move "natural size" concept into Layout::Box 2 vuotta sitten
CanvasBox.h f914abaf29 LibWeb: Make a handful of layout node leaf classes `final` 2 vuotta sitten
CheckBox.cpp 84e7216603 LibWeb: Move "natural size" concept into Layout::Box 2 vuotta sitten
CheckBox.h f914abaf29 LibWeb: Make a handful of layout node leaf classes `final` 2 vuotta sitten
FlexFormattingContext.cpp 17d23e76e5 LibWeb: Fix flex & abspos alignment issues 2 vuotta sitten
FlexFormattingContext.h 4474aa0ae5 LibWeb: Resolve flex item `auto` cross sizes through aspect ratio 2 vuotta sitten
FormAssociatedLabelableNode.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 vuotta sitten
FormattingContext.cpp db5bde01dc LibWeb: Resolve % top and bottom insets against containing block height 2 vuotta sitten
FormattingContext.h c808f6c637 LibWeb: Don't use BFC auto height for non-BFC abspos elements 2 vuotta sitten
FrameBox.cpp 84e7216603 LibWeb: Move "natural size" concept into Layout::Box 2 vuotta sitten
FrameBox.h 990e7219d6 LibWeb: Fix iframes flickering on window resize 2 vuotta sitten
GridFormattingContext.cpp e7e454f1d6 LibWeb: Resolve used insets for grid items 2 vuotta sitten
GridFormattingContext.h c911781c21 Everywhere: Remove needless trailing semi-colons after functions 2 vuotta sitten
ImageBox.cpp 84e7216603 LibWeb: Move "natural size" concept into Layout::Box 2 vuotta sitten
ImageBox.h c648e24cff LibWeb: Don't force HTMLImageElement to have a legacy ImageLoader 2 vuotta sitten
ImageProvider.h e63f68661f LibWeb: Have ImageProvider bitmap getter take optional size argument 2 vuotta sitten
InlineFormattingContext.cpp 42675971e2 LibWeb: Resolve inline-block percentage padding against 0, not infinity 2 vuotta sitten
InlineFormattingContext.h e99a6fede4 LibWeb: Allow IFC to size inline-flex boxes midway through flex layout 2 vuotta sitten
InlineLevelIterator.cpp b918ce4022 LibWeb: Make Layout::TextNode::text_for_rendering() lazily computed 2 vuotta sitten
InlineLevelIterator.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 vuotta sitten
InlineNode.cpp 4d401bf796 LibWeb: Make the paint tree GC-allocated 2 vuotta sitten
InlineNode.h f914abaf29 LibWeb: Make a handful of layout node leaf classes `final` 2 vuotta sitten
Label.cpp a75915f055 LibWeb/Layout: Rename BlockContainer::paint{_box => able_with_lines}() 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
LayoutState.cpp f6d2a21d27 LibWeb: Store table cell indices and spans in PaintableBox 2 vuotta sitten
LayoutState.h 4c81d39483 LibWeb: Adjust border widths for tables using collapsing borders 2 vuotta sitten
LineBox.cpp 147c3b3d97 LibWeb+WebContent: Forbid access to underlying type of CSSPixels 2 vuotta sitten
LineBox.h 79d2c9f3e8 LibWeb: Don't justify text lines that end in a forced break 2 vuotta sitten
LineBoxFragment.cpp 754e458d0a LibWeb/Layout: Rename Box::{paint => paintable}_box() 2 vuotta sitten
LineBoxFragment.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 vuotta sitten
LineBuilder.cpp 4ac7c41483 LibWeb: Add -libweb-left and -libweb-right text-align values 2 vuotta sitten
LineBuilder.h 79d2c9f3e8 LibWeb: Don't justify text lines that end in a forced break 2 vuotta sitten
ListItemBox.cpp 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 vuotta sitten
ListItemBox.h 1cf5737e9e LibWeb: Add fast_is<T>() for various types stood out in a profile 2 vuotta sitten
ListItemMarkerBox.cpp 293ece2292 LibWeb: Support list-style-position 2 vuotta sitten
ListItemMarkerBox.h 293ece2292 LibWeb: Support list-style-position 2 vuotta sitten
Node.cpp 510dfbb7e6 LibWeb: Update anonymous wrappers when applying style changes 2 vuotta sitten
Node.h 55f1a70577 LibWeb: Fix style updates for table box nodes 2 vuotta sitten
Progress.cpp 84e7216603 LibWeb: Move "natural size" concept into Layout::Box 2 vuotta sitten
Progress.h f914abaf29 LibWeb: Make a handful of layout node leaf classes `final` 2 vuotta sitten
RadioButton.cpp 84e7216603 LibWeb: Move "natural size" concept into Layout::Box 2 vuotta sitten
RadioButton.h 4d401bf796 LibWeb: Make the paint tree GC-allocated 2 vuotta sitten
ReplacedBox.cpp a0e6882d99 LibWeb: Remove Layout::Node::set_inline() 2 vuotta sitten
ReplacedBox.h 84e7216603 LibWeb: Move "natural size" concept into Layout::Box 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 40fa07a6e1 LibWeb: Force paintable to exist for SVG <g> elements 2 vuotta sitten
SVGFormattingContext.h 00999a245c LibWeb: Let FormattingContext decide the automatic width of its root 2 vuotta sitten
SVGGeometryBox.cpp 147c3b3d97 LibWeb+WebContent: Forbid access to underlying type of CSSPixels 2 vuotta sitten
SVGGeometryBox.h ba6272a0a0 LibWeb: Don't try to paint SVG elements transformed to zero size 2 vuotta sitten
SVGGraphicsBox.cpp ec5d5918c4 LibWeb: Make SVG <g> elements generate a SVGGraphicsPaintable 2 vuotta sitten
SVGGraphicsBox.h ec5d5918c4 LibWeb: Make SVG <g> elements generate a SVGGraphicsPaintable 2 vuotta sitten
SVGSVGBox.cpp 147c3b3d97 LibWeb+WebContent: Forbid access to underlying type of CSSPixels 2 vuotta sitten
SVGSVGBox.h f0560fd087 LibWeb: Support <svg> elements with `display: block` 2 vuotta sitten
SVGTextBox.cpp 0d8d7ae94e LibWeb: Implement painting for svg text 2 vuotta sitten
SVGTextBox.h 0d8d7ae94e LibWeb: Implement painting for svg text 2 vuotta sitten
TableFormattingContext.cpp cf40b95be8 LibWeb: Resolve table border conflicts with rows 2 vuotta sitten
TableFormattingContext.h e30662a8a0 LibWeb: Resolve table border conflicts with cells 2 vuotta sitten
TableWrapper.cpp 709fe01f52 LibWeb: Override width calculation for table wrappers 2 vuotta sitten
TableWrapper.h 709fe01f52 LibWeb: Override width calculation for table wrappers 2 vuotta sitten
TextNode.cpp b918ce4022 LibWeb: Make Layout::TextNode::text_for_rendering() lazily computed 2 vuotta sitten
TextNode.h b918ce4022 LibWeb: Make Layout::TextNode::text_for_rendering() lazily computed 2 vuotta sitten
TreeBuilder.cpp 55f1a70577 LibWeb: Fix style updates for table box nodes 2 vuotta sitten
TreeBuilder.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 vuotta sitten
VideoBox.cpp 84e7216603 LibWeb: Move "natural size" concept into Layout::Box 2 vuotta sitten
VideoBox.h f156d3d5e5 LibWeb: Create a basic layout node for HTMLVideoElement 2 vuotta sitten
Viewport.cpp d6c3cbd958 LibWeb: Make StackingContext sorting a lot faster 2 vuotta sitten
Viewport.h 7e76a51cb0 LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport 2 vuotta sitten