ladybird/Userland/Libraries/LibWeb/HTML/Scripting
Andreas Kling cb15132146 LibWeb: Always allow scripting in workers for now
Workers don't have a document, so we can't ask them if scripting is
enabled or not. This is not the right long-term fix, but it fixes an
assertion when trying to query the missing responsible document of a
web worker.
2022-09-06 00:27:09 +02:00
..
ClassicScript.cpp LibWeb: Make DOMException GC-allocated 2022-09-06 00:27:09 +02:00
ClassicScript.h LibWeb: Move ClassicScript::m_settings_object into the Script base 2022-06-29 21:21:50 +01:00
Environments.cpp LibWeb: Always allow scripting in workers for now 2022-09-06 00:27:09 +02:00
Environments.h LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2022-09-06 00:27:09 +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 LibWeb: Move ClassicScript::m_settings_object into the Script base 2022-06-29 21:21:50 +01:00
WindowEnvironmentSettingsObject.cpp LibWeb+LibJS: Let JS::Realm::HostDefined objects mark things during GC 2022-09-06 00:27:09 +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