Andreas Kling
|
1484980f8f
|
LibWeb+LibJS: Remember source filenames when using HTML::Script
It's a lot easier to debug JavaScript problems if you can see which file
the errors are in. :^)
|
2021-09-11 00:36:37 +02:00 |
|
Andreas Kling
|
73be7e227b
|
LibWeb: Implement the "create" and "run" methods of ClassicScript
These correspond to "create a classic script" and "run a classic script"
from the HTML specification. :^)
|
2021-09-09 21:25:10 +02:00 |
|
Andreas Kling
|
0839442da5
|
LibWeb: Start working on spec-aligned HTML scripting semantics
This patch adds HTML::Script and HTML::ClassicScript (subclass of the
former.)
|
2021-09-09 21:25:10 +02:00 |
|