summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/DOM/Window.h
AgeCommit message (Expand)Author
2020-07-26LibWeb: Move DOM classes into the Web::DOM namespaceAndreas Kling
2020-06-27LibWeb: Make DOM timers cancellable and stop leaking themAndreas Kling
2020-06-20LibWeb: Give the DOM Window object a (weak) pointer to its JS wrapperAndreas Kling
2020-05-18LibWeb: Allow reloading the current page with location.reload()Andreas Kling
2020-05-18LibWeb: Allow navigating to a new URL by setting window.location.hrefAndreas Kling
2020-04-17LibWeb: Implement JS confirm()Nick Tiberi
2020-04-05LibWeb: Add window.setTimeout()Andreas Kling
2020-04-01LibWeb+LibJS: Move DOM Window object to dedicated classesAndreas Kling