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