summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/DOM/Window.cpp
AgeCommit message (Expand)Author
2021-05-30LibWeb: Rename Web::Frame to Web::BrowsingContextAndreas Kling
2021-04-24LibJS: Add VM::on_call_stack_emptied callbackLinus Groh
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-04LibWeb: Implement the Screen interfaceLinus Groh
2021-04-02LibWeb: Run queued promise jobs after callbacksLinus Groh
2021-03-26LibWeb: Call requestAnimationFrame() callback with undefined this valueLinus Groh
2021-03-16LibWeb: Add Window.innerWidth and Window.innerHeightAndreas Kling
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-20LibWeb: Implement Window.prompt()Linus Groh
2021-02-10LibWeb: Move window.confirm() to using a PageClient callbackAndreas Kling
2021-01-18LibWeb: Make the Window object "inherit" from EventTarget :^)Andreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling