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: 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-06 | LibWeb: Add a FrameLoader class and move PageView's loading logic there | Andreas Kling |
2020-06-01 | LibWeb+Browser: Use the new HTML parser by default | Andreas Kling |
2020-05-29 | Meta: Add a script check the presence of "#pragma once" in header files | Emanuele Torre |
2020-05-28 | LibWeb: Rename Web::HtmlView => Web::PageView | Andreas Kling |