Daniel Bertalan 4a81b33c07 Everywhere: Fix -Winconsistent-missing-override warnings from Clang 3 years ago
..
BlockContainer.cpp f73aa8e2bd LibWeb: Move line boxes from Layout::Box to BlockContainer 3 years ago
BlockContainer.h 7879b98f60 LibWeb: Use W3C urls for CSS-DISPLAY spec links 3 years ago
BlockFormattingContext.cpp 7196570f9b LibWeb: Cast unused smart-pointer return values to void 3 years ago
BlockFormattingContext.h 7879b98f60 LibWeb: Use W3C urls for CSS-DISPLAY spec links 3 years ago
Box.cpp 7c57961c61 LibWeb: Move BrowsingContext into HTML/ 3 years ago
Box.h 4a81b33c07 Everywhere: Fix -Winconsistent-missing-override warnings from Clang 3 years ago
BoxModelMetrics.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
BoxModelMetrics.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
BreakNode.cpp c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer 3 years ago
BreakNode.h 30c39e0e41 LibWeb: Fix inline blocks swallowing trailing whitespace 3 years ago
ButtonBox.cpp 7c57961c61 LibWeb: Move BrowsingContext into HTML/ 3 years ago
ButtonBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
CanvasBox.cpp 81590b1804 LibWeb: Make intrinsic width/height/ratio a Box concept and simplify it 3 years ago
CanvasBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
CheckBox.cpp 7c57961c61 LibWeb: Move BrowsingContext into HTML/ 3 years ago
CheckBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
FlexFormattingContext.cpp 7196570f9b LibWeb: Cast unused smart-pointer return values to void 3 years ago
FlexFormattingContext.h dee26ca5cd LibWeb: Add missing headers 3 years ago
FormattingContext.cpp 7196570f9b LibWeb: Cast unused smart-pointer return values to void 3 years ago
FormattingContext.h 934360583f LibWeb: Remove duplicated auto height computation 3 years ago
FrameBox.cpp 7c57961c61 LibWeb: Move BrowsingContext into HTML/ 3 years ago
FrameBox.h ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> 4 years ago
ImageBox.cpp 7c57961c61 LibWeb: Move BrowsingContext into HTML/ 3 years ago
ImageBox.h 7c57961c61 LibWeb: Move BrowsingContext into HTML/ 3 years ago
InitialContainingBlock.cpp 7c57961c61 LibWeb: Move BrowsingContext into HTML/ 3 years ago
InitialContainingBlock.h c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer 3 years ago
InlineFormattingContext.cpp 7196570f9b LibWeb: Cast unused smart-pointer return values to void 3 years ago
InlineFormattingContext.h f73aa8e2bd LibWeb: Move line boxes from Layout::Box to BlockContainer 3 years ago
InlineNode.cpp 6234e3fcb3 LibWeb: Implement background-clip :^) 3 years ago
InlineNode.h 912596fae8 LibWeb: Give InlineNodes a background 3 years ago
Label.cpp 7c57961c61 LibWeb: Move BrowsingContext into HTML/ 3 years ago
Label.h c908fa83e3 LibWeb: Add fast_is<T>() for Layout::Label 3 years ago
LabelableNode.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
LayoutPosition.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
LayoutPosition.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
LineBox.cpp 30c39e0e41 LibWeb: Fix inline blocks swallowing trailing whitespace 3 years ago
LineBox.h 30c39e0e41 LibWeb: Fix inline blocks swallowing trailing whitespace 3 years ago
LineBoxFragment.cpp e91edcaa28 LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock 3 years ago
LineBoxFragment.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
ListItemBox.cpp ef62118c8b LibWeb: Render any specified list-style-image for list items 3 years ago
ListItemBox.h c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer 3 years ago
ListItemMarkerBox.cpp ef62118c8b LibWeb: Render any specified list-style-image for list items 3 years ago
ListItemMarkerBox.h ef62118c8b LibWeb: Render any specified list-style-image for list items 3 years ago
Node.cpp 7c57961c61 LibWeb: Move BrowsingContext into HTML/ 3 years ago
Node.h 7c57961c61 LibWeb: Move BrowsingContext into HTML/ 3 years ago
RadioButton.cpp 7c57961c61 LibWeb: Move BrowsingContext into HTML/ 3 years ago
RadioButton.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
ReplacedBox.cpp c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer 3 years ago
ReplacedBox.h c94873806c LibWeb: Make ReplacedBox intrinsic size setters take Optional<float> 3 years ago
SVGBox.cpp c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer 3 years ago
SVGBox.h 225a5f2fe6 LibWeb: Add fast_is<T>() for SVGBox and SVGPathBox 3 years ago
SVGFormattingContext.cpp f2d0e8d0ee LibWeb: Expose FormattingContext type 3 years ago
SVGFormattingContext.h 92c08ad4ac LibWeb: Add SVGFormattingContext to handle SVG box trees 3 years ago
SVGGraphicsBox.cpp ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> 4 years ago
SVGGraphicsBox.h 92c08ad4ac LibWeb: Add SVGFormattingContext to handle SVG box trees 3 years ago
SVGPathBox.cpp 0bb680bacd LibWeb: Remove bogus offset when painting an SVG <path> box 3 years ago
SVGPathBox.h 225a5f2fe6 LibWeb: Add fast_is<T>() for SVGBox and SVGPathBox 3 years ago
SVGSVGBox.cpp 92c08ad4ac LibWeb: Add SVGFormattingContext to handle SVG box trees 3 years ago
SVGSVGBox.h 92c08ad4ac LibWeb: Add SVGFormattingContext to handle SVG box trees 3 years ago
TableBox.cpp c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer 3 years ago
TableBox.h c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer 3 years ago
TableCellBox.cpp ca154723f7 LibWeb: Remove Layout::Box::width_of_logical_containing_block() 3 years ago
TableCellBox.h ca154723f7 LibWeb: Remove Layout::Box::width_of_logical_containing_block() 3 years ago
TableFormattingContext.cpp 7196570f9b LibWeb: Cast unused smart-pointer return values to void 3 years ago
TableFormattingContext.h f73aa8e2bd LibWeb: Move line boxes from Layout::Box to BlockContainer 3 years ago
TableRowBox.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
TableRowBox.h 85a0772147 LibWeb: Start work towards modern CSS "display" values 3 years ago
TableRowGroupBox.cpp c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer 3 years ago
TableRowGroupBox.h c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer 3 years ago
TextNode.cpp 7c57961c61 LibWeb: Move BrowsingContext into HTML/ 3 years ago
TextNode.h 8b1108e485 Everywhere: Pass AK::StringView by value 3 years ago
TreeBuilder.cpp f6573f5f9d LibWeb: Don't create anonymous table boxes around whitespace 3 years ago
TreeBuilder.h dee26ca5cd LibWeb: Add missing headers 3 years ago