Bastiaan van der Plaat 1cdbfc2ff1 LibWeb: Add ol start and li value attributes support 1 yıl önce
..
AudioBox.cpp ac2238ee70 LibWeb: Begin implementing the HTMLAudioElement for audio playback 2 yıl önce
AudioBox.h ac2238ee70 LibWeb: Begin implementing the HTMLAudioElement for audio playback 2 yıl önce
AvailableSpace.cpp e9a718ff88 LibWeb/Layout: Replace `INFINITY` with `CSSPixels::min()` or `max()` 2 yıl önce
AvailableSpace.h 360c0eb509 LibWeb: Remove implicit conversion from float and double to CSSPixels 1 yıl önce
BlockContainer.cpp a75915f055 LibWeb/Layout: Rename BlockContainer::paint{_box => able_with_lines}() 2 yıl önce
BlockContainer.h a75915f055 LibWeb/Layout: Rename BlockContainer::paint{_box => able_with_lines}() 2 yıl önce
BlockFormattingContext.cpp 2285dfb80e LibWeb: Resolve block max-width percentage against containing block 1 yıl önce
BlockFormattingContext.h 06d05b3c55 LibWeb: Boxes that establish FFC or GFC should avoid overlapping floats 1 yıl önce
Box.cpp 063e66cae9 LibWeb: Introduce RecordingPainter to serialize painting commands 1 yıl önce
Box.h 34c5043cbe LibWeb: Use `CSSPixelFraction` to represent aspect ratios 1 yıl önce
BoxModelMetrics.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 yıl önce
BoxModelMetrics.h 02cd853eee LibWeb+Browser+WebContent: Convert BoxModelMetrics to new pixel units 2 yıl önce
BreakNode.cpp a0e6882d99 LibWeb: Remove Layout::Node::set_inline() 2 yıl önce
BreakNode.h 80a78c4deb LibWeb: Don't generate ::before/::after for BR elements 1 yıl önce
ButtonBox.cpp 71baa8c31a LibWeb: Add CSSPixels::nearest_value_for(FloatingPoint) 1 yıl önce
ButtonBox.h f914abaf29 LibWeb: Make a handful of layout node leaf classes `final` 2 yıl önce
CanvasBox.cpp 063e66cae9 LibWeb: Introduce RecordingPainter to serialize painting commands 1 yıl önce
CanvasBox.h f914abaf29 LibWeb: Make a handful of layout node leaf classes `final` 2 yıl önce
CheckBox.cpp 84e7216603 LibWeb: Move "natural size" concept into Layout::Box 2 yıl önce
CheckBox.h f914abaf29 LibWeb: Make a handful of layout node leaf classes `final` 2 yıl önce
FlexFormattingContext.cpp 3250a424f0 LibWeb: Don't offset abspos children of flex container by padding twice 1 yıl önce
FlexFormattingContext.h 34c5043cbe LibWeb: Use `CSSPixelFraction` to represent aspect ratios 1 yıl önce
FormAssociatedLabelableNode.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 yıl önce
FormattingContext.cpp 6602b1ddb1 LibWeb: Rename "position" enum to "positioning" 1 yıl önce
FormattingContext.h 481fdfee68 LibWeb: Resolve CSS inset properties when entering inline-flow elements 2 yıl önce
FrameBox.cpp dd7bba66ed LibWeb: Change viewport ownership from `BrowsingContext` to `Navigable` 1 yıl önce
FrameBox.h 990e7219d6 LibWeb: Fix iframes flickering on window resize 2 yıl önce
GridFormattingContext.cpp a2f60911fe AK: Rename GenericTraits to DefaultTraits 1 yıl önce
GridFormattingContext.h 44001d2178 LibWeb: Separate grid item's area rect calculation in a function in GFC 1 yıl önce
ImageBox.cpp 71baa8c31a LibWeb: Add CSSPixels::nearest_value_for(FloatingPoint) 1 yıl önce
ImageBox.h c648e24cff LibWeb: Don't force HTMLImageElement to have a legacy ImageLoader 2 yıl önce
ImageProvider.h 34c5043cbe LibWeb: Use `CSSPixelFraction` to represent aspect ratios 1 yıl önce
InlineFormattingContext.cpp c41e742de4 LibWeb: Fix min-content width calculation in dimension_box_on_line() 1 yıl önce
InlineFormattingContext.h fce4801460 LibWeb: Replace to_px() with to_px_or_zero() in InlineFormattingContext 2 yıl önce
InlineLevelIterator.cpp 6b30847120 LibWeb: Don't add an extra glyph spacing to width of TextNode 1 yıl önce
InlineLevelIterator.h 3d7e788981 LibWeb: Improve the line breaking algorithm 1 yıl önce
InlineNode.cpp 4d401bf796 LibWeb: Make the paint tree GC-allocated 2 yıl önce
InlineNode.h f914abaf29 LibWeb: Make a handful of layout node leaf classes `final` 2 yıl önce
Label.cpp aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString 1 yıl önce
Label.h 3c7bd5a317 LibWeb+WebContent+headless-browser: Use CSSPixels for PageClient events 2 yıl önce
LabelableNode.cpp cb0c5390ff LibWeb: Move mouse event and label logic from layout to painting tree 3 yıl önce
LabelableNode.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 yıl önce
LayoutState.cpp 4c5d48f861 LibWeb: Support transforms, stroking, gradients, etc for SVG <text> 1 yıl önce
LayoutState.h c93d367d95 LibWeb: Layout SVG <text> elements during layout (not while painting) 1 yıl önce
LineBox.cpp df2bc8187c LibWeb: Use actual line height to calculate float y in IFC 1 yıl önce
LineBox.h fce4801460 LibWeb: Replace to_px() with to_px_or_zero() in InlineFormattingContext 2 yıl önce
LineBoxFragment.cpp 71baa8c31a LibWeb: Add CSSPixels::nearest_value_for(FloatingPoint) 1 yıl önce
LineBoxFragment.h a74c56bc1b LibWeb: Remove unused code 2 yıl önce
LineBuilder.cpp df2bc8187c LibWeb: Use actual line height to calculate float y in IFC 1 yıl önce
LineBuilder.h ef6a78518f LibWeb: Remove unused argument of InlineLevelIterator::next 2 yıl önce
ListItemBox.cpp 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 yıl önce
ListItemBox.h 1cf5737e9e LibWeb: Add fast_is<T>() for various types stood out in a profile 2 yıl önce
ListItemMarkerBox.cpp 293ece2292 LibWeb: Support list-style-position 2 yıl önce
ListItemMarkerBox.h aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString 1 yıl önce
Node.cpp 6602b1ddb1 LibWeb: Rename "position" enum to "positioning" 1 yıl önce
Node.h 9e99368694 LibWeb: Track quote-nesting level while building the layout tree 1 yıl önce
Progress.cpp 84e7216603 LibWeb: Move "natural size" concept into Layout::Box 2 yıl önce
Progress.h f914abaf29 LibWeb: Make a handful of layout node leaf classes `final` 2 yıl önce
RadioButton.cpp 84e7216603 LibWeb: Move "natural size" concept into Layout::Box 2 yıl önce
RadioButton.h 4d401bf796 LibWeb: Make the paint tree GC-allocated 2 yıl önce
ReplacedBox.cpp a0e6882d99 LibWeb: Remove Layout::Node::set_inline() 2 yıl önce
ReplacedBox.h 84e7216603 LibWeb: Move "natural size" concept into Layout::Box 2 yıl önce
SVGBox.cpp 28b771560a LibWeb: Make SVG <svg> elements behave as CSS replaced elements 3 yıl önce
SVGBox.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 yıl önce
SVGFormattingContext.cpp 4c5d48f861 LibWeb: Support transforms, stroking, gradients, etc for SVG <text> 1 yıl önce
SVGFormattingContext.h 00999a245c LibWeb: Let FormattingContext decide the automatic width of its root 2 yıl önce
SVGGeometryBox.cpp 4c5d48f861 LibWeb: Support transforms, stroking, gradients, etc for SVG <text> 1 yıl önce
SVGGeometryBox.h dc9cb449b1 LibWeb: Store computed SVG path data/transforms in LayoutState 1 yıl önce
SVGGraphicsBox.cpp ec5d5918c4 LibWeb: Make SVG <g> elements generate a SVGGraphicsPaintable 2 yıl önce
SVGGraphicsBox.h ec5d5918c4 LibWeb: Make SVG <g> elements generate a SVGGraphicsPaintable 2 yıl önce
SVGSVGBox.cpp 34c5043cbe LibWeb: Use `CSSPixelFraction` to represent aspect ratios 1 yıl önce
SVGSVGBox.h 34c5043cbe LibWeb: Use `CSSPixelFraction` to represent aspect ratios 1 yıl önce
SVGTextBox.cpp 4c5d48f861 LibWeb: Support transforms, stroking, gradients, etc for SVG <text> 1 yıl önce
SVGTextBox.h c93d367d95 LibWeb: Layout SVG <text> elements during layout (not while painting) 1 yıl önce
TableFormattingContext.cpp 4676b288a2 LibWeb: Set table width to GRIDMAX if calculated value is max-content 1 yıl önce
TableFormattingContext.h 769f11f9ae LibWeb: Implement table missing cells fixup 2 yıl önce
TableGrid.cpp 2660bbb94f LibWeb: Consider colgroups while calculating table grid size 1 yıl önce
TableGrid.h a2f60911fe AK: Rename GenericTraits to DefaultTraits 1 yıl önce
TableWrapper.cpp 709fe01f52 LibWeb: Override width calculation for table wrappers 2 yıl önce
TableWrapper.h 709fe01f52 LibWeb: Override width calculation for table wrappers 2 yıl önce
TextNode.cpp aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString 1 yıl önce
TextNode.h aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString 1 yıl önce
TreeBuilder.cpp 1cdbfc2ff1 LibWeb: Add ol start and li value attributes support 1 yıl önce
TreeBuilder.h 1cdbfc2ff1 LibWeb: Add ol start and li value attributes support 1 yıl önce
VideoBox.cpp 34c5043cbe LibWeb: Use `CSSPixelFraction` to represent aspect ratios 1 yıl önce
VideoBox.h 5ff7448fee LibWeb: Move viewport subscriptions from BrowsingContext to Document 1 yıl önce
Viewport.cpp 8bb275f2ea LibWeb: Move painting logic from Layout::Viewport to ViewportPaintable 2 yıl önce
Viewport.h 8bb275f2ea LibWeb: Move painting logic from Layout::Viewport to ViewportPaintable 2 yıl önce