Andreas Kling e91edcaa28 LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock 3 years ago
..
BlockBox.cpp e91edcaa28 LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock 3 years ago
BlockBox.h ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> 4 years ago
BlockFormattingContext.cpp e91edcaa28 LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock 3 years ago
BlockFormattingContext.h c51dbb4372 LibWeb: Expose size calculation of BlockFormattingContext 4 years ago
Box.cpp e91edcaa28 LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock 3 years ago
Box.h 5471c87246 LibWeb: Add box-shadow rendering 4 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 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
BreakNode.h ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> 4 years ago
ButtonBox.cpp 4190fd2199 LibWeb: Rename Web::Frame to Web::BrowsingContext 4 years ago
ButtonBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
CanvasBox.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
CanvasBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
CheckBox.cpp 4190fd2199 LibWeb: Rename Web::Frame to Web::BrowsingContext 4 years ago
CheckBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
FlexFormattingContext.cpp e91edcaa28 LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock 3 years ago
FlexFormattingContext.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
FormattingContext.cpp ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> 4 years ago
FormattingContext.h 174c940479 LibWeb: Fix height computation (again) :^) 4 years ago
FrameBox.cpp e91edcaa28 LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock 3 years ago
FrameBox.h ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> 4 years ago
ImageBox.cpp 3a7e26ef28 LibWeb: Rename frame_did_set_viewport_rect() => browsing_context_*() 3 years ago
ImageBox.h 3a7e26ef28 LibWeb: Rename frame_did_set_viewport_rect() => browsing_context_*() 3 years ago
InitialContainingBlock.cpp e91edcaa28 LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock 3 years ago
InitialContainingBlock.h e91edcaa28 LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock 3 years ago
InlineFormattingContext.cpp ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> 4 years ago
InlineFormattingContext.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
InlineNode.cpp 226fe4b57d LibWeb: Paint inspection outline for InlineNodes :^) 3 years ago
InlineNode.h 226fe4b57d LibWeb: Paint inspection outline for InlineNodes :^) 3 years ago
Label.cpp e91edcaa28 LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock 3 years ago
Label.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 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 fa4eeca0ac LibWeb: Properly handle newlines at the end of LineBoxes 3 years ago
LineBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 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 2a77abf85e Everywhere: Use tobyase@serenityos.org for my copyright headers 3 years ago
ListItemBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
ListItemMarkerBox.cpp 2a77abf85e Everywhere: Use tobyase@serenityos.org for my copyright headers 3 years ago
ListItemMarkerBox.h 2a77abf85e Everywhere: Use tobyase@serenityos.org for my copyright headers 3 years ago
Node.cpp e91edcaa28 LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock 3 years ago
Node.h e91edcaa28 LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock 3 years ago
RadioButton.cpp 4190fd2199 LibWeb: Rename Web::Frame to Web::BrowsingContext 4 years ago
RadioButton.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
ReplacedBox.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
ReplacedBox.h ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> 4 years ago
SVGBox.cpp fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 years ago
SVGBox.h fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 years ago
SVGGraphicsBox.cpp ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> 4 years ago
SVGGraphicsBox.h fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers 4 years ago
SVGPathBox.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
SVGPathBox.h ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> 4 years ago
SVGSVGBox.cpp 758d816b23 LibWeb: Clear SVG context after SVGSVGBox children are painted 3 years ago
SVGSVGBox.h ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> 4 years ago
TableBox.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
TableBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
TableCellBox.cpp ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> 4 years ago
TableCellBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
TableFormattingContext.cpp 4190fd2199 LibWeb: Rename Web::Frame to Web::BrowsingContext 4 years ago
TableFormattingContext.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
TableRowBox.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
TableRowBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
TableRowGroupBox.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
TableRowGroupBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
TextNode.cpp 27c5eb66f1 LibWeb: Rename wrap_breaks to respect_linebreaks 3 years ago
TextNode.h 27c5eb66f1 LibWeb: Rename wrap_breaks to respect_linebreaks 3 years ago
TreeBuilder.cpp e91edcaa28 LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock 3 years ago
TreeBuilder.h e8d10fb429 LibWeb: Ignore svg elements outside of <svg> when building layout tree 3 years ago