ladybird/Userland/Libraries/LibWeb/HTML/Canvas
Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable
This will make it easier to support both string types at the same time
while we convert code, and tracking down remaining uses.

One big exception is Value::to_string() in LibJS, where the name is
dictated by the ToString AO.
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 Everywhere: Rename to_{string => deprecated_string}() where applicable 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