summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/Frame/Frame.cpp
AgeCommit message (Expand)Author
2020-07-27LibGfx: Templatize Point, Size, and RectMatthew Olsson
2020-07-26LibWeb: Move DOM classes into the Web::DOM namespaceAndreas Kling
2020-07-26LibWeb: Switch to using AK::is and AK::downcastAndreas Kling
2020-07-26LibWeb: Move HTML object model stuff into LibWeb/HTML/Andreas Kling
2020-07-05LibWeb: Move fragment link handling to FrameAndreas Kling
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
2020-06-08LibWeb: Remove unnecessary on_foo hooks from FrameAndreas Kling
2020-06-08LibWeb: Add Page abstraction between PageView and main FrameAndreas Kling
2020-06-07LibWeb: Let subframes propagate paint invalidations via host elementAndreas Kling
2020-06-07LibWeb: Add per-Frame EventHandler, handle mouse events recursivelyAndreas Kling
2020-06-07LibWeb: Move Frame.{cpp,h} into a new Frame/ directoryAndreas Kling