Tim Ledbetter e9383b9c86 LibWeb: Avoid division by zero when calculating SVG viewbox aspect ratio 1 年之前
..
AudioBox.cpp ac2238ee70 LibWeb: Begin implementing the HTMLAudioElement for audio playback 2 年之前
AudioBox.h ac2238ee70 LibWeb: Begin implementing the HTMLAudioElement for audio playback 2 年之前
AvailableSpace.cpp 66ac0d88a3 LibWeb: Port AvailableSpace from DeprecatedString to String 1 年之前
AvailableSpace.h 66ac0d88a3 LibWeb: Port AvailableSpace from DeprecatedString to String 1 年之前
BlockContainer.cpp ad7e6878fe LibWeb: Allocate CSS::ComputedValues objects on the heap 1 年之前
BlockContainer.h ad7e6878fe LibWeb: Allocate CSS::ComputedValues objects on the heap 1 年之前
BlockFormattingContext.cpp 1cea4e6407 LibWeb: Use cached UsedValues pointer in IFC and its helper classes 1 年之前
BlockFormattingContext.h 0243278587 LibWeb: Account for absolutely positioned table wrappers 1 年之前
Box.cpp ad7e6878fe LibWeb: Allocate CSS::ComputedValues objects on the heap 1 年之前
Box.h ad7e6878fe LibWeb: Allocate CSS::ComputedValues objects on the heap 1 年之前
BoxModelMetrics.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年之前
BoxModelMetrics.h 02cd853eee LibWeb+Browser+WebContent: Convert BoxModelMetrics to new pixel units 2 年之前
BreakNode.cpp a0e6882d99 LibWeb: Remove Layout::Node::set_inline() 2 年之前
BreakNode.h 80a78c4deb LibWeb: Don't generate ::before/::after for BR elements 1 年之前
ButtonBox.cpp 2cb0039a13 LibGfx+LibWeb: Produce font cascade list in CSS font matching algorithm 1 年之前
ButtonBox.h f914abaf29 LibWeb: Make a handful of layout node leaf classes `final` 2 年之前
CanvasBox.cpp 063e66cae9 LibWeb: Introduce RecordingPainter to serialize painting commands 1 年之前
CanvasBox.h f914abaf29 LibWeb: Make a handful of layout node leaf classes `final` 2 年之前
CheckBox.cpp 84e7216603 LibWeb: Move "natural size" concept into Layout::Box 2 年之前
CheckBox.h f914abaf29 LibWeb: Make a handful of layout node leaf classes `final` 2 年之前
FlexFormattingContext.cpp 54d8e58a68 LibWeb: Account for margin and padding of justified abspos flex items 1 年之前
FlexFormattingContext.h b079f4d590 LibWeb: Make flexbox special definite size cases explicit 1 年之前
FormAssociatedLabelableNode.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 年之前
FormattingContext.cpp 5da9f52b1f LibWeb: Use the parent container's y offset when finding static position 1 年之前
FormattingContext.h 0243278587 LibWeb: Account for absolutely positioned table wrappers 1 年之前
FrameBox.cpp c1161111a7 LibWeb: Stop assuming navigable's existance in FrameBox 1 年之前
FrameBox.h 990e7219d6 LibWeb: Fix iframes flickering on window resize 2 年之前
GridFormattingContext.cpp bcdf4a375d LibWeb: Use `resolve_grid_position` for abspos boxes layout in GFC 1 年之前
GridFormattingContext.h 749dcac196 LibWeb: Add record_grid_placement() helper in GFC 1 年之前
ImageBox.cpp ef01c735cd LibWeb: Visit ImageProvider from Layout::ImageBox 1 年之前
ImageBox.h ef01c735cd LibWeb: Visit ImageProvider from Layout::ImageBox 1 年之前
ImageProvider.cpp 45a47cb32b LibWeb: Generalize ImageBox and ImagePaintable for any ImageProvider 1 年之前
ImageProvider.h ef01c735cd LibWeb: Visit ImageProvider from Layout::ImageBox 1 年之前
InlineFormattingContext.cpp 1cea4e6407 LibWeb: Use cached UsedValues pointer in IFC and its helper classes 1 年之前
InlineFormattingContext.h 1cea4e6407 LibWeb: Use cached UsedValues pointer in IFC and its helper classes 1 年之前
InlineLevelIterator.cpp 1cea4e6407 LibWeb: Use cached UsedValues pointer in IFC and its helper classes 1 年之前
InlineLevelIterator.h 1cea4e6407 LibWeb: Use cached UsedValues pointer in IFC and its helper classes 1 年之前
InlineNode.cpp 4d401bf796 LibWeb: Make the paint tree GC-allocated 2 年之前
InlineNode.h f914abaf29 LibWeb: Make a handful of layout node leaf classes `final` 2 年之前
Label.cpp 0695236408 LibWeb: Use cached element name and id where possible 1 年之前
Label.h 3c7bd5a317 LibWeb+WebContent+headless-browser: Use CSSPixels for PageClient events 2 年之前
LabelableNode.cpp cb0c5390ff LibWeb: Move mouse event and label logic from layout to painting tree 3 年之前
LabelableNode.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 年之前
LayoutState.cpp 309259aeb6 LibWeb: Clamp scroll offset into valid range after relayout 1 年之前
LayoutState.h 5da9f52b1f LibWeb: Use the parent container's y offset when finding static position 1 年之前
LineBox.cpp 06c176bbfb LibGfx+LibWeb: Use ref-counted object to store glyph run 1 年之前
LineBox.h b2bc57ff89 LibWeb: Remove unused LineBox::absolute_rect() and related things 1 年之前
LineBoxFragment.cpp de32b77ceb LibWeb: Use separate structure to represent fragments in paintable tree 1 年之前
LineBoxFragment.h 06c176bbfb LibGfx+LibWeb: Use ref-counted object to store glyph run 1 年之前
LineBuilder.cpp 1cea4e6407 LibWeb: Use cached UsedValues pointer in IFC and its helper classes 1 年之前
LineBuilder.h 1cea4e6407 LibWeb: Use cached UsedValues pointer in IFC and its helper classes 1 年之前
ListItemBox.cpp 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 年之前
ListItemBox.h 1cf5737e9e LibWeb: Add fast_is<T>() for various types stood out in a profile 2 年之前
ListItemMarkerBox.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 年之前
ListItemMarkerBox.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 年之前
Node.cpp 4f78ddd6a2 LibWeb: Setup computed values for SVG geometry properties 1 年之前
Node.h ad7e6878fe LibWeb: Allocate CSS::ComputedValues objects on the heap 1 年之前
RadioButton.cpp 84e7216603 LibWeb: Move "natural size" concept into Layout::Box 2 年之前
RadioButton.h 4d401bf796 LibWeb: Make the paint tree GC-allocated 2 年之前
ReplacedBox.cpp a0e6882d99 LibWeb: Remove Layout::Node::set_inline() 2 年之前
ReplacedBox.h 84e7216603 LibWeb: Move "natural size" concept into Layout::Box 2 年之前
SVGBox.cpp 28b771560a LibWeb: Make SVG <svg> elements behave as CSS replaced elements 3 年之前
SVGBox.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 年之前
SVGFormattingContext.cpp 163b6bb401 LibWeb: Special case SVG masks during layout 1 年之前
SVGFormattingContext.h 5cf1570f40 LibWeb: Add initial support for nesting SVG viewports 1 年之前
SVGGeometryBox.cpp 4c5d48f861 LibWeb: Support transforms, stroking, gradients, etc for SVG <text> 1 年之前
SVGGeometryBox.h dc9cb449b1 LibWeb: Store computed SVG path data/transforms in LayoutState 1 年之前
SVGGraphicsBox.cpp ec5d5918c4 LibWeb: Make SVG <g> elements generate a SVGGraphicsPaintable 2 年之前
SVGGraphicsBox.h ec5d5918c4 LibWeb: Make SVG <g> elements generate a SVGGraphicsPaintable 2 年之前
SVGMaskBox.cpp 163b6bb401 LibWeb: Special case SVG masks during layout 1 年之前
SVGMaskBox.h 163b6bb401 LibWeb: Special case SVG masks during layout 1 年之前
SVGSVGBox.cpp e9383b9c86 LibWeb: Avoid division by zero when calculating SVG viewbox aspect ratio 1 年之前
SVGSVGBox.h 34c5043cbe LibWeb: Use `CSSPixelFraction` to represent aspect ratios 1 年之前
SVGTextBox.cpp 4c5d48f861 LibWeb: Support transforms, stroking, gradients, etc for SVG <text> 1 年之前
SVGTextBox.h c93d367d95 LibWeb: Layout SVG <text> elements during layout (not while painting) 1 年之前
SVGTextPathBox.cpp 809c5b0b03 LibWeb: Add initial support for SVG `<textPath>` 1 年之前
SVGTextPathBox.h 809c5b0b03 LibWeb: Add initial support for SVG `<textPath>` 1 年之前
TableFormattingContext.cpp 58df9c45b9 LibWeb: Avoid division by zero when computing table width 1 年之前
TableFormattingContext.h 769f11f9ae LibWeb: Implement table missing cells fixup 1 年之前
TableGrid.cpp 2660bbb94f LibWeb: Consider colgroups while calculating table grid size 1 年之前
TableGrid.h a2f60911fe AK: Rename GenericTraits to DefaultTraits 1 年之前
TableWrapper.cpp ad7e6878fe LibWeb: Allocate CSS::ComputedValues objects on the heap 1 年之前
TableWrapper.h ad7e6878fe LibWeb: Allocate CSS::ComputedValues objects on the heap 1 年之前
TextNode.cpp 56d10bf198 LibWeb: Port Layout::TextNode from DeprecatedString 1 年之前
TextNode.h 56d10bf198 LibWeb: Port Layout::TextNode from DeprecatedString 1 年之前
TreeBuilder.cpp 163b6bb401 LibWeb: Special case SVG masks during layout 1 年之前
TreeBuilder.h 163b6bb401 LibWeb: Special case SVG masks during layout 1 年之前
VideoBox.cpp 34c5043cbe LibWeb: Use `CSSPixelFraction` to represent aspect ratios 1 年之前
VideoBox.h 5ff7448fee LibWeb: Move viewport subscriptions from BrowsingContext to Document 1 年之前
Viewport.cpp 8bb275f2ea LibWeb: Move painting logic from Layout::Viewport to ViewportPaintable 1 年之前
Viewport.h 8bb275f2ea LibWeb: Move painting logic from Layout::Viewport to ViewportPaintable 1 年之前