ladybird/Userland/Libraries/LibWeb/Geometry
Andreas Kling 175f3febb8 LibWeb: Make DOMException take error message as a String
There was no need to use FlyString for error messages, and it just
caused a bunch of churn since these strings typically only existed
during the lifetime of the error.
2024-10-12 21:14:18 +02:00
..
DOMMatrix.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
DOMMatrix.h LibJS+LibWeb: Fix a ton of JS_CELL-like macro issues 2024-05-30 09:29:20 -06:00
DOMMatrix.idl LibWeb: Add DOMMatrix string constructor and set matrix value 2024-01-07 13:15:53 +01:00
DOMMatrixReadOnly.cpp LibWeb: Make DOMException take error message as a String 2024-10-12 21:14:18 +02:00
DOMMatrixReadOnly.h LibJS+LibWeb: Fix a ton of JS_CELL-like macro issues 2024-05-30 09:29:20 -06:00
DOMMatrixReadOnly.idl LibWeb: Add DOMMatrix fromFloat32Array and fromFloat64Array 2023-10-03 16:15:14 -06:00
DOMPoint.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
DOMPoint.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
DOMPoint.idl LibWeb: Add Exposed attribute and IDL spec links where missing 2022-10-09 10:14:57 +02:00
DOMPointReadOnly.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
DOMPointReadOnly.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
DOMPointReadOnly.idl LibWeb: Add DOMPoint matrixTransform and DOMMatrix transformPoint 2023-09-01 20:58:13 +02:00
DOMQuad.cpp LibWeb/Geometry: Make DOMRect doubles unrestricted 2024-07-01 21:30:52 +01:00
DOMQuad.h LibWeb: Add {,de}serialization steps for DOMQuad 2024-03-20 09:16:01 +01:00
DOMQuad.idl IDL: Add missing #imports 2023-11-11 08:51:51 +01:00
DOMRect.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
DOMRect.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
DOMRect.idl LibWeb/Geometry: Make DOMRect doubles unrestricted 2024-07-01 21:30:52 +01:00
DOMRectList.cpp Bindings: Implement is_supported_property_index in terms of item_value 2024-07-26 14:26:16 +02:00
DOMRectList.h Bindings: Implement is_supported_property_index in terms of item_value 2024-07-26 14:26:16 +02:00
DOMRectList.idl IDL: Add missing spec links 2023-11-11 08:51:51 +01:00
DOMRectReadOnly.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
DOMRectReadOnly.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
DOMRectReadOnly.idl LibWeb/Geometry: Make DOMRect doubles unrestricted 2024-07-01 21:30:52 +01:00