ladybird/Userland/Libraries/LibWeb/Geometry
Nico Weber 2abe62adfa LibWeb: Don't divide by 0 in DOMMatrix::invert_self()
We'd only check is_invertible() after calling inverse(), which would
do a divide-by-0 for non-invertible matrices.

Less ambitious version of #18593.
2023-05-04 15:39:34 +02:00
..
DOMMatrix.cpp LibWeb: Don't divide by 0 in DOMMatrix::invert_self() 2023-05-04 15:39:34 +02:00
DOMMatrix.h LibWeb: Add initial implementation of DOMMatrix(ReadOnly) 2023-02-27 20:55:09 +01:00
DOMMatrix.idl LibWeb: Add initial implementation of DOMMatrix(ReadOnly) 2023-02-27 20:55:09 +01:00
DOMMatrixReadOnly.cpp LibWeb/WebIDL: Store SimpleException message as a String{,View} variant 2023-03-03 19:50:36 +00:00
DOMMatrixReadOnly.h LibWeb: Add initial implementation of DOMMatrix(ReadOnly) 2023-02-27 20:55:09 +01:00
DOMMatrixReadOnly.idl LibWeb: Remove FIXME for existing [Default] object toJSON()functions 2023-03-23 21:00:43 +00:00
DOMPoint.cpp LibWeb: Make factory method of Geometry::DOMPoint fallible 2023-02-22 09:55:33 +01:00
DOMPoint.h LibWeb: Make factory method of Geometry::DOMPoint fallible 2023-02-22 09:55:33 +01:00
DOMPoint.idl
DOMPointReadOnly.cpp LibWeb: Make factory method of Geometry::DOMPointReadOnly fallible 2023-02-22 09:55:33 +01:00
DOMPointReadOnly.h LibWeb: Make factory method of Geometry::DOMPointReadOnly fallible 2023-02-22 09:55:33 +01:00
DOMPointReadOnly.idl LibWeb: Remove FIXME for existing [Default] object toJSON()functions 2023-03-23 21:00:43 +00:00
DOMRect.cpp LibWeb: Make factory methods of Geometry::DOMRect fallible 2023-02-22 09:55:33 +01:00
DOMRect.h LibWeb: Make factory methods of Geometry::DOMRect fallible 2023-02-22 09:55:33 +01:00
DOMRect.idl
DOMRectList.cpp LibWeb: Restore proper functionality of legacy platform objects 2023-02-28 12:36:14 +01:00
DOMRectList.h LibWeb: Restore proper functionality of legacy platform objects 2023-02-28 12:36:14 +01:00
DOMRectList.idl
DOMRectReadOnly.cpp LibWeb: Make factory method of Geometry::DOMRectReadOnly fallible 2023-02-22 09:55:33 +01:00
DOMRectReadOnly.h LibWeb: Make factory method of Geometry::DOMRectReadOnly fallible 2023-02-22 09:55:33 +01:00
DOMRectReadOnly.idl