Age | Commit message (Expand) | Author |
---|---|---|
2020-06-21 | LibWeb: Start generating JS wrappers from (simplified) WebIDL :^) | Andreas Kling |
2020-06-20 | LibWeb: Split JS wrapper constructors into construct/initialize | Andreas Kling |
2020-06-20 | LibJS: Pass GlobalObject& to native functions and property accessors | Andreas Kling |
2020-05-26 | LibWeb: Add document.querySelector() | Linus Groh |
2020-03-30 | LibWeb: Add naive support for document.querySelectorAll() | Andreas Kling |
2020-03-28 | LibJS+LibWeb: Move native JS functions into dedicated member functions | Andreas Kling |
2020-03-18 | LibWeb: Start working on DOM event support | Andreas Kling |
2020-03-15 | LibWeb: Add missing copyright headers | Andreas Kling |
2020-03-14 | LibWeb: Start implementing basic JavaScript DOM bindings | Andreas Kling |