mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-08 17:19:41 +00:00
With the addition of the 'fetch params' struct, the single ownership model we had so far falls apart completely. Additionally, this works nicely for FilteredResponse's internal response instead of risking a dangling reference. Replacing the public constructor with a create() function also found a few instances of a Request being stack-allocated! |
||
---|---|---|
.. | ||
ContentFilter.cpp | ||
ContentFilter.h | ||
FileRequest.cpp | ||
FileRequest.h | ||
FrameLoader.cpp | ||
FrameLoader.h | ||
ImageLoader.cpp | ||
ImageLoader.h | ||
ImageResource.cpp | ||
ImageResource.h | ||
LoadRequest.cpp | ||
LoadRequest.h | ||
ProxyMappings.cpp | ||
ProxyMappings.h | ||
Resource.cpp | ||
Resource.h | ||
ResourceLoader.cpp | ||
ResourceLoader.h |