diff options
author | Luke <luke.wilde@live.co.uk> | 2021-01-28 20:31:20 +0000 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-01-29 08:49:50 +0100 |
commit | 3f5532d43e49e9919a8728c8eb17c625be7e7883 (patch) | |
tree | 151d1b166f7c65c13b0ff84d47a7e3d71559acd7 /Meta | |
parent | dbbc378fb2be2fb0f5fe8f767d25b6caf65df3c3 (diff) | |
download | serenity-3f5532d43e49e9919a8728c8eb17c625be7e7883.zip |
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.
Diffstat (limited to 'Meta')
-rw-r--r-- | Meta/CMake/all_the_debug_macros.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Meta/CMake/all_the_debug_macros.cmake b/Meta/CMake/all_the_debug_macros.cmake index 339a9baae4..f919588e1a 100644 --- a/Meta/CMake/all_the_debug_macros.cmake +++ b/Meta/CMake/all_the_debug_macros.cmake @@ -126,6 +126,7 @@ set(GLOBAL_DTORS_DEBUG ON) set(GMENU_DEBUG ON) set(HEAP_DEBUG ON) set(HEX_DEBUG ON) +set(HTML_SCRIPT_DEBUG ON) set(HTTPSJOB_DEBUG ON) set(ICMP_DEBUG ON) set(ICO_DEBUG ON) |