Pavel Panchekha 9075f64cac LibWeb: Change inline float clearance to not reset margin collapsing 10 hónapja
..
AudioBox.cpp 31341b280a LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 1 éve
AudioBox.h 31341b280a LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 1 éve
AvailableSpace.cpp 66ac0d88a3 LibWeb: Port AvailableSpace from DeprecatedString to String 1 éve
AvailableSpace.h 66ac0d88a3 LibWeb: Port AvailableSpace from DeprecatedString to String 1 éve
BlockContainer.cpp ad7e6878fe LibWeb: Allocate CSS::ComputedValues objects on the heap 1 éve
BlockContainer.h ad7e6878fe LibWeb: Allocate CSS::ComputedValues objects on the heap 1 éve
BlockFormattingContext.cpp d6a31d80c0 LibWeb: Resolve floating box's paddings before width calculation 10 hónapja
BlockFormattingContext.h c875cdae64 LibWeb: Avoid layout run to calculate auto height of FC child in BFC 10 hónapja
Box.cpp 863416e3ac LibWeb: Make FC of containing block responsible for abspos layout 11 hónapja
Box.h 6199870528 LibWeb: Reset a vector of contained abspos before collecting them again 11 hónapja
BoxModelMetrics.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 éve
BoxModelMetrics.h 02cd853eee LibWeb+Browser+WebContent: Convert BoxModelMetrics to new pixel units 2 éve
BreakNode.cpp 31341b280a LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 1 éve
BreakNode.h 31341b280a LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 1 éve
CanvasBox.cpp 31341b280a LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 1 éve
CanvasBox.h 31341b280a LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 1 éve
CheckBox.cpp 31341b280a LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 1 éve
CheckBox.h 31341b280a LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 1 éve
FlexFormattingContext.cpp 5f74da6ae8 LibWeb: Fix "box-sizing: border-box" resolution for abspos items 10 hónapja
FlexFormattingContext.h 863416e3ac LibWeb: Make FC of containing block responsible for abspos layout 11 hónapja
FormAssociatedLabelableNode.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 éve
FormattingContext.cpp fa907029ee LibWeb: Print FIXME instead of crashing in abspos SVG element layout 10 hónapja
FormattingContext.h 863416e3ac LibWeb: Make FC of containing block responsible for abspos layout 11 hónapja
FrameBox.cpp 5285e22f2a LibWeb+WebContent: Move scrollbar painting into WebContent 1 éve
FrameBox.h 31341b280a LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 1 éve
GridFormattingContext.cpp 5f74da6ae8 LibWeb: Fix "box-sizing: border-box" resolution for abspos items 10 hónapja
GridFormattingContext.h a64d182583 LibWeb: Use grid area as available size for abspos contained in GFC 11 hónapja
ImageBox.cpp 89d21335a1 LibWeb: Remove unused includes 1 éve
ImageBox.h 31341b280a LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 1 éve
ImageProvider.cpp 45a47cb32b LibWeb: Generalize ImageBox and ImagePaintable for any ImageProvider 1 éve
ImageProvider.h ef01c735cd LibWeb: Visit ImageProvider from Layout::ImageBox 1 éve
InlineFormattingContext.cpp 9075f64cac LibWeb: Change inline float clearance to not reset margin collapsing 10 hónapja
InlineFormattingContext.h 90b8bfc04c LibWeb: Save layout mode inside formatting context object 11 hónapja
InlineLevelIterator.cpp 17f4ed6ea1 LibGfx+LibWeb: Simplify text shaping API by removing per glyph callback 10 hónapja
InlineLevelIterator.h 11e7d72686 LibWeb: Layout text chunks based on their Unicode direction 11 hónapja
InlineNode.cpp 31341b280a LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 1 éve
InlineNode.h 31341b280a LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 1 éve
Label.cpp 09980af4ea LibWeb: Add Web::UIEvents::MouseButton enum, drop dependency on LibGUI 1 éve
Label.h 31341b280a LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 1 éve
LabelableNode.cpp cb0c5390ff LibWeb: Move mouse event and label logic from layout to painting tree 3 éve
LabelableNode.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 éve
LayoutState.cpp 68fcc37531 LibWeb: Return used values for grid tracks in getComputedStyle() 11 hónapja
LayoutState.h 863416e3ac LibWeb: Make FC of containing block responsible for abspos layout 11 hónapja
LineBox.cpp 11e7d72686 LibWeb: Layout text chunks based on their Unicode direction 11 hónapja
LineBox.h 11e7d72686 LibWeb: Layout text chunks based on their Unicode direction 11 hónapja
LineBoxFragment.cpp ec315667f0 LibGfx+LibWeb: Remove DrawEmoji variant in GlyphRun 11 hónapja
LineBoxFragment.h 11e7d72686 LibWeb: Layout text chunks based on their Unicode direction 11 hónapja
LineBuilder.cpp 11e7d72686 LibWeb: Layout text chunks based on their Unicode direction 11 hónapja
LineBuilder.h 11e7d72686 LibWeb: Layout text chunks based on their Unicode direction 11 hónapja
ListItemBox.cpp 31341b280a LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 1 éve
ListItemBox.h 31341b280a LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 1 éve
ListItemMarkerBox.cpp 31341b280a LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 1 éve
ListItemMarkerBox.h 31341b280a LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 1 éve
Node.cpp 76daba3069 LibWeb/CSS: Rename CalculatedStyleValue -> CSSMathValue 10 hónapja
Node.h 30b636e90b LibWeb: Add "position: sticky" support 11 hónapja
RadioButton.cpp 09980af4ea LibWeb: Add Web::UIEvents::MouseButton enum, drop dependency on LibGUI 1 éve
RadioButton.h 31341b280a LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 1 éve
ReplacedBox.cpp a0e6882d99 LibWeb: Remove Layout::Node::set_inline() 2 éve
ReplacedBox.h 84e7216603 LibWeb: Move "natural size" concept into Layout::Box 2 éve
SVGBox.cpp 28b771560a LibWeb: Make SVG <svg> elements behave as CSS replaced elements 3 éve
SVGBox.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 éve
SVGClipBox.cpp 31341b280a LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 1 éve
SVGClipBox.h 31341b280a LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 1 éve
SVGForeignObjectBox.cpp 7d05fe84bc LibWeb: Add layout node and paintable for SVGForeignObjectElement 1 éve
SVGForeignObjectBox.h 7d05fe84bc LibWeb: Add layout node and paintable for SVGForeignObjectElement 1 éve
SVGFormattingContext.cpp 90b8bfc04c LibWeb: Save layout mode inside formatting context object 11 hónapja
SVGFormattingContext.h 90b8bfc04c LibWeb: Save layout mode inside formatting context object 11 hónapja
SVGGeometryBox.cpp 31341b280a LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 1 éve
SVGGeometryBox.h 31341b280a LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 1 éve
SVGGraphicsBox.cpp ec5d5918c4 LibWeb: Make SVG <g> elements generate a SVGGraphicsPaintable 2 éve
SVGGraphicsBox.h ec5d5918c4 LibWeb: Make SVG <g> elements generate a SVGGraphicsPaintable 2 éve
SVGImageBox.cpp 03bbc2b111 LibWeb/SVG: Implement `SVGImageElement` 11 hónapja
SVGImageBox.h 03bbc2b111 LibWeb/SVG: Implement `SVGImageElement` 11 hónapja
SVGMaskBox.cpp 31341b280a LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 1 éve
SVGMaskBox.h 9ea6ab0ad4 LibJS+LibWeb: Fix a ton of JS_CELL-like macro issues 1 éve
SVGSVGBox.cpp 8eacfc8f10 LibWeb: Derive SVG root's natural size from width/height attributes 11 hónapja
SVGSVGBox.h 31341b280a LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 1 éve
SVGTextBox.cpp 31341b280a LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 1 éve
SVGTextBox.h 31341b280a LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 1 éve
SVGTextPathBox.cpp 31341b280a LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 1 éve
SVGTextPathBox.h 31341b280a LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 1 éve
TableFormattingContext.cpp 9621439db0 LibWeb: Assign static position for abspos boxes nested into TFC 10 hónapja
TableFormattingContext.h 9621439db0 LibWeb: Assign static position for abspos boxes nested into TFC 10 hónapja
TableGrid.cpp 398bf10b92 LibWeb: Use `TraversalDecision` for multi level Node traversal methods 1 éve
TableGrid.h c57d395a48 LibWeb: Use `IterationDecision` in single level Node iteration methods 1 éve
TableWrapper.cpp 31341b280a LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 1 éve
TableWrapper.h 31341b280a LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 1 éve
TextNode.cpp 11e7d72686 LibWeb: Layout text chunks based on their Unicode direction 11 hónapja
TextNode.h 11e7d72686 LibWeb: Layout text chunks based on their Unicode direction 11 hónapja
TreeBuilder.cpp 9559f0f123 LibWeb: Rename IdentifierStyleValue -> CSSKeywordValue 11 hónapja
TreeBuilder.h c1b5fe61d1 LibWeb: Lay out SVG `<clipPath>` uses 1 éve
VideoBox.cpp 31341b280a LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 1 éve
VideoBox.h 31341b280a LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 1 éve
Viewport.cpp 0a55e36403 LibWeb: Fix handling of find-in-page with pseudo-element content 1 éve
Viewport.h 156c1083e9 LibWeb: Cache text blocks used by find in page 1 éve