ladybird/Libraries/LibWeb/Loader
Shannon Booth d62cf0a807 Everywhere: Remove some use of the URL constructors
These make it too easy to construct an invalid URL, which makes it
difficult to remove the valid state of URL - which this API relies
on.
2025-02-19 08:01:35 -05:00
..
ContentFilter.cpp
ContentFilter.h
FileRequest.cpp
FileRequest.h
GeneratedPagesLoader.cpp LibWeb: Properly escape URL on error page 2024-11-17 22:14:14 +01:00
GeneratedPagesLoader.h
LoadRequest.cpp
LoadRequest.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
ProxyMappings.cpp Everywhere: Remove some use of the URL constructors 2025-02-19 08:01:35 -05:00
ProxyMappings.h
Resource.cpp LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
Resource.h Everywhere: Include HashMap only where it's actually used 2024-12-09 12:31:16 +01:00
ResourceLoader.cpp LibWeb: Explicitly capture resource in closures in load_resource 2025-02-18 11:26:34 -07:00
ResourceLoader.h LibWeb: Don't store Page on ResourceLoader 2025-02-18 11:26:34 -07:00
UserAgent.h