1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 14:48:14 +00:00
serenity/Userland/Libraries/LibWeb/Loader
Timothy Flynn 20eb441cba LibWeb: Evict replaced Resource objects from cache
When a Resource is converted to an ImageResource, evict the original
resource from cache. The original resource's data has been moved, so on
a warm reload of a page, when that resource is loaded from cache, it
would not have any data to actually show.
2022-03-23 21:26:35 +01:00
..
ContentFilter.cpp Libraries: Use default constructors/destructors in LibWeb 2022-03-17 17:23:49 +00:00
ContentFilter.h LibWeb: Add the Web::URL namespace and move URLEncoder to it 2021-09-13 01:43:10 +02:00
FrameLoader.cpp Libraries: Use default constructors/destructors in LibWeb 2022-03-17 17:23:49 +00:00
FrameLoader.h LibWeb: Set response header cookies on redirects 2022-02-12 16:15:56 +00:00
ImageLoader.cpp LibWeb: Allow HTMLObjectElement to convert a Resource to ImageResource 2022-03-23 13:44:51 +01:00
ImageLoader.h LibWeb: Allow HTMLObjectElement to convert a Resource to ImageResource 2022-03-23 13:44:51 +01:00
ImageResource.cpp LibWeb: Allow HTMLObjectElement to convert a Resource to ImageResource 2022-03-23 13:44:51 +01:00
ImageResource.h LibWeb: Allow HTMLObjectElement to convert a Resource to ImageResource 2022-03-23 13:44:51 +01:00
LoadRequest.cpp Everywhere: Update copyrights with my new serenityos.org e-mail :^) 2022-01-31 18:23:22 +00:00
LoadRequest.h LibWeb: Add the Web::URL namespace and move URLEncoder to it 2021-09-13 01:43:10 +02:00
Resource.cpp LibWeb: Evict replaced Resource objects from cache 2022-03-23 21:26:35 +01:00
Resource.h LibWeb: Allow HTMLObjectElement to convert a Resource to ImageResource 2022-03-23 13:44:51 +01:00
ResourceLoader.cpp LibWeb: Evict replaced Resource objects from cache 2022-03-23 21:26:35 +01:00
ResourceLoader.h LibWeb: Evict replaced Resource objects from cache 2022-03-23 21:26:35 +01:00