summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/BrowsingContext.h
AgeCommit message (Expand)Author
2022-08-05LibWeb: Bring browsing context creation closer to specAndreas Kling
2022-08-05LibWeb: Add browsing context "still on its initial about:blank Document"Andreas Kling
2022-08-05LibWeb: Add basic skeleton of HTML "session history" to BrowsingContextAndreas Kling
2022-04-06LibWeb: Make BrowsingContext ask PageClient when it wants to be scrolledAndreas Kling
2022-03-26LibWeb: Bring handling of anchor elements closer to specsin-ack
2022-03-17Libraries: Use default constructors/destructors in LibWebLenny Maiorani
2022-03-16LibWeb: Implement window.nameSimon Wanner
2022-03-01LibWeb: Fix incorrect check in BrowsingContext::is_top_levelLuke Wilde
2022-02-15LibWeb: Repaint entire viewport after document layoutAndreas Kling
2022-02-06LibWeb: Implement BrowsingContext::currently_focused_area()Andreas Kling
2021-11-18LibWeb: Move BrowsingContext into HTML/Andreas Kling