Andreas Kling
|
b8f78c0adc
|
LibJS: Make JS::number_to_string() infallible
Work towards #20449.
|
2023-08-09 17:09:16 +02:00 |
|
Andreas Kling
|
18c54d8d40
|
LibJS: Make Cell::initialize() return void
Stop worrying about tiny OOMs.
Work towards #20405
|
2023-08-08 07:39:11 +02:00 |
|
Linus Groh
|
11b40dbcf5
|
LibWeb/WebIDL: Store SimpleException message as a String{,View} variant
|
2023-03-03 19:50:36 +00:00 |
|
Luke Wilde
|
a90667e79c
|
LibWeb: Add initial implementation of DOMMatrix(ReadOnly)
This is currently missing a lot of functions and initialisation from a
<transform-list> string, but is enough for Ruffle.
|
2023-02-27 20:55:09 +01:00 |
|