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