Shannon Booth
|
cc6e048bd6
|
LibWeb+LibIDL: Remove support for #import directives during parsing
These no longer serve any purpose now that we run the IDLGenerator
on all of these files at once.
|
2026-04-24 20:08:29 +02:00 |
|
Tim Ledbetter
|
2ac4544a81
|
LibWeb: Align CanvasRenderingContext2D::putImageData() with the spec
This change implements `putImageData()` with `dirtyX`, `dirtyY`,
`dirtyWidth` and `dirtyHeight` arguments.
|
2025-10-21 09:52:16 +02:00 |
|
Sam Atkins
|
03bccb5ff1
|
LibWeb/HTML: Add spec comment to CRC2D::put_image_data()
Also rename imagedata -> imageData, as done here:
6a3787f6cf
|
2025-02-22 14:59:39 +00:00 |
|
Timothy Flynn
|
93712b24bf
|
Everywhere: Hoist the Libraries folder to the top-level
|
2024-11-10 12:50:45 +01:00 |
|