Age | Commit message (Expand) | Author |
---|---|---|
2020-06-21 | LibWeb: Generate ImageData bindings from IDL :^) | Andreas Kling |
2020-06-20 | LibWeb: JS wrappers need to call base class initialize() | Andreas Kling |
2020-06-20 | LibWeb: Split JS wrapper constructors into construct/initialize | Andreas Kling |
2020-06-20 | LibJS: Make Value::to_object() take a GlobalObject& | Andreas Kling |
2020-06-20 | LibJS: Pass GlobalObject& to native functions and property accessors | Andreas Kling |
2020-06-11 | LibJS: Consolidate error messages into ErrorTypes.h | Matthew Olsson |
2020-06-08 | LibJS: Interpreter::this_value() => this_value(GlobalObject&) | Andreas Kling |
2020-05-27 | LibJS: Simplify and normalize publicly-exposed Object functions | Matthew Olsson |
2020-05-18 | LibJS: Change Value::to_object(Heap& -> Interpreter&) | Linus Groh |
2020-04-21 | LibWeb: Add ImageData objects and implement 2D context putImageData() | Andreas Kling |