MacDue 00cda96e2d LibWeb: Implement SVG opacity properties 2 年之前
..
AvailableSpace.cpp f5f25562d1 LibWeb: Convert FormattingContext to new pixel units 2 年之前
AvailableSpace.h 7639eccd53 LibWeb: Add default equality operators to Available{Space,Size} 2 年之前
BlockContainer.cpp a75915f055 LibWeb/Layout: Rename BlockContainer::paint{_box => able_with_lines}() 2 年之前
BlockContainer.h a75915f055 LibWeb/Layout: Rename BlockContainer::paint{_box => able_with_lines}() 2 年之前
BlockFormattingContext.cpp f0560fd087 LibWeb: Support <svg> elements with `display: block` 2 年之前
BlockFormattingContext.h bab6796099 LibWeb: Rewrite calculation of available space between floats 2 年之前
Box.cpp 754e458d0a LibWeb/Layout: Rename Box::{paint => paintable}_box() 2 年之前
Box.h 990e7219d6 LibWeb: Fix iframes flickering on window resize 2 年之前
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 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 年之前
ButtonBox.cpp b71c7a6e44 Userland: Use Font::pixel_size_rounded_up() instead of glyph_height() 2 年之前
ButtonBox.h f914abaf29 LibWeb: Make a handful of layout node leaf classes `final` 2 年之前
CanvasBox.cpp 4d401bf796 LibWeb: Make the paint tree GC-allocated 2 年之前
CanvasBox.h f914abaf29 LibWeb: Make a handful of layout node leaf classes `final` 2 年之前
CheckBox.cpp 4d401bf796 LibWeb: Make the paint tree GC-allocated 2 年之前
CheckBox.h f914abaf29 LibWeb: Make a handful of layout node leaf classes `final` 2 年之前
FlexFormattingContext.cpp e3d182bfe2 LibWeb: Fix "Unsupported main size for flex-basis" spam about calc() 2 年之前
FlexFormattingContext.h 0c26717ba3 LibWeb: Adjust flex item main size through aspect ratio if needed 2 年之前
FormAssociatedLabelableNode.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 年之前
FormattingContext.cpp f0560fd087 LibWeb: Support <svg> elements with `display: block` 2 年之前
FormattingContext.h f0560fd087 LibWeb: Support <svg> elements with `display: block` 2 年之前
FrameBox.cpp 990e7219d6 LibWeb: Fix iframes flickering on window resize 2 年之前
FrameBox.h 990e7219d6 LibWeb: Fix iframes flickering on window resize 2 年之前
GridFormattingContext.cpp 902ceb1675 LibWeb: Resolve grid item fixed size paddings in GFC 2 年之前
GridFormattingContext.h 902ceb1675 LibWeb: Resolve grid item fixed size paddings in GFC 2 年之前
ImageBox.cpp c648e24cff LibWeb: Don't force HTMLImageElement to have a legacy ImageLoader 2 年之前
ImageBox.h c648e24cff LibWeb: Don't force HTMLImageElement to have a legacy ImageLoader 2 年之前
ImageProvider.h c648e24cff LibWeb: Don't force HTMLImageElement to have a legacy ImageLoader 2 年之前
InlineFormattingContext.cpp f0560fd087 LibWeb: Support <svg> elements with `display: block` 2 年之前
InlineFormattingContext.h 056acb5ebf LibWeb: Convert InlineFormattingContext to new pixel units 2 年之前
InlineLevelIterator.cpp ca1fa5f748 LibWeb: Use the new to_px() helpers in CSS, SVG and layout code 2 年之前
InlineLevelIterator.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 年之前
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 a75915f055 LibWeb/Layout: Rename BlockContainer::paint{_box => able_with_lines}() 2 年之前
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 c9223528a0 LibWeb: Get rid of weird Length::resolved() usage in LayoutState 2 年之前
LayoutState.h deea7cbc11 LibWeb: Remove vestigial resolve_definite_width/height helper functions 2 年之前
LineBox.cpp 76047d1932 LibWeb: Convert InlineLevelIterator/LineBox/LineBuilder to new px units 2 年之前
LineBox.h e938860126 LibWeb: Make text justification work between floats 2 年之前
LineBoxFragment.cpp 754e458d0a LibWeb/Layout: Rename Box::{paint => paintable}_box() 2 年之前
LineBoxFragment.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 年之前
LineBuilder.cpp e938860126 LibWeb: Make text justification work between floats 2 年之前
LineBuilder.h 5d4e9a0673 LibWeb: Basic support for CSS `text-indent: <length-percentage>` 2 年之前
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 4d401bf796 LibWeb: Make the paint tree GC-allocated 2 年之前
ListItemMarkerBox.h 4d401bf796 LibWeb: Make the paint tree GC-allocated 2 年之前
Node.cpp 00cda96e2d LibWeb: Implement SVG opacity properties 2 年之前
Node.h 8f0b7fa370 LibWeb: Verify that a node has styled properties in its styled accessors 2 年之前
Progress.cpp 4d401bf796 LibWeb: Make the paint tree GC-allocated 2 年之前
Progress.h f914abaf29 LibWeb: Make a handful of layout node leaf classes `final` 2 年之前
RadioButton.cpp 4d401bf796 LibWeb: Make the paint tree GC-allocated 2 年之前
RadioButton.h 4d401bf796 LibWeb: Make the paint tree GC-allocated 2 年之前
ReplacedBox.cpp a0e6882d99 LibWeb: Remove Layout::Node::set_inline() 2 年之前
ReplacedBox.h 65cdf89a8b LibWeb: Convert Layout Boxes to new pixel units 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 cf0e31ca87 LibWeb: Remove general SVGFormattingContext FIXME 2 年之前
SVGFormattingContext.h 00999a245c LibWeb: Let FormattingContext decide the automatic width of its root 2 年之前
SVGGeometryBox.cpp d58b671ff6 LibWeb/DOM: Rename Node::{paint => paintable}_box() 2 年之前
SVGGeometryBox.h ba6272a0a0 LibWeb: Don't try to paint SVG elements transformed to zero size 2 年之前
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 f0560fd087 LibWeb: Support <svg> elements with `display: block` 2 年之前
SVGSVGBox.h f0560fd087 LibWeb: Support <svg> elements with `display: block` 2 年之前
TableBox.cpp e107c83a57 LibWeb: Remove inheritance of `TableBox` from `BlockContainer` 2 年之前
TableBox.h aa19c4a340 LibWeb: Add Layout::Node::is_table() and make is<TableBox>() fast 2 年之前
TableCellBox.cpp dbf76e8ae1 LibWeb: Take rowspan into account while table formatting 2 年之前
TableCellBox.h 276a77f02d LibWeb: Support display inline-table 2 年之前
TableFormattingContext.cpp ca1fa5f748 LibWeb: Use the new to_px() helpers in CSS, SVG and layout code 2 年之前
TableFormattingContext.h d9f0c2a806 LibWeb: Implement "distribute height to rows" step in TFC 2 年之前
TableRowBox.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 年之前
TableRowBox.h 276a77f02d LibWeb: Support display inline-table 2 年之前
TableRowGroupBox.cpp c8337e9ee8 LibWeb: Remove inheritance of `TableRowGroupBox` from `BlockContainer` 2 年之前
TableRowGroupBox.h c8337e9ee8 LibWeb: Remove inheritance of `TableRowGroupBox` from `BlockContainer` 2 年之前
TableWrapper.cpp 709fe01f52 LibWeb: Override width calculation for table wrappers 2 年之前
TableWrapper.h 709fe01f52 LibWeb: Override width calculation for table wrappers 2 年之前
TextNode.cpp 4d401bf796 LibWeb: Make the paint tree GC-allocated 2 年之前
TextNode.h f914abaf29 LibWeb: Make a handful of layout node leaf classes `final` 2 年之前
TreeBuilder.cpp 43616316de LibWeb: Don't include CSS/StyleComputer.h from Element.h and Document.h 2 年之前
TreeBuilder.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 年之前
VideoBox.cpp f156d3d5e5 LibWeb: Create a basic layout node for HTMLVideoElement 2 年之前
VideoBox.h f156d3d5e5 LibWeb: Create a basic layout node for HTMLVideoElement 2 年之前
Viewport.cpp f2f14ad9bd LibWeb+WebContent: Make document background and Viewport transparent 2 年之前
Viewport.h 7e76a51cb0 LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport 2 年之前