summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/BrowsingContext.h
AgeCommit message (Expand)Author
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