Andreas Kling
d4ddb0013c
LibWeb: Share decoded images at the Resource level :^)
...
This patch adds ImageResource as a subclass of Resource. This new class
also keeps a Gfx::ImageDecoder so that we can share decoded bitmaps
between all clients of an image resource inside LibWeb.
With this, we now share both encoded and decoded data for images. :^)
I had to change how the purgeable-volatile flag is updated to keep the
volatile-images-outside-the-visible-viewport optimization working.
HTMLImageElement now inherits from ImageResourceClient (a subclass of
ResourceClient with additional image-specific stuff) and informs its
ImageResource about whether it's inside the viewport or outside.
This is pretty awesome! :^)
2020-06-02 20:32:38 +02:00
..
2020-05-22 21:45:00 +02:00
2020-05-30 13:06:26 +02:00
2020-05-30 13:06:26 +02:00
2020-05-09 23:25:39 +02:00
2020-05-21 01:24:36 +02:00
2020-05-24 23:54:22 +02:00
2020-03-22 19:12:10 +01:00
2020-05-30 12:26:15 +02:00
2020-05-30 12:26:15 +02:00
2020-03-28 09:13:29 +01:00
2020-05-24 00:12:00 +02:00
2020-05-28 12:44:34 +02:00
2020-05-26 23:07:19 +02:00
2020-03-22 19:12:10 +01:00
2020-03-22 19:12:10 +01:00
2020-04-06 11:09:01 +02:00
2020-04-29 12:46:20 +02:00
2020-04-29 12:46:20 +02:00
2020-03-22 19:53:22 +01:00
2020-03-22 19:53:22 +01:00
2020-03-22 19:12:10 +01:00
2020-04-24 14:34:11 +02:00
2020-03-22 19:12:10 +01:00
2020-03-22 19:12:10 +01:00
2020-03-22 19:12:10 +01:00
2020-03-22 19:12:10 +01:00
2020-03-22 19:12:10 +01:00
2020-03-22 19:12:10 +01:00
2020-05-21 01:24:36 +02:00
2020-04-15 12:29:21 +02:00
2020-03-22 19:12:10 +01:00
2020-03-22 19:12:10 +01:00
2020-03-22 19:12:10 +01:00
2020-03-22 19:12:10 +01:00
2020-05-28 18:22:54 +02:00
2020-05-05 11:19:38 +02:00
2020-03-22 19:12:10 +01:00
2020-03-22 19:12:10 +01:00
2020-03-22 19:12:10 +01:00
2020-03-22 19:12:10 +01:00
2020-03-22 19:12:10 +01:00
2020-03-22 19:12:10 +01:00
2020-03-22 19:12:10 +01:00
2020-03-22 19:12:10 +01:00
2020-06-02 20:32:38 +02:00
2020-06-02 20:32:38 +02:00
2020-05-30 11:59:10 +02:00
2020-03-22 19:12:10 +01:00
2020-06-02 20:32:38 +02:00
2020-06-02 13:51:57 +02:00
2020-06-01 20:42:50 +02:00
2020-05-27 23:02:03 +02:00
2020-04-03 23:06:09 +02:00
2020-04-03 23:06:09 +02:00
2020-03-22 19:12:10 +01:00
2020-03-22 19:12:10 +01:00
2020-04-21 23:49:51 +02:00
2020-04-21 23:49:51 +02:00
2020-04-06 11:09:01 +02:00
2020-05-30 13:06:26 +02:00
2020-05-24 23:54:22 +02:00
2020-05-26 23:45:43 +02:00
2020-03-25 18:52:03 +01:00
2020-03-25 18:52:03 +01:00
2020-03-22 19:12:10 +01:00
2020-05-28 18:22:54 +02:00
2020-05-18 22:05:13 +02:00
2020-06-01 20:42:50 +02:00
2020-04-23 11:03:17 +02:00