summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/DOM/Window.h
AgeCommit message (Expand)Author
2020-12-02LibWeb: Complete the URL in href_setter() before trying to load itAnotherTest
2020-11-30LibWeb: Deallocate DOM timer ID's when the timer goes awayAndreas Kling
2020-11-22LibWeb: Make event dispatching spec-compliantLuke
2020-10-18LibWeb: Make DOM::Window into an EventTargetAndreas Kling
2020-09-29LibWeb: Implement performance.now()Andreas Kling
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