summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/HtmlView.h
AgeCommit message (Expand)Author
2020-05-28LibWeb: Rename Web::HtmlView => Web::PageViewAndreas Kling
2020-05-27LibWeb+Browser: Add ability to run Browser with the new HTML parserAndreas Kling
2020-05-24LibWeb: Add hook to HtmlView when a new document is setFalseHonesty
2020-05-10LibWeb: Add a hook for when an URL is dropped on an HtmlViewAndreas Kling
2020-05-06LibWeb: Add hook when a link is middle clickedFalseHonesty
2020-05-05LibWeb: Add hook when context menu is requested by right-clicking linkAndreas Kling
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