mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-26 19:22:30 -05:00
3f3f45580a
Each of these strings would previously rely on StringView's char const* constructor overload, which would call __builtin_strlen on the string. Since we now have operator ""sv, we can replace these with much simpler versions. This opens the door to being able to remove StringView(char const*). No functional changes. |
||
---|---|---|
.. | ||
BackgroundPainting.cpp | ||
BackgroundPainting.h | ||
BorderPainting.cpp | ||
BorderPainting.h | ||
BorderRadiusCornerClipper.cpp | ||
BorderRadiusCornerClipper.h | ||
ButtonPaintable.cpp | ||
ButtonPaintable.h | ||
CanvasPaintable.cpp | ||
CanvasPaintable.h | ||
CheckBoxPaintable.cpp | ||
CheckBoxPaintable.h | ||
ImagePaintable.cpp | ||
ImagePaintable.h | ||
InlinePaintable.cpp | ||
InlinePaintable.h | ||
LabelablePaintable.cpp | ||
LabelablePaintable.h | ||
MarkerPaintable.cpp | ||
MarkerPaintable.h | ||
NestedBrowsingContextPaintable.cpp | ||
NestedBrowsingContextPaintable.h | ||
Paintable.cpp | ||
Paintable.h | ||
PaintableBox.cpp | ||
PaintableBox.h | ||
PaintContext.cpp | ||
PaintContext.h | ||
ProgressPaintable.cpp | ||
ProgressPaintable.h | ||
RadioButtonPaintable.cpp | ||
RadioButtonPaintable.h | ||
ShadowPainting.cpp | ||
ShadowPainting.h | ||
StackingContext.cpp | ||
StackingContext.h | ||
SVGGeometryPaintable.cpp | ||
SVGGeometryPaintable.h | ||
SVGGraphicsPaintable.cpp | ||
SVGGraphicsPaintable.h | ||
SVGPaintable.cpp | ||
SVGPaintable.h | ||
SVGSVGPaintable.cpp | ||
SVGSVGPaintable.h | ||
TextPaintable.cpp | ||
TextPaintable.h |