ladybird/Userland/Libraries/LibWeb/HTML/Scripting
Andreas Kling 66c41e7c45 LibWeb: Use JS::SafeFunction for module fetching callbacks
This fixes another GC crash seen on https://shopify.com/

Found it by collecting garbage after every 500th heap allocation.
2023-05-04 18:30:57 +02:00
..
ClassicScript.cpp
ClassicScript.h
Environments.cpp LibWeb: Make module maps GC-allocated 2023-05-04 11:56:55 +02:00
Environments.h LibWeb: Make module maps GC-allocated 2023-05-04 11:56:55 +02:00
ExceptionReporter.cpp
ExceptionReporter.h
Fetching.cpp AK+Everywhere: Use Optional for URLParser::parse's base_url parameter 2023-04-11 16:28:20 +02:00
Fetching.h LibWeb: Use JS::SafeFunction for module fetching callbacks 2023-05-04 18:30:57 +02:00
ImportMap.h
ModuleMap.cpp LibWeb: Make module maps GC-allocated 2023-05-04 11:56:55 +02:00
ModuleMap.h LibWeb: Make module maps GC-allocated 2023-05-04 11:56:55 +02:00
ModuleScript.cpp
ModuleScript.h LibWeb: Fix include cycle between ModuleScript.h and ModuleMap.h 2023-03-06 13:05:43 +00:00
Script.cpp LibJS+LibWeb: Add a bunch of missing includes 2023-03-06 13:05:43 +00:00
Script.h LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2023-03-15 08:48:49 +01:00
WindowEnvironmentSettingsObject.cpp LibJS+LibWeb: Normalize calls to Base::visit_edges in GC objects 2023-04-30 06:04:33 +02:00
WindowEnvironmentSettingsObject.h LibWeb: Make factory method of HTML::BrowsingContext fallible 2023-02-22 09:55:33 +01:00
WorkerEnvironmentSettingsObject.h LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2023-03-15 08:48:49 +01:00