1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 00:37:34 +00:00
serenity/Userland/Libraries/LibWeb/HTML/Canvas
Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString
We have a new, improved string type coming up in AK (OOM aware, no null
state), and while it's going to use UTF-8, the name UTF8String is a
mouthful - so let's free up the String name by renaming the existing
class.
Making the old one have an annoying name will hopefully also help with
quick adoption :^)
2022-12-06 08:54:33 +01:00
..
CanvasDrawImage.cpp LibWeb: Move ExceptionOr from DOM/ to WebIDL/ 2022-09-25 19:13:31 +01:00
CanvasDrawImage.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
CanvasDrawImage.idl LibWeb: Extract CanvasDrawImage class from CRC2D 2022-08-14 11:30:40 +02:00
CanvasDrawPath.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
CanvasDrawPath.idl LibWeb: Extract CanvasDrawPath class from CRC2D 2022-08-14 11:30:40 +02:00
CanvasFillStrokeStyles.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
CanvasFillStrokeStyles.idl LibWeb: Extract CanvasFillStrokeStyles class from CRC2D 2022-08-14 11:30:40 +02:00
CanvasImageData.h LibWeb: Move ExceptionOr from DOM/ to WebIDL/ 2022-09-25 19:13:31 +01:00
CanvasImageData.idl LibWeb: Extract CanvasImageData class from CRC2D 2022-08-14 11:30:40 +02:00
CanvasPath.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
CanvasPath.h LibWeb: Move ExceptionOr from DOM/ to WebIDL/ 2022-09-25 19:13:31 +01:00
CanvasPath.idl
CanvasPathDrawingStyles.h LibWeb: Extract CanvasPathDrawingStyles class from CRC2D 2022-08-14 11:30:40 +02:00
CanvasPathDrawingStyles.idl LibWeb: Extract CanvasPathDrawingStyles class from CRC2D 2022-08-14 11:30:40 +02:00
CanvasRect.h LibWeb: Extract CanvasRect class from CRC2D 2022-08-14 11:30:40 +02:00
CanvasRect.idl LibWeb: Extract CanvasRect class from CRC2D 2022-08-14 11:30:40 +02:00
CanvasState.cpp LibWeb: Extract CanvasState class from CRC2D 2022-08-14 11:30:40 +02:00
CanvasState.h LibWeb: Extract CanvasState class from CRC2D 2022-08-14 11:30:40 +02:00
CanvasState.idl LibWeb: Extract CanvasState class from CRC2D 2022-08-14 11:30:40 +02:00
CanvasText.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
CanvasText.idl LibWeb: Extract CanvasText class from CRC2D 2022-08-14 11:30:40 +02:00
CanvasTransform.h LibWeb: Extract CanvasTransform class from CRC2D 2022-08-14 11:30:40 +02:00
CanvasTransform.idl LibWeb: Extract CanvasTransform class from CRC2D 2022-08-14 11:30:40 +02:00