1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 12:48:10 +00:00
serenity/Userland/Libraries/LibWeb/Loader
Andreas Kling 3b9f110161 LibWeb+LibImageDecoderClient: Reuse ImageDecoder service process
The overhead from spawning a new ImageDecoder for every decoding job is
way too large and causing other problems as well (#5421)

Let's keep the same decoder open and reuse it as long as it's working.
2021-02-20 11:37:55 +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: Hook up remaining debug macros to Debug.h. 2021-01-25 09:47:36 +01:00
FrameLoader.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
ImageLoader.cpp LibWeb: Remove a whole bunch of unnecessary #includes 2021-02-10 09:13:29 +01:00
ImageLoader.h ImageDecoder+LibImageDecoder+LibWeb: Support animations in ImageDecoder 2021-01-29 22:38:22 +01:00
ImageResource.cpp LibWeb+LibImageDecoderClient: Reuse ImageDecoder service process 2021-02-20 11:37:55 +01:00
ImageResource.h ImageDecoder+LibImageDecoder+LibWeb: Support animations in ImageDecoder 2021-01-29 22:38:22 +01:00
LoadRequest.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Resource.cpp Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...) 2021-02-08 18:08:55 +01:00
Resource.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
ResourceLoader.cpp Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...) 2021-02-08 18:08:55 +01:00
ResourceLoader.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00