summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/Bindings/HTMLCanvasElementWrapper.h
AgeCommit message (Expand)Author
2020-06-20LibWeb: Split JS wrapper constructors into construct/initializeAndreas Kling
2020-06-20LibJS: Pass GlobalObject& to native functions and property accessorsAndreas Kling
2020-03-29LibJS+LibWeb: Move native properties to separate getters/settersAndreas Kling
2020-03-28LibJS+LibWeb: Move native JS functions into dedicated member functionsAndreas Kling
2020-03-25LibWeb: Implement getting and setting element.innerHTMLAndreas Kling
2020-03-19LibWeb: Add <canvas> element and start fleshing out CRC2DAndreas Kling