Aliaksandr Kalenik 05a1dbeb91 LibWeb: Return CSSPixels from `calculate_inner_width()` 1 tahun lalu
..
AudioBox.cpp ac2238ee70 LibWeb: Begin implementing the HTMLAudioElement for audio playback 2 tahun lalu
AudioBox.h ac2238ee70 LibWeb: Begin implementing the HTMLAudioElement for audio playback 2 tahun lalu
AvailableSpace.cpp 66ac0d88a3 LibWeb: Port AvailableSpace from DeprecatedString to String 1 tahun lalu
AvailableSpace.h 66ac0d88a3 LibWeb: Port AvailableSpace from DeprecatedString to String 1 tahun lalu
BlockContainer.cpp a75915f055 LibWeb/Layout: Rename BlockContainer::paint{_box => able_with_lines}() 2 tahun lalu
BlockContainer.h a75915f055 LibWeb/Layout: Rename BlockContainer::paint{_box => able_with_lines}() 2 tahun lalu
BlockFormattingContext.cpp 05a1dbeb91 LibWeb: Return CSSPixels from `calculate_inner_width()` 1 tahun lalu
BlockFormattingContext.h 06d05b3c55 LibWeb: Boxes that establish FFC or GFC should avoid overlapping floats 1 tahun lalu
Box.cpp 063e66cae9 LibWeb: Introduce RecordingPainter to serialize painting commands 1 tahun lalu
Box.h 34c5043cbe LibWeb: Use `CSSPixelFraction` to represent aspect ratios 1 tahun lalu
BoxModelMetrics.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 tahun lalu
BoxModelMetrics.h 02cd853eee LibWeb+Browser+WebContent: Convert BoxModelMetrics to new pixel units 2 tahun lalu
BreakNode.cpp a0e6882d99 LibWeb: Remove Layout::Node::set_inline() 2 tahun lalu
BreakNode.h 80a78c4deb LibWeb: Don't generate ::before/::after for BR elements 1 tahun lalu
ButtonBox.cpp 2cb0039a13 LibGfx+LibWeb: Produce font cascade list in CSS font matching algorithm 1 tahun lalu
ButtonBox.h f914abaf29 LibWeb: Make a handful of layout node leaf classes `final` 2 tahun lalu
CanvasBox.cpp 063e66cae9 LibWeb: Introduce RecordingPainter to serialize painting commands 1 tahun lalu
CanvasBox.h f914abaf29 LibWeb: Make a handful of layout node leaf classes `final` 2 tahun lalu
CheckBox.cpp 84e7216603 LibWeb: Move "natural size" concept into Layout::Box 2 tahun lalu
CheckBox.h f914abaf29 LibWeb: Make a handful of layout node leaf classes `final` 2 tahun lalu
FlexFormattingContext.cpp 05a1dbeb91 LibWeb: Return CSSPixels from `calculate_inner_width()` 1 tahun lalu
FlexFormattingContext.h 34c5043cbe LibWeb: Use `CSSPixelFraction` to represent aspect ratios 1 tahun lalu
FormAssociatedLabelableNode.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 tahun lalu
FormattingContext.cpp 05a1dbeb91 LibWeb: Return CSSPixels from `calculate_inner_width()` 1 tahun lalu
FormattingContext.h 05a1dbeb91 LibWeb: Return CSSPixels from `calculate_inner_width()` 1 tahun lalu
FrameBox.cpp e2e7c4d574 Everywhere: Use to_number<T> instead of to_{int,uint,float,double} 1 tahun lalu
FrameBox.h 990e7219d6 LibWeb: Fix iframes flickering on window resize 2 tahun lalu
GridFormattingContext.cpp 05a1dbeb91 LibWeb: Return CSSPixels from `calculate_inner_width()` 1 tahun lalu
GridFormattingContext.h 107bfbe283 LibWeb: Remove available space param from track init methods in GFC 1 tahun lalu
ImageBox.cpp 71baa8c31a LibWeb: Add CSSPixels::nearest_value_for(FloatingPoint) 1 tahun lalu
ImageBox.h c648e24cff LibWeb: Don't force HTMLImageElement to have a legacy ImageLoader 2 tahun lalu
ImageProvider.h f4a5c136c3 LibGfx+LibWeb: Add ImmutableBitmap for images bitmap caching in painter 1 tahun lalu
InlineFormattingContext.cpp 05a1dbeb91 LibWeb: Return CSSPixels from `calculate_inner_width()` 1 tahun lalu
InlineFormattingContext.h fce4801460 LibWeb: Replace to_px() with to_px_or_zero() in InlineFormattingContext 2 tahun lalu
InlineLevelIterator.cpp df57d7ca68 LibGfx+LibWeb: Update for_each_glyph_position to use font cascade list 1 tahun lalu
InlineLevelIterator.h 681771d210 LibGfx+LibWeb: Calculate and save glyph positions during layout 1 tahun lalu
InlineNode.cpp 4d401bf796 LibWeb: Make the paint tree GC-allocated 2 tahun lalu
InlineNode.h f914abaf29 LibWeb: Make a handful of layout node leaf classes `final` 2 tahun lalu
Label.cpp aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString 1 tahun lalu
Label.h 3c7bd5a317 LibWeb+WebContent+headless-browser: Use CSSPixels for PageClient events 2 tahun lalu
LabelableNode.cpp cb0c5390ff LibWeb: Move mouse event and label logic from layout to painting tree 3 tahun lalu
LabelableNode.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 tahun lalu
LayoutState.cpp 6c645f3a9f LibWeb: Paint fragments contained by inline node as part of this node 1 tahun lalu
LayoutState.h b2abd1dd05 LibWeb: Resolve box shadow data for paintable boxes during layout 1 tahun lalu
LineBox.cpp 2cb0039a13 LibGfx+LibWeb: Produce font cascade list in CSS font matching algorithm 1 tahun lalu
LineBox.h 681771d210 LibGfx+LibWeb: Calculate and save glyph positions during layout 1 tahun lalu
LineBoxFragment.cpp 2cb0039a13 LibGfx+LibWeb: Produce font cascade list in CSS font matching algorithm 1 tahun lalu
LineBoxFragment.h 6c645f3a9f LibWeb: Paint fragments contained by inline node as part of this node 1 tahun lalu
LineBuilder.cpp 2cb0039a13 LibGfx+LibWeb: Produce font cascade list in CSS font matching algorithm 1 tahun lalu
LineBuilder.h 681771d210 LibGfx+LibWeb: Calculate and save glyph positions during layout 1 tahun lalu
ListItemBox.cpp 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 tahun lalu
ListItemBox.h 1cf5737e9e LibWeb: Add fast_is<T>() for various types stood out in a profile 2 tahun lalu
ListItemMarkerBox.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 tahun lalu
ListItemMarkerBox.h 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 tahun lalu
Node.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 tahun lalu
Node.h f900957d26 LibGfx+LibWeb: Move Gfx::ScaledFont caching from LibWeb into LibGfx 1 tahun lalu
RadioButton.cpp 84e7216603 LibWeb: Move "natural size" concept into Layout::Box 2 tahun lalu
RadioButton.h 4d401bf796 LibWeb: Make the paint tree GC-allocated 2 tahun lalu
ReplacedBox.cpp a0e6882d99 LibWeb: Remove Layout::Node::set_inline() 2 tahun lalu
ReplacedBox.h 84e7216603 LibWeb: Move "natural size" concept into Layout::Box 2 tahun lalu
SVGBox.cpp 28b771560a LibWeb: Make SVG <svg> elements behave as CSS replaced elements 3 tahun lalu
SVGBox.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 tahun lalu
SVGFormattingContext.cpp 809c5b0b03 LibWeb: Add initial support for SVG `<textPath>` 1 tahun lalu
SVGFormattingContext.h 00999a245c LibWeb: Let FormattingContext decide the automatic width of its root 2 tahun lalu
SVGGeometryBox.cpp 4c5d48f861 LibWeb: Support transforms, stroking, gradients, etc for SVG <text> 1 tahun lalu
SVGGeometryBox.h dc9cb449b1 LibWeb: Store computed SVG path data/transforms in LayoutState 1 tahun lalu
SVGGraphicsBox.cpp ec5d5918c4 LibWeb: Make SVG <g> elements generate a SVGGraphicsPaintable 2 tahun lalu
SVGGraphicsBox.h ec5d5918c4 LibWeb: Make SVG <g> elements generate a SVGGraphicsPaintable 2 tahun lalu
SVGSVGBox.cpp 34c5043cbe LibWeb: Use `CSSPixelFraction` to represent aspect ratios 1 tahun lalu
SVGSVGBox.h 34c5043cbe LibWeb: Use `CSSPixelFraction` to represent aspect ratios 1 tahun lalu
SVGTextBox.cpp 4c5d48f861 LibWeb: Support transforms, stroking, gradients, etc for SVG <text> 1 tahun lalu
SVGTextBox.h c93d367d95 LibWeb: Layout SVG <text> elements during layout (not while painting) 1 tahun lalu
SVGTextPathBox.cpp 809c5b0b03 LibWeb: Add initial support for SVG `<textPath>` 1 tahun lalu
SVGTextPathBox.h 809c5b0b03 LibWeb: Add initial support for SVG `<textPath>` 1 tahun lalu
TableFormattingContext.cpp e2e7c4d574 Everywhere: Use to_number<T> instead of to_{int,uint,float,double} 1 tahun lalu
TableFormattingContext.h 769f11f9ae LibWeb: Implement table missing cells fixup 1 tahun lalu
TableGrid.cpp 2660bbb94f LibWeb: Consider colgroups while calculating table grid size 1 tahun lalu
TableGrid.h a2f60911fe AK: Rename GenericTraits to DefaultTraits 1 tahun lalu
TableWrapper.cpp 709fe01f52 LibWeb: Override width calculation for table wrappers 2 tahun lalu
TableWrapper.h 709fe01f52 LibWeb: Override width calculation for table wrappers 2 tahun lalu
TextNode.cpp 56d10bf198 LibWeb: Port Layout::TextNode from DeprecatedString 1 tahun lalu
TextNode.h 56d10bf198 LibWeb: Port Layout::TextNode from DeprecatedString 1 tahun lalu
TreeBuilder.cpp 0a7e4a0d22 LibWeb: Ignore "display: contents" boxes while inserting inline nodes 1 tahun lalu
TreeBuilder.h 83758d4cdd LibWeb: Wrap PseudoElements stored in SimpleSelector in a class 1 tahun lalu
VideoBox.cpp 34c5043cbe LibWeb: Use `CSSPixelFraction` to represent aspect ratios 1 tahun lalu
VideoBox.h 5ff7448fee LibWeb: Move viewport subscriptions from BrowsingContext to Document 1 tahun lalu
Viewport.cpp 8bb275f2ea LibWeb: Move painting logic from Layout::Viewport to ViewportPaintable 1 tahun lalu
Viewport.h 8bb275f2ea LibWeb: Move painting logic from Layout::Viewport to ViewportPaintable 1 tahun lalu