1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-23 18:55:08 +00:00
serenity/Userland/Libraries/LibWeb/HTML/Scripting
Andreas Kling 1f95943274 LibWeb: Remove confusing NOTE in WindowEnvironmentSettingsObject
HTML::Window has absorbed what was formerly known as WindowObject.
2022-09-21 11:51:18 +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: 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 LibJS+LibWeb: Make HTML::Script GC-allocated 2022-09-06 00:27:09 +02:00
WindowEnvironmentSettingsObject.cpp LibWeb: Remove confusing NOTE in WindowEnvironmentSettingsObject 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