Age | Commit message (Expand) | Author |
---|---|---|
2020-06-10 | LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize | Andreas Kling |
2020-06-08 | LibWeb: Unbreak favicon notifications after Page refactoring | 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: Open subframe links inside the subframe itself | 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 |