Andreas Kling
|
9b0bfcb8b7
|
LibWeb: Handle javascript: URLs inside LibWeb :^)
This patch makes it possible to execute JavaScript by clicking on an
anchor element with href="javascript:your_script_here()".
|
2020-04-04 22:12:37 +02:00 |
|
Linus Groh
|
021d78f8f7
|
Browser: Add error page
Add a simple HTML error page that gets loaded into the HtmlView when
loading the page fails.
Closes #1210 and #1516
|
2020-04-01 18:49:48 +02:00 |
|
Andreas Kling
|
55c845713a
|
LibWeb: Give MouseEvents the correct offsetX and offsetY values
|
2020-03-21 18:27:06 +01:00 |
|
Andreas Kling
|
830a57c6b2
|
LibWeb: Rename directory LibHTML => LibWeb
Let's rename this to LibWeb since it aims to provide more parts of the
web platform than just HTML. :^)
|
2020-03-07 10:32:51 +01:00 |
|