index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibWeb
/
PageView.h
Age
Commit message (
Expand
)
Author
2020-06-23
LibWeb: Update PageView content size on page relayout
Andreas Kling
2020-06-21
LibWeb: Add PageView::load_html() for loading HTML directly
Andreas Kling
2020-06-17
LibWeb: Add PageClient::palette() for view-agnostic palette access
Andreas Kling
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