1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 16:27:35 +00:00

LibWeb: Flesh out prepare_script and execute_script

This fills in a bunch of the FIXMEs that was in prepare_script.

execute_script is almost finished, it's just missing the module side.

As an aside, let's not assert when inserting a script element with
innerHTML.
This commit is contained in:
Luke 2021-01-28 20:31:20 +00:00 committed by Andreas Kling
parent dbbc378fb2
commit 3f5532d43e
8 changed files with 188 additions and 40 deletions

View file

@ -65,6 +65,7 @@
#cmakedefine01 HEAP_DEBUG
#cmakedefine01 HEX_DEBUG
#cmakedefine01 HIGHLIGHT_FOCUSED_FRAME_DEBUG
#cmakedefine01 HTML_SCRIPT_DEBUG
#cmakedefine01 HTTPSJOB_DEBUG
#cmakedefine01 HUNKS_DEBUG
#cmakedefine01 ICO_DEBUG