ladybird/Userland/Libraries/LibWeb/Loader
Andreas Kling 32299e74cb LibWeb: Make CSS font loader tolerate WPT web server shenanigans
The web server for WPT has a tendency to just disconnect after sending
us a resource. This makes curl think an error occurred, but it's
actually still recoverable and we have the data.

So instead of just bailing, do what we already do for other kinds of
resources and try to parse the data we got. If it works out, great!

It would be nice to solve this in the networking layer instead, but
I'll leave that as an exercise for our future selves.
2024-09-21 19:20:30 +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 Userland: Add ESCAPING annotations to a bunch of places 2024-05-22 21:55:34 -06:00
GeneratedPagesLoader.cpp LibURL+Everywhere: Only percent decode URL paths when actually needed 2024-08-05 09:58:13 +02:00
GeneratedPagesLoader.h LibWeb: Pass network error message to generated error page 2024-07-05 15:08:13 -06:00
LoadRequest.cpp LibWeb: Support unbuffered resource load requests 2024-05-26 18:29:24 +02:00
LoadRequest.h LibWeb: Prefix AK::Duration with AK Namespace 2024-07-18 09:43:38 +01: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 LibWeb: Make CSS font loader tolerate WPT web server shenanigans 2024-09-21 19:20:30 +02:00
Resource.h LibWeb: Make CSS font loader tolerate WPT web server shenanigans 2024-09-21 19:20:30 +02:00
ResourceLoader.cpp LibWeb: Make CSS font loader tolerate WPT web server shenanigans 2024-09-21 19:20:30 +02:00
ResourceLoader.h Libraries+Ladybird: Rename LibProtocol -> LibRequests 2024-08-19 12:56:55 +02:00
UserAgent.h LibWeb: Add user agent CPU string for PowerPC 2024-07-05 09:50:13 -06:00