mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-07 01:56:38 +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:
parent
dbbc378fb2
commit
3f5532d43e
Notes:
sideshowbarker
2024-07-18 22:46:47 +09:00
Author: https://github.com/Lubrsi
Commit: 3f5532d43e
Pull-request: https://github.com/SerenityOS/serenity/pull/5150
Reviewed-by: https://github.com/linusg
8 changed files with 188 additions and 40 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue