1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-22 11:15:08 +00:00
serenity/Userland/Libraries/LibWeb/Loader
Linus Groh b1968b8bed LibWeb: Make Fetch::Infrastructure::{Request,Response,HeaderList} GC'd
This is the way.

On a more serious note, there's no reason to keep adding ref-counted
classes to LibWeb now that the majority of classes is GC'd - it only
adds the risk of discovering some cycle down the line, and forces us to
use handles as we can't visit().
2022-10-30 11:30:23 +00:00
..
ContentFilter.cpp AK+Everywhere: Replace "protocol" with "scheme" url helpers 2022-09-29 09:39:04 +01:00
ContentFilter.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
FileRequest.cpp Browser+LibWeb+WebContent: Allow Browser to load local files 2022-06-27 20:22:15 +01:00
FileRequest.h Browser+LibWeb+WebContent: Allow Browser to load local files 2022-06-27 20:22:15 +01:00
FrameLoader.cpp LibWeb: Make Fetch::Infrastructure::{Request,Response,HeaderList} GC'd 2022-10-30 11:30:23 +00:00
FrameLoader.h LibWeb: Allow configuring the default error page path 2022-05-29 23:00:04 +01:00
ImageLoader.cpp LibWeb+WebContent: Add abstraction layer for event loop and timers 2022-09-07 20:30:31 +02:00
ImageLoader.h LibWeb+WebContent: Add abstraction layer for event loop and timers 2022-09-07 20:30:31 +02:00
ImageResource.cpp LibWeb+LibWebView+WebContent: Add Web::Platform::ImageCodecPlugin 2022-09-16 15:15:50 +02:00
ImageResource.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
LoadRequest.cpp Browser+LibWeb+WebContent: Allow Browser to load local files 2022-06-27 20:22:15 +01:00
LoadRequest.h LibWeb: Let LoadRequest::set_body() take by value 2022-10-16 02:06:29 +03:30
ProxyMappings.cpp LibWeb: Remove debug spam about proxy configuration lookups 2022-04-09 14:50:05 +02:00
ProxyMappings.h Browser+LibWeb+WebContent: Implement per-URL-pattern proxies 2022-04-09 12:21:43 +02:00
Resource.cpp AK+Everywhere: Replace "protocol" with "scheme" url helpers 2022-09-29 09:39:04 +01:00
Resource.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ResourceLoader.cpp Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY 2022-10-10 12:23:12 +02:00
ResourceLoader.h LibWeb: Identify as "Ladybird" instead of "Browser" 2022-10-04 15:27:04 +02:00