summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/DOM/Window.cpp
AgeCommit message (Expand)Author
2020-12-21Everywhere: Switch from (void) to [[maybe_unused]] (#4473)Lenny Maiorani
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-11-12LibWeb: Make Frame point weakly to PageAndreas Kling
2020-10-18LibWeb: Make DOM::Window into an EventTargetAndreas Kling
2020-09-29LibWeb: Implement performance.now()Andreas Kling
2020-09-27LibWeb: Use JS::VM::call() in timer and RAF callback invocationAndreas Kling
2020-09-22LibJS: Move the current exception from Interpreter to VMAndreas Kling
2020-09-20LibWeb: Add Bindings::ScriptExecutionContextAndreas Kling
2020-09-12LibWeb: Support window.alert() in multi-process contextAndreas Kling
2020-08-26LibJS: Add a helper for calling JS::Function's with argumentsAnotherTest
2020-08-17LibWeb: Rename PageView => InProcessWebViewAndreas Kling
2020-08-14LibJS+LibWeb: Clear exceptions after call'ing JavaScript functionsAndreas Kling
2020-07-28LibWeb: Move the Page/Frame/EventHandler classes into Page/Andreas Kling
2020-07-26LibWeb: Move DOM classes into the Web::DOM namespaceAndreas Kling
2020-07-16LibWeb: Require parent window argument for MessageBoxTom
2020-07-08LibWeb: Add type for FrameLoader::loadKevin Meyer
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-06-08LibWeb: Add Page abstraction between PageView and main FrameAndreas Kling
2020-06-07LibWeb: Move Frame.{cpp,h} into a new Frame/ directoryAndreas Kling
2020-05-28LibWeb: Rename Web::HtmlView => Web::PageViewAndreas Kling
2020-05-21LibWeb: Set window object as this value in set{Interval,Timeout}()Linus Groh
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-29LibJS: Pass JS::Function around by reference moreAndreas Kling
2020-04-21LibWeb: Hack requestAnimationFrame() to provide a (very fake) timestampAndreas 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