summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/Bindings/ImageDataWrapper.cpp
AgeCommit message (Expand)Author
2020-06-20LibWeb: JS wrappers need to call base class initialize()Andreas Kling
2020-06-20LibWeb: Split JS wrapper constructors into construct/initializeAndreas Kling
2020-06-20LibJS: Make Value::to_object() take a GlobalObject&Andreas Kling
2020-06-20LibJS: Pass GlobalObject& to native functions and property accessorsAndreas Kling
2020-06-11LibJS: Consolidate error messages into ErrorTypes.hMatthew Olsson
2020-06-08LibJS: Interpreter::this_value() => this_value(GlobalObject&)Andreas Kling
2020-05-27LibJS: Simplify and normalize publicly-exposed Object functionsMatthew Olsson
2020-05-18LibJS: Change Value::to_object(Heap& -> Interpreter&)Linus Groh
2020-04-21LibWeb: Add ImageData objects and implement 2D context putImageData()Andreas Kling