Age | Commit message (Expand) | Author |
---|---|---|
2020-06-20 | LibWeb: Split JS wrapper constructors into construct/initialize | Andreas Kling |
2020-06-20 | LibJS: Pass GlobalObject& to native functions and property accessors | 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-25 | LibWeb: Implement getting and setting element.innerHTML | Andreas Kling |
2020-03-19 | LibWeb: Add <canvas> element and start fleshing out CRC2D | Andreas Kling |