ladybird/Userland/Libraries/LibWeb/Loader
Andreas Kling 52fa415779 LibWeb: Use JS::SafeFunction for ResourceLoader callbacks
This is one of the cases where SafeFunction actually makes sense.
Since every resource load will always either succeed, fail, or time out,
it's okay to use a SafeFunction since we know it will eventually get
destroyed.

Until it does, this allows it to keep any captures alive.
2024-04-03 18:14:33 +02:00
..
ContentFilter.cpp AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
ContentFilter.h AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
FileRequest.cpp
FileRequest.h
GeneratedPagesLoader.cpp AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
GeneratedPagesLoader.h AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
LoadRequest.cpp AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
LoadRequest.h AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
ProxyMappings.cpp AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
ProxyMappings.h AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
Resource.cpp
Resource.h AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
ResourceLoader.cpp LibWeb: Add Last-Modified header to file and resource requests 2024-04-02 07:51:02 +02:00
ResourceLoader.h LibWeb: Use JS::SafeFunction for ResourceLoader callbacks 2024-04-03 18:14:33 +02:00