ladybird/Userland/Libraries/LibWeb/Loader
sin-ack 8ea22121ac Userland: Migrate to argument-less deferred_invoke
Only one place used this argument and it was to hold on to a strong ref
for the object. Since we already do that now, there's no need to keep
this argument around since this can be easily captured.

This commit contains no changes.
2021-09-02 03:47:47 +04:30
..
ContentFilter.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ContentFilter.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
CSSLoader.cpp LibWeb: Switch to new CSS Parser :^) 2021-08-02 19:01:25 +04:30
CSSLoader.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
FrameLoader.cpp Browser+LibWeb: Silence some debug spams 2021-08-08 00:33:14 +02:00
FrameLoader.h Browser+LibWeb: Make sure the default favicon is loaded 2021-08-08 00:33:14 +02:00
ImageLoader.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ImageLoader.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ImageResource.cpp LibWeb: Remove unused header includes 2021-08-01 08:10:16 +02:00
ImageResource.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
LoadRequest.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
LoadRequest.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Resource.cpp AK+Everywhere: Consolidate String::index_of() and String::find() 2021-05-24 11:59:18 +02:00
Resource.h LibWeb: Change Resource's m_encoding to Optional<String> 2021-05-18 21:02:07 +02:00
ResourceLoader.cpp Userland: Migrate to argument-less deferred_invoke 2021-09-02 03:47:47 +04:30
ResourceLoader.h LibWeb: Show "x86_64" in the user agent string on x86_64 :^) 2021-07-01 12:15:52 +02:00