ladybird/Userland/Libraries/LibWeb/Loader
Andreas Kling 7449c1b27f ImageDecoder+LibImageDecoder+LibWeb: Support animations in ImageDecoder
The ImageDecoder service now returns a list of image frames, each with
a duration value.

The code for in-process image decoding is removed from LibWeb, an all
image decode requests are sent out-of-process to ImageDecoder. :^)

This won't scale super well to very long and/or large animations, but
we can work on improving that separately. The main goal here is simply
to stop doing any image decoding inside LibWeb.

Fixes #5165.
2021-01-29 22:38:22 +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 ImageDecoder+LibImageDecoder+LibWeb: Support animations in ImageDecoder 2021-01-29 22:38:22 +01:00
ImageLoader.h ImageDecoder+LibImageDecoder+LibWeb: Support animations in ImageDecoder 2021-01-29 22:38:22 +01:00
ImageResource.cpp ImageDecoder+LibImageDecoder+LibWeb: Support animations in ImageDecoder 2021-01-29 22:38:22 +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: Debug macros instead of constexpr. 2021-01-25 09:47:36 +01:00
Resource.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
ResourceLoader.cpp Everywhere: Debug macros instead of constexpr. 2021-01-25 09:47:36 +01:00
ResourceLoader.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00