summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/BrowsingContext.cpp
AgeCommit message (Expand)Author
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-20LibWeb: Invalidate style & layout inside iframes when they change sizeAndreas Kling
2022-03-17Libraries: Use default constructors/destructors in LibWebLenny Maiorani
2022-03-16LibWeb: Implement window.nameSimon Wanner
2022-03-16LibWeb: Invalidate layout on BrowsingContext resizeAndreas Kling
2022-03-15LibWeb: Make BrowsingContext::reset_cursor_blink_cycle() more robustAndreas Kling
2022-03-15LibWeb: Invalidate style when a browsing context's viewport is resizedAndreas Kling
2022-03-08LibWeb: Move Window from DOM directory & namespace to HTMLLinus Groh
2022-03-01LibWeb: Fix incorrect check in BrowsingContext::is_top_levelLuke Wilde
2022-02-17LibWeb: Fire "input" and "change" events when editing a text <input>Andreas Kling
2022-02-15LibWeb: Force a relayout when scrolling to anchorAndreas Kling
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