Aliaksandr Kalenik 309259aeb6 LibWeb: Clamp scroll offset into valid range after relayout 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 f0269b0a94 LibWeb: Mark root element height as definite when affected by quirk 1 سال پیش
BlockFormattingContext.h 4e6de47f93 LibWeb: Avoid LayoutState hash lookups in more parts of float layout 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 b079f4d590 LibWeb: Make flexbox special definite size cases explicit 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 221650f3cd LibWeb: Mark fixed-length abspos element sizes as definite 1 سال پیش
FormattingContext.h 80ccfc51c2 LibWeb: Use UsedValues containing block pointer in many FC helpers 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 aee5120078 LibWeb: Fix infinite recursion when grid has "max-width: max-content" 1 سال پیش
GridFormattingContext.h 903d3c92c8 LibWeb: Support auto-fill for rows in GFC 1 سال پیش
ImageBox.cpp 45a47cb32b LibWeb: Generalize ImageBox and ImagePaintable for any ImageProvider 1 سال پیش
ImageBox.h 45a47cb32b LibWeb: Generalize ImageBox and ImagePaintable for any ImageProvider 1 سال پیش
ImageProvider.cpp 45a47cb32b LibWeb: Generalize ImageBox and ImagePaintable for any ImageProvider 1 سال پیش
ImageProvider.h 45a47cb32b LibWeb: Generalize ImageBox and ImagePaintable for any ImageProvider 1 سال پیش
InlineFormattingContext.cpp 4e6de47f93 LibWeb: Avoid LayoutState hash lookups in more parts of float layout 1 سال پیش
InlineFormattingContext.h 5af02a914c LibWeb: Let parent formatting context determine size of flex containers 1 سال پیش
InlineLevelIterator.cpp bc3a16396e LibWeb: Move font list from NodeWithStyle to ComputedValues 1 سال پیش
InlineLevelIterator.h 681771d210 LibGfx+LibWeb: Calculate and save glyph positions during layout 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 5a995e95e3 LibWeb: Add UsedValues::set_has_definite_width/height() 1 سال پیش
LineBox.cpp 2cb0039a13 LibGfx+LibWeb: Produce font cascade list in CSS font matching algorithm 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 de32b77ceb LibWeb: Use separate structure to represent fragments in paintable tree 1 سال پیش
LineBuilder.cpp c82d517447 LibWeb: Move line-height from NodeWithStyle to ComputedValues 1 سال پیش
LineBuilder.h 681771d210 LibGfx+LibWeb: Calculate and save glyph positions during layout 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 b10f58a1fe LibWeb: Support `x` and `y` attributes on nested SVGs 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 70ce77fc72 LibWeb: Make SVGFormattingContext treat all sizes as definite for now 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 سال پیش
SVGSVGBox.cpp 34c5043cbe LibWeb: Use `CSSPixelFraction` to represent aspect ratios 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 99fbd33d7d LibWeb: Make button flex wrapper inherit `min-height` property 1 سال پیش
TreeBuilder.h 83758d4cdd LibWeb: Wrap PseudoElements stored in SimpleSelector in a class 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 سال پیش