Andreas Kling
95d70addd8
LibWeb: Split out image loading logic from HTMLImageElement
...
Since more DOM nodes are going to want to load images (<object>, ...)
this patch splits out the image loading logic into an ImageLoader class
and then HTMLImageElement simply has an ImageLoader.
LayoutImage is then given a const ImageLoader& at construction and can
then provide layout and rendering for many kinds of DOM nodes.
2020-06-13 22:22:54 +02:00
..
2020-06-13 22:21:25 +02:00
2020-06-10 10:59:04 +02:00
2020-06-08 21:25:16 +02:00
2020-06-09 21:53:16 +02:00
2020-06-12 13:23:07 +02:00
2020-06-07 23:27:03 +02:00
2020-06-07 23:27:03 +02:00
2020-06-07 23:27:03 +02:00
2020-06-07 23:27:03 +02:00
2020-06-07 23:27:03 +02:00
2020-06-12 21:28:55 +02:00
2020-06-07 23:27:03 +02:00
2020-03-22 19:12:10 +01:00
2020-06-07 23:27:03 +02:00
2020-06-08 21:12:20 +02:00
2020-06-07 23:27:03 +02:00
2020-06-07 23:27:03 +02:00
2020-06-07 23:27:03 +02:00
2020-06-13 22:22:54 +02:00
2020-06-13 22:22:54 +02:00
2020-06-12 21:28:55 +02:00
2020-06-07 23:27:03 +02:00
2020-06-13 20:02:36 +02:00
2020-06-07 23:27:03 +02:00
2020-06-08 21:25:16 +02:00
2020-06-07 23:27:03 +02:00
2020-06-07 23:27:03 +02:00
2020-06-13 15:16:56 +02:00
2020-06-12 22:47:51 +02:00
2020-06-13 12:49:20 +02:00
2020-06-12 22:52:38 +02:00
2020-06-07 23:27:03 +02:00
2020-06-10 10:59:04 +02:00
2020-06-13 00:23:32 +02:00
2020-06-13 20:10:43 +02:00
2020-06-07 23:53:16 +02:00
2020-06-07 23:53:16 +02:00
2020-06-08 21:12:20 +02:00