ladybird/Userland/Libraries/LibWeb/HTML/Scripting
Andreas Kling 2ccb9bef49 LibWeb: Remove now-unnecessary JS::Handles in HTML task capture lists
JS::SafeFunction will protect anything captures for HTML tasks now.
2022-09-24 12:23:29 +02:00
..
ClassicScript.cpp LibJS+LibWeb: Make HTML::Script GC-allocated 2022-09-06 00:27:09 +02:00
ClassicScript.h LibJS+LibWeb: Make HTML::Script GC-allocated 2022-09-06 00:27:09 +02:00
Environments.cpp LibWeb: Remove now-unnecessary JS::Handles in HTML task capture lists 2022-09-24 12:23:29 +02:00
Environments.h LibWeb: Add id field to Environment 2022-09-21 11:51:18 +02:00
ExceptionReporter.cpp LibWeb: Print unhandled rejections the same way as unhandled exceptions 2022-06-29 21:21:50 +01:00
ExceptionReporter.h LibWeb: Print unhandled rejections the same way as unhandled exceptions 2022-06-29 21:21:50 +01:00
Script.cpp LibWeb: Move ClassicScript::m_settings_object into the Script base 2022-06-29 21:21:50 +01:00
Script.h LibJS+LibWeb: Make HTML::Script GC-allocated 2022-09-06 00:27:09 +02:00
WindowEnvironmentSettingsObject.cpp LibWeb: Add id field to Environment 2022-09-21 11:51:18 +02:00
WindowEnvironmentSettingsObject.h LibWeb+LibJS: Let JS::Realm::HostDefined objects mark things during GC 2022-09-06 00:27:09 +02:00
WorkerEnvironmentSettingsObject.h LibWeb: Give web workers a (totally hacky) Window object 2022-09-06 00:27:09 +02:00