..
AccumulatedVisualContext.cpp
LibWeb: Fix mouse event offset computation with nested CSS transforms
2026-01-31 16:56:05 +01:00
AccumulatedVisualContext.h
LibWeb: Fix mouse event offset computation with nested CSS transforms
2026-01-31 16:56:05 +01:00
AudioPaintable.cpp
LibWeb: Correct the early exit condition in AudioPaintable::paint()
2025-11-03 13:25:02 -06:00
AudioPaintable.h
LibWeb: Delete AudioPaintable::layout_box()
2025-10-10 09:03:39 +02:00
BackgroundPainting.cpp
LibWeb: Use SizeWithAspectRatio struct
2026-02-02 14:36:49 +00:00
BackgroundPainting.h
LibWeb: Don't generate layer for background-image none entry
2026-01-05 11:35:26 +00:00
BackingStoreManager.cpp
LibWeb: Make RenderingThread own display list and backing stores
2026-01-26 14:53:08 +01:00
BackingStoreManager.h
LibWeb: Make RenderingThread own display list and backing stores
2026-01-26 14:53:08 +01:00
Blending.h
LibWeb/CSS: Improved implementation of background-blend-mode
2025-04-01 13:38:00 +02:00
BorderPainting.cpp
LibWeb+LibGfx: Remove Path::close_all_subpaths()
2025-09-25 21:42:52 +02:00
BorderPainting.h
LibWeb: Enable EXPLICIT_SYMBOL_EXPORT
2025-08-23 16:04:36 -06:00
BorderRadiiData.cpp
LibWeb: Rename PaintContext to DisplayListRecordingContext
2025-08-01 05:25:56 -04:00
BorderRadiiData.h
LibWeb: Account for border-radius in hit testing
2026-01-22 11:30:17 +01:00
BorderRadiusCornerClipper.cpp
LibWeb: Rename PaintContext to DisplayListRecordingContext
2025-08-01 05:25:56 -04:00
BorderRadiusCornerClipper.h
LibWeb: Enable EXPLICIT_SYMBOL_EXPORT
2025-08-23 16:04:36 -06:00
BordersData.cpp
LibWeb: Rename PaintContext to DisplayListRecordingContext
2025-08-01 05:25:56 -04:00
BordersData.h
LibWeb: Enable EXPLICIT_SYMBOL_EXPORT
2025-08-23 16:04:36 -06:00
BoxModelMetrics.cpp
LibWeb: Store final box model metrics in paint tree, not layout tree
2025-02-17 18:28:29 +01:00
BoxModelMetrics.h
LibWeb: Enable EXPLICIT_SYMBOL_EXPORT
2025-08-23 16:04:36 -06:00
CanvasPaintable.cpp
LibWeb: Pass sizes instead of rects to to_gfx_scaling_mode()
2025-11-12 15:59:01 +01:00
CanvasPaintable.h
LibWeb: Delete CanvasPaintable::layout_box()
2025-10-10 09:03:39 +02:00
CheckBoxPaintable.cpp
LibWeb: Delete CheckBoxPaintable::layout_box()
2025-10-10 09:03:39 +02:00
CheckBoxPaintable.h
LibWeb: Delete CheckBoxPaintable::layout_box()
2025-10-10 09:03:39 +02:00
ChromeMetrics.h
LibWeb: Implement resizing for eligible elements and update scrollbars
2026-01-12 11:00:14 +00:00
DevicePixelConverter.h
LibWeb: Maintain rect positioning when rounding to device pixel rects
2025-08-19 21:53:46 +02:00
DisplayList.cpp
LibWeb: Remove ApplyTransform display list command
2026-01-23 18:56:24 +01:00
DisplayList.h
LibWeb: Remove unused DisplayList::for_each_command_in_range()
2026-01-23 18:56:24 +01:00
DisplayListCommand.cpp
LibGfx+LibWeb: Cache SkTextBlob in GlyphRun
2026-01-24 15:22:03 +01:00
DisplayListCommand.h
LibGfx+LibWeb: Cache SkTextBlob in GlyphRun
2026-01-24 15:22:03 +01:00
DisplayListPlayerSkia.cpp
LibGfx+LibWeb: Cache SkTextBlob in GlyphRun
2026-01-24 15:22:03 +01:00
DisplayListPlayerSkia.h
LibWeb: Remove ApplyTransform display list command
2026-01-23 18:56:24 +01:00
DisplayListRecorder.cpp
LibGfx+LibWeb: Resolve font features per font rather than per element
2026-02-02 14:11:43 +00:00
DisplayListRecorder.h
LibWeb: Remove ApplyTransform display list command
2026-01-23 18:56:24 +01:00
DisplayListRecordingContext.cpp
LibWeb: Implement resizing for eligible elements and update scrollbars
2026-01-12 11:00:14 +00:00
DisplayListRecordingContext.h
LibWeb: Implement resizing for eligible elements and update scrollbars
2026-01-12 11:00:14 +00:00
FieldSetPaintable.cpp
LibWeb: Rename PaintContext to DisplayListRecordingContext
2025-08-01 05:25:56 -04:00
FieldSetPaintable.h
LibWeb: Rename PaintContext to DisplayListRecordingContext
2025-08-01 05:25:56 -04:00
GradientData.h
LibWeb: Move gradient color stops expansion to recording phase
2026-01-23 19:11:14 +01:00
GradientPainting.cpp
LibWeb: Move gradient color stops expansion to recording phase
2026-01-23 19:11:14 +01:00
GradientPainting.h
LibWeb: Rename PaintContext to DisplayListRecordingContext
2025-08-01 05:25:56 -04:00
ImagePaintable.cpp
LibWeb: Apply CSS ::selection styling to text and form controls
2026-02-06 10:47:50 +00:00
ImagePaintable.h
LibWeb: Preserve paintable tree across relayouts
2026-01-21 10:00:17 +01:00
InputColors.h
LibWeb/CSS: Implement the color-scheme CSS property
2025-01-08 11:18:13 +00:00
LabelablePaintable.cpp
LibWeb: Implement label activation behavior in the DOM layer
2026-01-27 18:35:38 +01:00
LabelablePaintable.h
LibWeb: Implement label activation behavior in the DOM layer
2026-01-27 18:35:38 +01:00
MarkerPaintable.cpp
LibWeb: Make DisplayListRecorder::draw_text() take text as UTF-16
2025-09-21 13:22:38 +02:00
MarkerPaintable.h
LibWeb: Rename PaintContext to DisplayListRecordingContext
2025-08-01 05:25:56 -04:00
MediaPaintable.cpp
LibWeb: Account for unset media element duration in MediaPaintable
2025-12-10 16:02:40 -06:00
MediaPaintable.h
LibWeb: Delete non-const layout_node_with_style_and_box_metrics()
2025-10-10 16:58:51 +02:00
NavigableContainerViewportPaintable.cpp
LibWeb: Remove Document.h include from Layout/Viewport.h
2026-02-08 18:51:13 +01:00
NavigableContainerViewportPaintable.h
LibWeb: Delete NavigableContainerViewportPaintable::layout_box()
2025-10-10 09:03:39 +02:00
Paintable.cpp
LibGC+LibWeb: Mark two GC::Cell functions as MUST_UPCALL
2026-02-06 13:50:54 +01:00
Paintable.h
LibWeb: Mark Paintable::resolve_paint_properties() as MUST_UPCALL
2026-02-06 13:50:54 +01:00
PaintableBox.cpp
LibWeb: Flatten non-3d transforms
2026-02-07 18:56:23 +01:00
PaintableBox.h
LibWeb: Flatten non-3d transforms
2026-02-07 18:56:23 +01:00
PaintableFragment.cpp
LibWeb: Remove Document.h include from Layout/Viewport.h
2026-02-08 18:51:13 +01:00
PaintableFragment.h
LibWeb: Implement support for text-decoration in ::selection
2026-02-06 10:47:50 +00:00
PaintableWithLines.cpp
LibWeb: Implement support for text-decoration in ::selection
2026-02-06 10:47:50 +00:00
PaintableWithLines.h
LibWeb: Fix hit testing for text inside stacking context roots
2026-01-25 10:55:30 +01:00
PaintBoxShadowParams.h
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
PaintStyle.h
LibWeb: Implement the color-interpolation property for SVG gradients
2025-08-17 10:51:05 +02:00
RadioButtonPaintable.cpp
LibWeb: Remove unused include from RadioPaintable
2026-01-27 18:35:38 +01:00
RadioButtonPaintable.h
LibWeb: Rename PaintContext to DisplayListRecordingContext
2025-08-01 05:25:56 -04:00
ResolvedCSSFilter.cpp
LibWeb: Move effects application into AccumulatedVisualContext
2026-01-21 16:19:18 +01:00
ResolvedCSSFilter.h
LibWeb: Move effects application into AccumulatedVisualContext
2026-01-21 16:19:18 +01:00
ScrollFrame.cpp
LibWeb: Remove Document.h include from Layout/Node.h
2026-02-08 18:51:13 +01:00
ScrollFrame.h
LibWeb: Add scrollport_size to StickyConstraints
2026-02-01 19:57:14 +01:00
ScrollState.cpp
LibWeb: Restrict direct access to ScrollFrame's own_offset
2026-02-01 16:13:13 +01:00
ScrollState.h
LibWeb: Restrict direct access to ScrollFrame's own_offset
2026-02-01 16:13:13 +01:00
ShadowData.h
LibWeb: Add helpers to convert CSS::ShadowData to Painting::ShadowData
2026-02-06 10:47:50 +00:00
ShadowPainting.cpp
LibWeb: Implement support for text-shadow in ::selection
2026-02-06 10:47:50 +00:00
ShadowPainting.h
LibWeb: Apply CSS ::selection styling to text and form controls
2026-02-06 10:47:50 +00:00
ShouldAntiAlias.h
LibWeb: Use shape-rendering to control anti aliasing for SVG paths
2025-08-19 09:47:28 +01:00
StackingContext.cpp
LibWeb: Remove Document.h include from Layout/Viewport.h
2026-02-08 18:51:13 +01:00
StackingContext.h
LibWeb: Move CSS transform resolution to visual context assignment
2026-01-31 16:56:05 +01:00
SVGClipPaintable.cpp
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
SVGClipPaintable.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
SVGForeignObjectPaintable.cpp
LibWeb: Rename PaintContext to DisplayListRecordingContext
2025-08-01 05:25:56 -04:00
SVGForeignObjectPaintable.h
LibGfx+LibWeb: Move SVG mask/clip composition from CPU to GPU
2026-01-23 16:23:06 +01:00
SVGGraphicsPaintable.cpp
LibWeb: Preserve paintable tree across relayouts
2026-01-21 10:00:17 +01:00
SVGGraphicsPaintable.h
LibGfx+LibWeb: Move SVG mask/clip composition from CPU to GPU
2026-01-23 16:23:06 +01:00
SVGMaskable.cpp
LibWeb: Compute SVG mask/clip transforms using layout tree hierarchy
2026-02-05 09:00:56 +01:00
SVGMaskable.h
LibWeb: Compute SVG mask/clip transforms using layout tree hierarchy
2026-02-05 09:00:56 +01:00
SVGMaskPaintable.cpp
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
SVGMaskPaintable.h
LibGC+Everywhere: Factor out a LibGC from LibJS
2024-11-15 14:49:20 +01:00
SVGPaintable.cpp
LibWeb: Use shape-rendering to control anti aliasing for SVG paths
2025-08-19 09:47:28 +01:00
SVGPaintable.h
LibWeb: Use shape-rendering to control anti aliasing for SVG paths
2025-08-19 09:47:28 +01:00
SVGPathPaintable.cpp
LibWeb: Preserve paintable tree across relayouts
2026-01-21 10:00:17 +01:00
SVGPathPaintable.h
LibWeb: Preserve paintable tree across relayouts
2026-01-21 10:00:17 +01:00
SVGSVGPaintable.cpp
LibGfx+LibWeb: Move SVG mask/clip composition from CPU to GPU
2026-01-23 16:23:06 +01:00
SVGSVGPaintable.h
LibWeb: Delete unused SVGSVGPaintable::layout_box()
2025-10-10 09:03:39 +02:00
TableBordersPainting.cpp
LibWeb: Rename PaintContext to DisplayListRecordingContext
2025-08-01 05:25:56 -04:00
TableBordersPainting.h
LibWeb: Enable EXPLICIT_SYMBOL_EXPORT
2025-08-23 16:04:36 -06:00
TextPaintable.cpp
LibWeb: Implement label activation behavior in the DOM layer
2026-01-27 18:35:38 +01:00
TextPaintable.h
LibWeb: Implement label activation behavior in the DOM layer
2026-01-27 18:35:38 +01:00
VideoPaintable.cpp
LibGfx+LibMedia: Send video frames to Skia as subsampled YUV
2026-01-22 19:44:36 +01:00
VideoPaintable.h
LibWeb: Delete VideoPaintable::layout_box()
2025-10-10 09:03:39 +02:00
ViewportPaintable.cpp
LibWeb: Remove Document.h include from Layout/Viewport.h
2026-02-08 18:51:13 +01:00
ViewportPaintable.h
LibWeb: Move VisualViewport transform to AccumulatedVisualContext tree
2026-01-23 18:56:24 +01:00