Age | Commit message (Expand) | Author |
---|---|---|
2021-08-01 | LibWeb: Remove unused header includes | Brian Gianforcaro |
2021-07-04 | LibJS: Rewrite most of Object for spec compliance :^) | Linus Groh |
2021-06-17 | LibJS: Replace boolean without_side_effects parameters with an enum | Idan Horowitz |
2021-06-16 | LibJS: Respect Object::get's without_side_effects parameter for numbers | Idan Horowitz |
2021-04-23 | LibWeb: Don't assume name is string in HTMLCollectionWrapper::get() | Andreas Kling |
2021-04-22 | LibWeb: Implement a slow but functional HTMLCollection :^) | Andreas Kling |