ladybird/Userland/Libraries/LibWeb/HTML/Scripting
Andreas Kling f60d82eb85 LibWeb: Make HTML::Environment a GC-allocated type
The only subclass was already GC-allocated, so let's hoist the JS::Cell
inheritance up one level. This ends up simplifying a bit of rather
dubious looking code where we were previously slicing ESOs.
2024-04-24 17:04:43 +02:00
..
ClassicScript.cpp LibWeb: Remove a bunch of calls to to_byte_string 2024-04-05 20:01:37 -04:00
ClassicScript.h AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
Environments.cpp LibWeb: Make HTML::Environment a GC-allocated type 2024-04-24 17:04:43 +02:00
Environments.h LibWeb: Make HTML::Environment a GC-allocated type 2024-04-24 17:04:43 +02:00
EnvironmentSettingsSnapshot.cpp LibWeb: Serialize and pass to the WebWorker the current ESO 2024-03-06 07:19:10 +01:00
EnvironmentSettingsSnapshot.h AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
ExceptionReporter.cpp LibWeb: Print more information about thrown DOMExceptions in the console 2024-03-20 15:18:44 -04:00
ExceptionReporter.h WebContent+LibWeb+LibJS: Report exceptions to the JS console 2022-10-15 01:25:12 +02:00
Fetching.cpp LibWeb: Let queue_global_task() take a JS::HeapFunction 2024-04-20 18:11:01 +02:00
Fetching.h LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 2024-04-09 09:13:06 +02:00
Fetching.idl LibWeb: Align CORSSettingsAttribute values with the specification 2024-03-22 11:29:57 +01:00
ImportMap.cpp LibWeb: Support "importmap" scripts 2024-04-15 10:11:54 +02:00
ImportMap.h LibWeb: Support "importmap" scripts 2024-04-15 10:11:54 +02:00
ImportMapParseResult.cpp LibWeb: Support "importmap" scripts 2024-04-15 10:11:54 +02:00
ImportMapParseResult.h LibWeb: Support "importmap" scripts 2024-04-15 10:11:54 +02:00
ModuleMap.cpp LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration 2024-04-16 07:40:01 +02:00
ModuleMap.h AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
ModuleScript.cpp LibWeb: Remove a bunch of calls to to_byte_string 2024-04-05 20:01:37 -04:00
ModuleScript.h AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
Script.cpp AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
Script.h AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
SerializedEnvironmentSettingsObject.cpp AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
SerializedEnvironmentSettingsObject.h AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
TemporaryExecutionContext.cpp LibWeb: Fix some GCVerifier warnings 2024-04-07 07:03:13 +02:00
TemporaryExecutionContext.h LibWeb: Fix some GCVerifier warnings 2024-04-07 07:03:13 +02:00
WindowEnvironmentSettingsObject.cpp LibWeb: Make HTML::Environment a GC-allocated type 2024-04-24 17:04:43 +02:00
WindowEnvironmentSettingsObject.h LibWeb: Make HTML::Environment a GC-allocated type 2024-04-24 17:04:43 +02:00
WorkerEnvironmentSettingsObject.cpp LibWeb: Let Document have a direct GCPtr to its containing Web::Page 2023-12-15 22:04:46 +01:00
WorkerEnvironmentSettingsObject.h AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00