Tom e61fdd1dc6 LibWeb: Use viewbox attribute in SVG symbol element 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 62f15f94d2 LibWeb: Better handling of floating boxes from inline formatting context 2 лет назад
BlockFormattingContext.h 62f15f94d2 LibWeb: Better handling of floating boxes from inline formatting context 2 лет назад
Box.cpp 1051624084 LibWeb: Obey CSS aspect-ratio property during layout 2 лет назад
Box.h 1051624084 LibWeb: Obey CSS aspect-ratio property during layout 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 6de701b5c3 LibWeb: Handle auto margins with flex and justify-content 2 лет назад
FlexFormattingContext.h 152ce88984 LibWeb: Avoid leaking infinite remaining_free_space in FFC calculation 2 лет назад
FormAssociatedLabelableNode.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 лет назад
FormattingContext.cpp 4f9f21e8fe LibWeb: Only derive baseline from children with a non-empty line box 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 11b844ce20 LibWeb: Add support for `align-items` and `align-self` in CSS grid 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 b12820c967 LibWeb: Handle float clearing specified on line break elements 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 6038e36250 LibWeb: Add and use the "snap a length as a border width" algorithm 2 лет назад
Node.h 21ace4f90b LibWeb: Add Node::scaled_font(float scale_factor) 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 4cde5f6d76 LibWeb: Fix border for cells spanning entire table width or height 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 b918ce4022 LibWeb: Make Layout::TextNode::text_for_rendering() lazily computed 2 лет назад
TextNode.h b918ce4022 LibWeb: Make Layout::TextNode::text_for_rendering() lazily computed 2 лет назад
TreeBuilder.cpp 28fdc7af05 LibWeb: Detach stale layout nodes from DOM during layout tree build 2 лет назад
TreeBuilder.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 лет назад
VideoBox.cpp 84e7216603 LibWeb: Move "natural size" concept into Layout::Box 2 лет назад
VideoBox.h f156d3d5e5 LibWeb: Create a basic layout node for HTMLVideoElement 2 лет назад
Viewport.cpp d6c3cbd958 LibWeb: Make StackingContext sorting a lot faster 2 лет назад
Viewport.h 7e76a51cb0 LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport 2 лет назад