Aliaksandr Kalenik b34b0a1cd3 LibWeb: Use root content width as automatic width if children inline vor 2 Jahren
..
AudioBox.cpp ac2238ee70 LibWeb: Begin implementing the HTMLAudioElement for audio playback vor 2 Jahren
AudioBox.h ac2238ee70 LibWeb: Begin implementing the HTMLAudioElement for audio playback vor 2 Jahren
AvailableSpace.cpp 147c3b3d97 LibWeb+WebContent: Forbid access to underlying type of CSSPixels vor 2 Jahren
AvailableSpace.h 7639eccd53 LibWeb: Add default equality operators to Available{Space,Size} vor 2 Jahren
BlockContainer.cpp a75915f055 LibWeb/Layout: Rename BlockContainer::paint{_box => able_with_lines}() vor 2 Jahren
BlockContainer.h a75915f055 LibWeb/Layout: Rename BlockContainer::paint{_box => able_with_lines}() vor 2 Jahren
BlockFormattingContext.cpp b34b0a1cd3 LibWeb: Use root content width as automatic width if children inline vor 2 Jahren
BlockFormattingContext.h 62f15f94d2 LibWeb: Better handling of floating boxes from inline formatting context vor 2 Jahren
Box.cpp 5f364e9bc1 LibWeb: Rename is_scrollable() to is_user_scrollable() vor 2 Jahren
Box.h 5f364e9bc1 LibWeb: Rename is_scrollable() to is_user_scrollable() vor 2 Jahren
BoxModelMetrics.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. vor 4 Jahren
BoxModelMetrics.h 02cd853eee LibWeb+Browser+WebContent: Convert BoxModelMetrics to new pixel units vor 2 Jahren
BreakNode.cpp a0e6882d99 LibWeb: Remove Layout::Node::set_inline() vor 2 Jahren
BreakNode.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated vor 2 Jahren
ButtonBox.cpp 84e7216603 LibWeb: Move "natural size" concept into Layout::Box vor 2 Jahren
ButtonBox.h f914abaf29 LibWeb: Make a handful of layout node leaf classes `final` vor 2 Jahren
CanvasBox.cpp 84e7216603 LibWeb: Move "natural size" concept into Layout::Box vor 2 Jahren
CanvasBox.h f914abaf29 LibWeb: Make a handful of layout node leaf classes `final` vor 2 Jahren
CheckBox.cpp 84e7216603 LibWeb: Move "natural size" concept into Layout::Box vor 2 Jahren
CheckBox.h f914abaf29 LibWeb: Make a handful of layout node leaf classes `final` vor 2 Jahren
FlexFormattingContext.cpp 41e7c5766e LibWeb: Support more kinds of indefinite widths on flex column items vor 2 Jahren
FlexFormattingContext.h 41e7c5766e LibWeb: Support more kinds of indefinite widths on flex column items vor 2 Jahren
FormAssociatedLabelableNode.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated vor 2 Jahren
FormattingContext.cpp 3e70c1b6a3 LibWeb: Improve precision when computing size of replaced elements vor 2 Jahren
FormattingContext.h 6a17a30e2e LibWeb: Handle overlapping floating box and left margin vor 2 Jahren
FrameBox.cpp 84e7216603 LibWeb: Move "natural size" concept into Layout::Box vor 2 Jahren
FrameBox.h 990e7219d6 LibWeb: Fix iframes flickering on window resize vor 2 Jahren
GridFormattingContext.cpp 6354f950fd LibWeb: Support "order" property for items in GridFormattingContext vor 2 Jahren
GridFormattingContext.h 0a4b869233 LibWeb: Remove boxes_to_place from GridFormattingContext class members vor 2 Jahren
ImageBox.cpp 84e7216603 LibWeb: Move "natural size" concept into Layout::Box vor 2 Jahren
ImageBox.h c648e24cff LibWeb: Don't force HTMLImageElement to have a legacy ImageLoader vor 2 Jahren
ImageProvider.h e63f68661f LibWeb: Have ImageProvider bitmap getter take optional size argument vor 2 Jahren
InlineFormattingContext.cpp 62f15f94d2 LibWeb: Better handling of floating boxes from inline formatting context vor 2 Jahren
InlineFormattingContext.h 62f15f94d2 LibWeb: Better handling of floating boxes from inline formatting context vor 2 Jahren
InlineLevelIterator.cpp d4b5205482 Revert "LibWeb: Make TextNode::ChunkIterator emit an empty chunk for content:""" vor 2 Jahren
InlineLevelIterator.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr vor 2 Jahren
InlineNode.cpp 4d401bf796 LibWeb: Make the paint tree GC-allocated vor 2 Jahren
InlineNode.h f914abaf29 LibWeb: Make a handful of layout node leaf classes `final` vor 2 Jahren
Label.cpp a75915f055 LibWeb/Layout: Rename BlockContainer::paint{_box => able_with_lines}() vor 2 Jahren
Label.h 3c7bd5a317 LibWeb+WebContent+headless-browser: Use CSSPixels for PageClient events vor 2 Jahren
LabelableNode.cpp cb0c5390ff LibWeb: Move mouse event and label logic from layout to painting tree vor 3 Jahren
LabelableNode.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated vor 2 Jahren
LayoutState.cpp 5ee1b7db7c LibWeb: Convert BorderData::width to CSSPixels vor 2 Jahren
LayoutState.h a7166eb103 LibWeb: Complete table border conflict resolution vor 2 Jahren
LineBox.cpp 92b56ded02 LibWeb: Fix whitespace getting trimmed incorrectly vor 2 Jahren
LineBox.h a74c56bc1b LibWeb: Remove unused code vor 2 Jahren
LineBoxFragment.cpp 754e458d0a LibWeb/Layout: Rename Box::{paint => paintable}_box() vor 2 Jahren
LineBoxFragment.h a74c56bc1b LibWeb: Remove unused code vor 2 Jahren
LineBuilder.cpp 4ac7c41483 LibWeb: Add -libweb-left and -libweb-right text-align values vor 2 Jahren
LineBuilder.h 62f15f94d2 LibWeb: Better handling of floating boxes from inline formatting context vor 2 Jahren
ListItemBox.cpp 268b9c5d90 LibWeb: Make the layout tree GC-allocated vor 2 Jahren
ListItemBox.h 1cf5737e9e LibWeb: Add fast_is<T>() for various types stood out in a profile vor 2 Jahren
ListItemMarkerBox.cpp 293ece2292 LibWeb: Support list-style-position vor 2 Jahren
ListItemMarkerBox.h 293ece2292 LibWeb: Support list-style-position vor 2 Jahren
Node.cpp 97512d0c76 LibWeb: Add table-layout CSS property vor 2 Jahren
Node.h b6ea4b002b LibWeb: Add info about pseudo element type in Layout::Node vor 2 Jahren
Progress.cpp 84e7216603 LibWeb: Move "natural size" concept into Layout::Box vor 2 Jahren
Progress.h f914abaf29 LibWeb: Make a handful of layout node leaf classes `final` vor 2 Jahren
RadioButton.cpp 84e7216603 LibWeb: Move "natural size" concept into Layout::Box vor 2 Jahren
RadioButton.h 4d401bf796 LibWeb: Make the paint tree GC-allocated vor 2 Jahren
ReplacedBox.cpp a0e6882d99 LibWeb: Remove Layout::Node::set_inline() vor 2 Jahren
ReplacedBox.h 84e7216603 LibWeb: Move "natural size" concept into Layout::Box vor 2 Jahren
SVGBox.cpp 28b771560a LibWeb: Make SVG <svg> elements behave as CSS replaced elements vor 3 Jahren
SVGBox.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated vor 2 Jahren
SVGFormattingContext.cpp 5f0d3c083f LibWeb: Allow (explicitly) converting CSSPixels to float and int vor 2 Jahren
SVGFormattingContext.h 00999a245c LibWeb: Let FormattingContext decide the automatic width of its root vor 2 Jahren
SVGGeometryBox.cpp 5f0d3c083f LibWeb: Allow (explicitly) converting CSSPixels to float and int vor 2 Jahren
SVGGeometryBox.h ba6272a0a0 LibWeb: Don't try to paint SVG elements transformed to zero size vor 2 Jahren
SVGGraphicsBox.cpp ec5d5918c4 LibWeb: Make SVG <g> elements generate a SVGGraphicsPaintable vor 2 Jahren
SVGGraphicsBox.h ec5d5918c4 LibWeb: Make SVG <g> elements generate a SVGGraphicsPaintable vor 2 Jahren
SVGSVGBox.cpp 147c3b3d97 LibWeb+WebContent: Forbid access to underlying type of CSSPixels vor 2 Jahren
SVGSVGBox.h f0560fd087 LibWeb: Support <svg> elements with `display: block` vor 2 Jahren
SVGTextBox.cpp 5f0d3c083f LibWeb: Allow (explicitly) converting CSSPixels to float and int vor 2 Jahren
SVGTextBox.h 0e12503586 LibWeb: Split SVGTextContentElement into spec defined subclasses vor 2 Jahren
TableFormattingContext.cpp ada05ab4e4 LibWeb: Implement fixed table layout vor 2 Jahren
TableFormattingContext.h ada05ab4e4 LibWeb: Implement fixed table layout vor 2 Jahren
TableWrapper.cpp 709fe01f52 LibWeb: Override width calculation for table wrappers vor 2 Jahren
TableWrapper.h 709fe01f52 LibWeb: Override width calculation for table wrappers vor 2 Jahren
TextNode.cpp d4b5205482 Revert "LibWeb: Make TextNode::ChunkIterator emit an empty chunk for content:""" vor 2 Jahren
TextNode.h d4b5205482 Revert "LibWeb: Make TextNode::ChunkIterator emit an empty chunk for content:""" vor 2 Jahren
TreeBuilder.cpp d7a3b65a44 LibWeb: Vertically align HTML Button content vor 2 Jahren
TreeBuilder.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr vor 2 Jahren
VideoBox.cpp c31e8cad1e LibWeb: Remove unused VideoBox preferred width/height methods vor 2 Jahren
VideoBox.h c31e8cad1e LibWeb: Remove unused VideoBox preferred width/height methods vor 2 Jahren
Viewport.cpp 6868ace8f4 LibWeb: Add non-const version of paintable_box() in Layout::Node vor 2 Jahren
Viewport.h 7e76a51cb0 LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport vor 2 Jahren