1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 02:37:42 +00:00
serenity/Userland/Libraries/LibWeb/Loader
Andreas Kling ae0be7797f LibWeb: Disable resource cache for file:// URLs
This makes the browser a bit less annoying when testing local files,
since you no longer have to restart it for changes to take effect.

Longer-term we should have a proper way to decide which resources
are cacheable.
2021-01-24 12:11:08 +01:00
..
ContentFilter.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
ContentFilter.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
FrameLoader.cpp Everywhere: Replace a bundle of dbg with dbgln. 2021-01-22 22:14:30 +01:00
FrameLoader.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
ImageLoader.cpp Everywhere: Replace a bundle of dbg with dbgln. 2021-01-22 22:14:30 +01:00
ImageLoader.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
ImageResource.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
ImageResource.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
LoadRequest.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Resource.cpp Everywhere: Replace a bundle of dbg with dbgln. 2021-01-22 22:14:30 +01:00
Resource.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
ResourceLoader.cpp LibWeb: Disable resource cache for file:// URLs 2021-01-24 12:11:08 +01:00
ResourceLoader.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00