ladybird/Userland/Libraries/LibWeb/Loader
Brian Gianforcaro 189066d91d LibWeb: Log resource loading success, failure, and duration
When debugging why your website isn't loading in LibWeb the
resource loader is a blind spot as we don't have much logging
except on certain error paths. This can lead to confusing situations
where the browser just appears to hang.

This changes attempts to fix that by adding common success and
failure logging handlers so all resource loading outcomes can
are logged.
2021-09-12 16:39:23 +02:00
..
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 LibWeb: Start tracking elapsed time when a resource is loaded 2021-09-12 16:39:23 +02:00
FrameLoader.h LibWeb: Start tracking elapsed time when a resource is loaded 2021-09-12 16:39:23 +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 LibWeb: Start tracking elapsed time when a resource is loaded 2021-09-12 16:39:23 +02:00
Resource.cpp Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe 2021-09-06 01:53:26 +02:00
Resource.h LibWeb: Change Resource's m_encoding to Optional<String> 2021-05-18 21:02:07 +02:00
ResourceLoader.cpp LibWeb: Log resource loading success, failure, and duration 2021-09-12 16:39:23 +02:00
ResourceLoader.h LibWeb: Start tracking elapsed time when a resource is loaded 2021-09-12 16:39:23 +02:00