Age | Commit message (Expand) | Author |
---|---|---|
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 |