mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +00:00
LibWeb: Factor out some class template methods into implementation files
Reduces the rebuild required for changes to the .cpp parts (or their includes)
This commit is contained in:
parent
2a68087dfc
commit
64f438857b
Notes:
github-actions[bot]
2025-10-27 14:52:38 +00:00
Author: https://github.com/Calme1709
Commit: 64f438857b
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6576
Reviewed-by: https://github.com/AtkinsSJ ✅
8 changed files with 425 additions and 303 deletions
|
|
@ -434,9 +434,11 @@ set(SOURCES
|
|||
HTML/BrowsingContext.cpp
|
||||
HTML/BrowsingContextGroup.cpp
|
||||
HTML/Canvas/CanvasDrawImage.cpp
|
||||
HTML/Canvas/CanvasFillStrokeStyles.cpp
|
||||
HTML/Canvas/CanvasPath.cpp
|
||||
HTML/Canvas/CanvasSettings.cpp
|
||||
HTML/Canvas/CanvasState.cpp
|
||||
HTML/Canvas/CanvasTextDrawingStyles.cpp
|
||||
HTML/Canvas/SerializeBitmap.cpp
|
||||
HTML/CanvasGradient.cpp
|
||||
HTML/CanvasPattern.cpp
|
||||
|
|
@ -921,6 +923,7 @@ set(SOURCES
|
|||
SVG/SVGFEMergeNodeElement.cpp
|
||||
SVG/SVGFEOffsetElement.cpp
|
||||
SVG/SVGFilterElement.cpp
|
||||
SVG/SVGFilterPrimitiveStandardAttributes.cpp
|
||||
SVG/SVGFitToViewBox.cpp
|
||||
SVG/SVGForeignObjectElement.cpp
|
||||
SVG/SVGGElement.cpp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue