Age | Commit message (Expand) | Author |
---|---|---|
2020-07-27 | LibGfx: Templatize Point, Size, and Rect | Matthew Olsson |
2020-07-26 | LibWeb: Move DOM classes into the Web::DOM namespace | Andreas Kling |
2020-07-26 | LibWeb: Switch to using AK::is and AK::downcast | Andreas Kling |
2020-07-26 | LibWeb: Move HTML object model stuff into LibWeb/HTML/ | Andreas Kling |
2020-07-05 | LibWeb: Move fragment link handling to Frame | Andreas Kling |
2020-06-10 | LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize | Andreas Kling |
2020-06-08 | LibWeb: Remove unnecessary on_foo hooks from Frame | Andreas Kling |
2020-06-08 | LibWeb: Add Page abstraction between PageView and main Frame | Andreas Kling |
2020-06-07 | LibWeb: Let subframes propagate paint invalidations via host element | Andreas Kling |
2020-06-07 | LibWeb: Add per-Frame EventHandler, handle mouse events recursively | Andreas Kling |
2020-06-07 | LibWeb: Move Frame.{cpp,h} into a new Frame/ directory | Andreas Kling |