Aliaksandr Kalenik 6868ace8f4 LibWeb: Add non-const version of paintable_box() in Layout::Node 2 роки тому
..
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 147c3b3d97 LibWeb+WebContent: Forbid access to underlying type of CSSPixels 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 d32bf4cd41 LibWeb: Set min-width for inline child boxes after inside layout 2 роки тому
BlockFormattingContext.h 62f15f94d2 LibWeb: Better handling of floating boxes from inline formatting context 2 роки тому
Box.cpp 6868ace8f4 LibWeb: Add non-const version of paintable_box() in Layout::Node 2 роки тому
Box.h 6868ace8f4 LibWeb: Add non-const version of paintable_box() in Layout::Node 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 84e7216603 LibWeb: Move "natural size" concept into Layout::Box 2 роки тому
ButtonBox.h f914abaf29 LibWeb: Make a handful of layout node leaf classes `final` 2 роки тому
CanvasBox.cpp 84e7216603 LibWeb: Move "natural size" concept into Layout::Box 2 роки тому
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 41e7c5766e LibWeb: Support more kinds of indefinite widths on flex column items 2 роки тому
FlexFormattingContext.h 41e7c5766e LibWeb: Support more kinds of indefinite widths on flex column items 2 роки тому
FormAssociatedLabelableNode.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 роки тому
FormattingContext.cpp 3e70c1b6a3 LibWeb: Improve precision when computing size of replaced elements 2 роки тому
FormattingContext.h 6a17a30e2e LibWeb: Handle overlapping floating box and left margin 2 роки тому
FrameBox.cpp 84e7216603 LibWeb: Move "natural size" concept into Layout::Box 2 роки тому
FrameBox.h 990e7219d6 LibWeb: Fix iframes flickering on window resize 2 роки тому
GridFormattingContext.cpp 79cbbfc67f LibWeb: Fix infinite spinning while distributing extra space in GFC 2 роки тому
GridFormattingContext.h 11b844ce20 LibWeb: Add support for `align-items` and `align-self` in CSS grid 2 роки тому
ImageBox.cpp 84e7216603 LibWeb: Move "natural size" concept into Layout::Box 2 роки тому
ImageBox.h c648e24cff LibWeb: Don't force HTMLImageElement to have a legacy ImageLoader 2 роки тому
ImageProvider.h e63f68661f LibWeb: Have ImageProvider bitmap getter take optional size argument 2 роки тому
InlineFormattingContext.cpp 62f15f94d2 LibWeb: Better handling of floating boxes from inline formatting context 2 роки тому
InlineFormattingContext.h 62f15f94d2 LibWeb: Better handling of floating boxes from inline formatting context 2 роки тому
InlineLevelIterator.cpp d4b5205482 Revert "LibWeb: Make TextNode::ChunkIterator emit an empty chunk for content:""" 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 5ee1b7db7c LibWeb: Convert BorderData::width to CSSPixels 2 роки тому
LayoutState.h a7166eb103 LibWeb: Complete table border conflict resolution 2 роки тому
LineBox.cpp 92b56ded02 LibWeb: Fix whitespace getting trimmed incorrectly 2 роки тому
LineBox.h a74c56bc1b LibWeb: Remove unused code 2 роки тому
LineBoxFragment.cpp 754e458d0a LibWeb/Layout: Rename Box::{paint => paintable}_box() 2 роки тому
LineBoxFragment.h a74c56bc1b LibWeb: Remove unused code 2 роки тому
LineBuilder.cpp 4ac7c41483 LibWeb: Add -libweb-left and -libweb-right text-align values 2 роки тому
LineBuilder.h 62f15f94d2 LibWeb: Better handling of floating boxes from inline formatting context 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 293ece2292 LibWeb: Support list-style-position 2 роки тому
ListItemMarkerBox.h 293ece2292 LibWeb: Support list-style-position 2 роки тому
Node.cpp b6ea4b002b LibWeb: Add info about pseudo element type in Layout::Node 2 роки тому
Node.h b6ea4b002b LibWeb: Add info about pseudo element type in Layout::Node 2 роки тому
Progress.cpp 84e7216603 LibWeb: Move "natural size" concept into Layout::Box 2 роки тому
Progress.h f914abaf29 LibWeb: Make a handful of layout node leaf classes `final` 2 роки тому
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 e61fdd1dc6 LibWeb: Use viewbox attribute in SVG symbol element 2 роки тому
SVGFormattingContext.h 00999a245c LibWeb: Let FormattingContext decide the automatic width of its root 2 роки тому
SVGGeometryBox.cpp e61fdd1dc6 LibWeb: Use viewbox attribute in SVG symbol element 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 147c3b3d97 LibWeb+WebContent: Forbid access to underlying type of CSSPixels 2 роки тому
SVGSVGBox.h f0560fd087 LibWeb: Support <svg> elements with `display: block` 2 роки тому
SVGTextBox.cpp 0e12503586 LibWeb: Split SVGTextContentElement into spec defined subclasses 2 роки тому
SVGTextBox.h 0e12503586 LibWeb: Split SVGTextContentElement into spec defined subclasses 2 роки тому
TableFormattingContext.cpp 7b0b501418 LibWeb: Improve adjustment of automatic table width with percentages 2 роки тому
TableFormattingContext.h 26c20e3da1 LibWeb: Split BorderConflictFinder::conflicting_edges method 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 d4b5205482 Revert "LibWeb: Make TextNode::ChunkIterator emit an empty chunk for content:""" 2 роки тому
TextNode.h d4b5205482 Revert "LibWeb: Make TextNode::ChunkIterator emit an empty chunk for content:""" 2 роки тому
TreeBuilder.cpp b6ea4b002b LibWeb: Add info about pseudo element type in Layout::Node 2 роки тому
TreeBuilder.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 роки тому
VideoBox.cpp c31e8cad1e LibWeb: Remove unused VideoBox preferred width/height methods 2 роки тому
VideoBox.h c31e8cad1e LibWeb: Remove unused VideoBox preferred width/height methods 2 роки тому
Viewport.cpp 6868ace8f4 LibWeb: Add non-const version of paintable_box() in Layout::Node 2 роки тому
Viewport.h 7e76a51cb0 LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport 2 роки тому