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