Age | Commit message (Expand) | Author |
---|---|---|
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-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-03-29 | LibJS+LibWeb: Move native properties to separate getters/setters | Andreas Kling |
2020-03-22 | LibJS: Use FlyString for identifiers | Andreas Kling |
2020-03-21 | LibWeb: Add a DOM Event class (instead of events being simple strings) | Andreas Kling |