Age | Commit message (Expand) | Author |
---|---|---|
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-06-01 | LibWeb: Move ResourceLoader into a new Loader/ directory | Andreas Kling |
2020-05-28 | LibJS: Object index properties have descriptors; Handle sparse indices | Matthew Olsson |
2020-05-27 | LibJS: Simplify and normalize publicly-exposed Object functions | Matthew Olsson |
2020-05-25 | LibWeb: Add navigator.language and navigator.languages | Linus Groh |
2020-05-21 | LibWeb: Send User-Agent in HTTP requests | Andreas Kling |
2020-04-18 | LibJS: Move builtin prototypes to the global object | Andreas Kling |
2020-04-18 | LibJS+LibWeb: Pass prototype to Object constructor | Andreas Kling |
2020-04-03 | LibWeb: Add "navigator" object and expose navigator.userAgent | Andreas Kling |