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
/
HtmlView.h
Age
Commit message (
Expand
)
Author
2020-05-28
LibWeb: Rename Web::HtmlView => Web::PageView
Andreas Kling
2020-05-27
LibWeb+Browser: Add ability to run Browser with the new HTML parser
Andreas Kling
2020-05-24
LibWeb: Add hook to HtmlView when a new document is set
FalseHonesty
2020-05-10
LibWeb: Add a hook for when an URL is dropped on an HtmlView
Andreas Kling
2020-05-06
LibWeb: Add hook when a link is middle clicked
FalseHonesty
2020-05-05
LibWeb: Add hook when context menu is requested by right-clicking link
Andreas Kling
2020-04-24
LibWeb: Try fetching a favicon when loading a non-file URL in HtmlView
Andreas Kling
2020-04-24
Browser+LibWeb: Open link in new tab on Ctrl+Click :^)
Andreas Kling
2020-04-24
LibWeb: Pass link target to HtmlView's on_link_click callback
Linus Groh
2020-04-04
LibWeb: Handle javascript: URLs inside LibWeb :^)
Andreas Kling
2020-04-01
Browser: Add error page
Linus Groh
2020-03-21
LibWeb: Give MouseEvents the correct offsetX and offsetY values
Andreas Kling
2020-03-07
LibWeb: Rename directory LibHTML => LibWeb
Andreas Kling