Age | Commit message (Expand) | Author |
---|---|---|
2020-07-26 | LibWeb: Move DOM classes into the Web::DOM namespace | Andreas Kling |
2020-06-27 | LibWeb: Make DOM timers cancellable and stop leaking them | Andreas Kling |
2020-06-20 | LibWeb: Give the DOM Window object a (weak) pointer to its JS wrapper | Andreas Kling |
2020-05-18 | LibWeb: Allow reloading the current page with location.reload() | Andreas Kling |
2020-05-18 | LibWeb: Allow navigating to a new URL by setting window.location.href | Andreas Kling |
2020-04-17 | LibWeb: Implement JS confirm() | Nick Tiberi |
2020-04-05 | LibWeb: Add window.setTimeout() | Andreas Kling |
2020-04-01 | LibWeb+LibJS: Move DOM Window object to dedicated classes | Andreas Kling |