Age | Commit message (Expand) | Author |
---|---|---|
2020-06-12 | AK: Make string-to-number conversion helpers return Optional | Andreas Kling |
2020-06-10 | LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize | Andreas Kling |
2020-06-03 | LibWeb: Use HTML::AttributeNames::foo instead of FlyString("foo") | Andreas Kling |
2020-05-21 | LibWeb: Let HTMLCanvasElement.getContext() return null for unknown types | Linus Groh |
2020-04-15 | LibWeb: Use Checked<T> when creating <canvas> bitmap buffers | Andreas Kling |
2020-04-15 | LibWeb: Limit the maximum size of <canvas> bitmap buffers | Andreas Kling |
2020-03-25 | LibWeb: Remove debug spam about getting a 2D canvas context | Andreas Kling |
2020-03-22 | LibWeb: Use FlyString for Element tag names | Andreas Kling |
2020-03-20 | LibWeb: Fix HTMLCanvasElement::preferred_height() default value (#1490) | Elisée Maurer |
2020-03-19 | LibWeb: Add <canvas> element and start fleshing out CRC2D | Andreas Kling |