Age | Commit message (Expand) | Author |
---|---|---|
2020-04-04 | LibWeb: Add CanvasRenderingContext2D scale() and translate() stubs | Andreas Kling |
2020-04-04 | LibJS: Set length property in Object::put_native_function() | Linus Groh |
2020-04-04 | LibJS: Add js_string(Interpreter&, String) | Andreas Kling |
2020-03-29 | LibJS+LibWeb: Move native properties to separate getters/setters | Andreas Kling |
2020-03-28 | LibJS+LibWeb: Move native JS functions into dedicated member functions | Andreas Kling |
2020-03-28 | LibJS: Rework how native functions are called to improve |this| value | Andreas Kling |
2020-03-22 | LibJS: Use FlyString for identifiers | Andreas Kling |
2020-03-19 | LibWeb: Add <canvas> element and start fleshing out CRC2D | Andreas Kling |