summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/HtmlView.h
AgeCommit message (Expand)Author
2020-04-24LibWeb: Try fetching a favicon when loading a non-file URL in HtmlViewAndreas Kling
2020-04-24Browser+LibWeb: Open link in new tab on Ctrl+Click :^)Andreas Kling
2020-04-24LibWeb: Pass link target to HtmlView's on_link_click callbackLinus Groh
2020-04-04LibWeb: Handle javascript: URLs inside LibWeb :^)Andreas Kling
2020-04-01Browser: Add error pageLinus Groh
2020-03-21LibWeb: Give MouseEvents the correct offsetX and offsetY valuesAndreas Kling
2020-03-07LibWeb: Rename directory LibHTML => LibWebAndreas Kling