Andreas Kling 9af966f87d LibWeb: Avoid unnecessary Vector copying when generating line boxes il y a 1 an
..
AudioBox.cpp ac2238ee70 LibWeb: Begin implementing the HTMLAudioElement for audio playback il y a 2 ans
AudioBox.h ac2238ee70 LibWeb: Begin implementing the HTMLAudioElement for audio playback il y a 2 ans
AvailableSpace.cpp 66ac0d88a3 LibWeb: Port AvailableSpace from DeprecatedString to String il y a 1 an
AvailableSpace.h 66ac0d88a3 LibWeb: Port AvailableSpace from DeprecatedString to String il y a 1 an
BlockContainer.cpp ad7e6878fe LibWeb: Allocate CSS::ComputedValues objects on the heap il y a 1 an
BlockContainer.h ad7e6878fe LibWeb: Allocate CSS::ComputedValues objects on the heap il y a 1 an
BlockFormattingContext.cpp 34954f49b6 LibWeb: Log a FIXME when encountering an unexpected block-level box il y a 1 an
BlockFormattingContext.h 0243278587 LibWeb: Account for absolutely positioned table wrappers il y a 1 an
Box.cpp e1fbb08747 LibWeb: Avoid division by zero when calculating box aspect ratio il y a 1 an
Box.h ad7e6878fe LibWeb: Allocate CSS::ComputedValues objects on the heap il y a 1 an
BoxModelMetrics.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. il y a 4 ans
BoxModelMetrics.h 02cd853eee LibWeb+Browser+WebContent: Convert BoxModelMetrics to new pixel units il y a 2 ans
BreakNode.cpp a0e6882d99 LibWeb: Remove Layout::Node::set_inline() il y a 2 ans
BreakNode.h 80a78c4deb LibWeb: Don't generate ::before/::after for BR elements il y a 1 an
ButtonBox.cpp 2cb0039a13 LibGfx+LibWeb: Produce font cascade list in CSS font matching algorithm il y a 1 an
ButtonBox.h f914abaf29 LibWeb: Make a handful of layout node leaf classes `final` il y a 2 ans
CanvasBox.cpp 063e66cae9 LibWeb: Introduce RecordingPainter to serialize painting commands il y a 1 an
CanvasBox.h f914abaf29 LibWeb: Make a handful of layout node leaf classes `final` il y a 2 ans
CheckBox.cpp 84e7216603 LibWeb: Move "natural size" concept into Layout::Box il y a 2 ans
CheckBox.h f914abaf29 LibWeb: Make a handful of layout node leaf classes `final` il y a 2 ans
FlexFormattingContext.cpp 54d8e58a68 LibWeb: Account for margin and padding of justified abspos flex items il y a 1 an
FlexFormattingContext.h b079f4d590 LibWeb: Make flexbox special definite size cases explicit il y a 1 an
FormAssociatedLabelableNode.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated il y a 2 ans
FormattingContext.cpp 6fc59039c4 LibWeb: Skip cells layout in table box width calculation il y a 1 an
FormattingContext.h 0243278587 LibWeb: Account for absolutely positioned table wrappers il y a 1 an
FrameBox.cpp c1161111a7 LibWeb: Stop assuming navigable's existance in FrameBox il y a 1 an
FrameBox.h 990e7219d6 LibWeb: Fix iframes flickering on window resize il y a 2 ans
GridFormattingContext.cpp bcdf4a375d LibWeb: Use `resolve_grid_position` for abspos boxes layout in GFC il y a 1 an
GridFormattingContext.h 749dcac196 LibWeb: Add record_grid_placement() helper in GFC il y a 1 an
ImageBox.cpp ef01c735cd LibWeb: Visit ImageProvider from Layout::ImageBox il y a 1 an
ImageBox.h ef01c735cd LibWeb: Visit ImageProvider from Layout::ImageBox il y a 1 an
ImageProvider.cpp 45a47cb32b LibWeb: Generalize ImageBox and ImagePaintable for any ImageProvider il y a 1 an
ImageProvider.h ef01c735cd LibWeb: Visit ImageProvider from Layout::ImageBox il y a 1 an
InlineFormattingContext.cpp 9af966f87d LibWeb: Avoid unnecessary Vector copying when generating line boxes il y a 1 an
InlineFormattingContext.h 1cea4e6407 LibWeb: Use cached UsedValues pointer in IFC and its helper classes il y a 1 an
InlineLevelIterator.cpp 1cea4e6407 LibWeb: Use cached UsedValues pointer in IFC and its helper classes il y a 1 an
InlineLevelIterator.h 1cea4e6407 LibWeb: Use cached UsedValues pointer in IFC and its helper classes il y a 1 an
InlineNode.cpp 4d401bf796 LibWeb: Make the paint tree GC-allocated il y a 2 ans
InlineNode.h f914abaf29 LibWeb: Make a handful of layout node leaf classes `final` il y a 2 ans
Label.cpp f932d5d825 LibWeb: Look for labeled control in DOM tree instead of layout tree il y a 1 an
Label.h f932d5d825 LibWeb: Look for labeled control in DOM tree instead of layout tree il y a 1 an
LabelableNode.cpp cb0c5390ff LibWeb: Move mouse event and label logic from layout to painting tree il y a 3 ans
LabelableNode.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated il y a 2 ans
LayoutState.cpp c51a4cc007 LibWeb: Detach paintables from *all* DOM nodes before committing layout il y a 1 an
LayoutState.h 5da9f52b1f LibWeb: Use the parent container's y offset when finding static position il y a 1 an
LineBox.cpp 9af966f87d LibWeb: Avoid unnecessary Vector copying when generating line boxes il y a 1 an
LineBox.h 9af966f87d LibWeb: Avoid unnecessary Vector copying when generating line boxes il y a 1 an
LineBoxFragment.cpp de32b77ceb LibWeb: Use separate structure to represent fragments in paintable tree il y a 1 an
LineBoxFragment.h d18a5b904d LibWeb: Remove unused LineBoxFragment member il y a 1 an
LineBuilder.cpp 9af966f87d LibWeb: Avoid unnecessary Vector copying when generating line boxes il y a 1 an
LineBuilder.h 9af966f87d LibWeb: Avoid unnecessary Vector copying when generating line boxes il y a 1 an
ListItemBox.cpp 268b9c5d90 LibWeb: Make the layout tree GC-allocated il y a 2 ans
ListItemBox.h 1cf5737e9e LibWeb: Add fast_is<T>() for various types stood out in a profile il y a 2 ans
ListItemMarkerBox.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String il y a 1 an
ListItemMarkerBox.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String il y a 1 an
Node.cpp 4f78ddd6a2 LibWeb: Setup computed values for SVG geometry properties il y a 1 an
Node.h 1987318cc2 LibWeb: Move selection state from layout tree to paint tree il y a 1 an
RadioButton.cpp 84e7216603 LibWeb: Move "natural size" concept into Layout::Box il y a 2 ans
RadioButton.h 4d401bf796 LibWeb: Make the paint tree GC-allocated il y a 2 ans
ReplacedBox.cpp a0e6882d99 LibWeb: Remove Layout::Node::set_inline() il y a 2 ans
ReplacedBox.h 84e7216603 LibWeb: Move "natural size" concept into Layout::Box il y a 2 ans
SVGBox.cpp 28b771560a LibWeb: Make SVG <svg> elements behave as CSS replaced elements il y a 3 ans
SVGBox.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated il y a 2 ans
SVGFormattingContext.cpp 163b6bb401 LibWeb: Special case SVG masks during layout il y a 1 an
SVGFormattingContext.h 5cf1570f40 LibWeb: Add initial support for nesting SVG viewports il y a 1 an
SVGGeometryBox.cpp 4c5d48f861 LibWeb: Support transforms, stroking, gradients, etc for SVG <text> il y a 1 an
SVGGeometryBox.h dc9cb449b1 LibWeb: Store computed SVG path data/transforms in LayoutState il y a 1 an
SVGGraphicsBox.cpp ec5d5918c4 LibWeb: Make SVG <g> elements generate a SVGGraphicsPaintable il y a 2 ans
SVGGraphicsBox.h ec5d5918c4 LibWeb: Make SVG <g> elements generate a SVGGraphicsPaintable il y a 2 ans
SVGMaskBox.cpp 163b6bb401 LibWeb: Special case SVG masks during layout il y a 1 an
SVGMaskBox.h 163b6bb401 LibWeb: Special case SVG masks during layout il y a 1 an
SVGSVGBox.cpp c1b1233575 LibWeb: Avoid duplicating SVG viewbox height calculation il y a 1 an
SVGSVGBox.h 34c5043cbe LibWeb: Use `CSSPixelFraction` to represent aspect ratios il y a 1 an
SVGTextBox.cpp 4c5d48f861 LibWeb: Support transforms, stroking, gradients, etc for SVG <text> il y a 1 an
SVGTextBox.h c93d367d95 LibWeb: Layout SVG <text> elements during layout (not while painting) il y a 1 an
SVGTextPathBox.cpp 809c5b0b03 LibWeb: Add initial support for SVG `<textPath>` il y a 1 an
SVGTextPathBox.h 809c5b0b03 LibWeb: Add initial support for SVG `<textPath>` il y a 1 an
TableFormattingContext.cpp 6fc59039c4 LibWeb: Skip cells layout in table box width calculation il y a 1 an
TableFormattingContext.h 6fc59039c4 LibWeb: Skip cells layout in table box width calculation il y a 1 an
TableGrid.cpp 2660bbb94f LibWeb: Consider colgroups while calculating table grid size il y a 1 an
TableGrid.h a2f60911fe AK: Rename GenericTraits to DefaultTraits il y a 1 an
TableWrapper.cpp ad7e6878fe LibWeb: Allocate CSS::ComputedValues objects on the heap il y a 1 an
TableWrapper.h ad7e6878fe LibWeb: Allocate CSS::ComputedValues objects on the heap il y a 1 an
TextNode.cpp dd8504c68d LibWeb: Store "text for rendering" in TextPaintable il y a 1 an
TextNode.h 56d10bf198 LibWeb: Port Layout::TextNode from DeprecatedString il y a 1 an
TreeBuilder.cpp afe6abfc09 LibWeb: Use an ancestor filter to quickly reject many CSS selectors il y a 1 an
TreeBuilder.h 163b6bb401 LibWeb: Special case SVG masks during layout il y a 1 an
VideoBox.cpp 34c5043cbe LibWeb: Use `CSSPixelFraction` to represent aspect ratios il y a 1 an
VideoBox.h 5ff7448fee LibWeb: Move viewport subscriptions from BrowsingContext to Document il y a 1 an
Viewport.cpp 1987318cc2 LibWeb: Move selection state from layout tree to paint tree il y a 1 an
Viewport.h 1987318cc2 LibWeb: Move selection state from layout tree to paint tree il y a 1 an