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-05-22 21:45:00 +02:00
2020-06-03 22:06:52 +02:00
2020-06-13 22:21:25 +02:00
2020-06-10 10:59:04 +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-06-08 21:25:16 +02:00
2020-06-07 14:47:33 +02:00
2020-03-28 09:13:29 +01:00
2020-05-24 00:12:00 +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-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-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-04 16:04:52 +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-12 21:28:55 +02:00
2020-06-07 23:27:03 +02:00
2020-03-22 19:12:10 +01:00
2020-06-03 21:53:00 +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-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-07 23:27:03 +02:00
2020-03-22 19:12:10 +01:00
2020-03-22 19:12:10 +01:00
2020-06-07 14:56:29 +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-04 16:06:32 +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:10:45 +02:00
2020-06-07 23:27:03 +02:00
2020-03-22 19:12:10 +01:00
2020-03-22 19:12:10 +01:00
2020-06-10 10:59:04 +02:00
2020-04-21 23:49:51 +02:00
2020-04-06 11:09:01 +02:00
2020-06-13 00:23:32 +02:00
2020-06-13 20:10:43 +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-06-07 23:53:16 +02:00
2020-06-07 23:53:16 +02:00
2020-03-22 19:12:10 +01:00
2020-06-08 21:12:20 +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