summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/Frame
AgeCommit message (Expand)Author
2020-07-28LibWeb: Move the Page/Frame/EventHandler classes into Page/Andreas Kling
2020-07-28LibWeb: Move HTML classes into the Web::HTML namespaceAndreas Kling
2020-07-28LibWeb: Move MouseEvent into the UIEvents namespaceAndreas Kling
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-11LibWeb: Check if layout node is still present after dispatch_eventKevin Meyer
2020-07-11LibWeb: Remove some unnecessary castsKevin Meyer
2020-07-08LibWeb: Add type for FrameLoader::loadKevin Meyer
2020-07-06LibWeb: Make the link context menu hook include the destination URLAndreas Kling
2020-07-06LibWeb: Make the link click hooks include the destination URLAndreas Kling
2020-07-05LibWeb: Always fire the link hover hooks when moving between linksAndreas Kling
2020-07-05LibWeb: Move fragment link handling to FrameAndreas Kling
2020-06-28LibWeb: Add Page context menu requestAndrew Kaster
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
2020-06-08LibWeb: Unbreak favicon notifications after Page refactoringAndreas 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: Open subframe links inside the subframe itselfAndreas 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