Aliaksandr Kalenik
32be413f4e
LibWeb: Add missing visit_edges() for ImageStyleValue
...
ImageStyleValue has a visit_edges() method, although it is not a
GC-allocated object. This is necessary because it owns a GC-allocated
ImageRequest that we want to visit, instead of using JS::Handle, to
avoid leaks. In the future, we might want to make StyleValue be
GC-allocated.
For now, this change adds missing visit_edges() calls for objects that
own ImageStyleValue.
2023-09-28 06:11:17 +02:00
..
2023-09-27 16:33:21 +02:00
2023-09-13 07:26:35 +02:00
2023-09-06 11:44:45 -04:00
2023-09-26 21:19:42 +02:00
2023-09-27 19:39:57 +02:00
2023-09-25 15:39:29 +02:00
2023-09-06 11:44:45 -04:00
2023-09-26 21:25:54 +02:00
2023-09-17 16:37:31 -06:00
2023-09-24 20:02:38 -06:00
2023-09-06 11:44:45 -04:00
2023-09-28 06:11:17 +02:00
2023-09-20 18:29:17 +02:00
2023-09-26 21:25:54 +02:00
2023-09-28 06:11:17 +02:00
2023-09-24 19:59:00 -06:00
2023-09-17 16:37:31 -06:00
2023-09-27 12:16:41 +01:00
2023-09-26 21:25:54 +02:00
2023-09-06 11:44:45 -04:00
2023-09-06 11:29:03 -04:00
2023-09-06 11:44:45 -04:00
2023-09-24 20:10:50 -06:00
2023-09-27 19:39:57 +02:00
2023-09-15 22:12:56 +02:00
2023-09-19 08:18:45 +02:00
2023-09-06 11:44:45 -04:00
2023-09-09 13:03:25 -04:00
2023-09-06 11:44:45 -04:00
2023-09-16 16:53:32 +02:00
2023-09-02 19:23:41 +01:00
2023-09-23 18:57:31 +02:00
2023-09-06 11:44:45 -04:00
2023-09-16 11:17:19 +02:00
2023-09-19 10:54:07 +02:00
2023-09-24 19:59:00 -06:00
2023-09-17 20:29:18 +02:00
2023-09-16 16:53:32 +02:00
2023-09-06 11:29:03 -04:00
2023-08-24 22:07:00 +01:00
2023-09-25 00:46:21 +01:00
2023-09-23 11:41:57 +02:00
2023-09-09 13:03:11 +02:00
2023-08-20 05:02:59 +02:00