Age | Commit message (Expand) | Author |
---|---|---|
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 |