Martin Robinson
bdcae320fd
net: Use callbacks instead of IPC channels in the ImageCache API ( #40453 )
...
Previously, the `ImageCache` would inform consumers of changes to image
availability by messaging an IPC channel. This isn't great, because it
requires serialization and deserialization. Nowadays, `ImageCache`s are
always owned by the same `Global` that uses them. This change replaces
the IPC channel with callback that implements `Send`.
For the case of normal HTML document images, the results are still sent
over the pre-existing Crossbeam channel that was connected via an IPC
route. A followup change might eliminate that channel entirely.
Testing: This should not change observable behavior so is covered by
existing tests.
Fixes : #24338 .
Signed-off-by: Martin Robinson <mrobinson@igalia.com >
Co-authored-by: Mukilan Thiyagarajan <mukilan@igalia.com >
2025-11-06 12:52:40 +00:00
..
2025-11-06 11:06:03 +00:00
2025-11-06 11:06:03 +00:00
2025-11-06 11:06:03 +00:00
2025-11-06 11:06:03 +00:00
2025-11-04 07:15:51 +00:00
2025-11-01 05:32:45 +00:00
2025-11-06 11:06:03 +00:00
2025-10-02 04:17:36 +00:00
2025-11-06 12:52:40 +00:00
2025-11-06 11:06:03 +00:00
2025-11-06 11:06:03 +00:00
2025-11-06 11:06:03 +00:00
2025-11-06 11:06:03 +00:00
2025-11-05 07:33:41 +00:00
2025-11-01 00:20:25 +00:00
2025-11-06 11:06:03 +00:00
2025-11-06 11:09:07 +00:00
2025-11-06 11:06:03 +00:00
2025-11-06 11:06:03 +00:00
2025-11-06 11:06:03 +00:00
2025-11-06 11:06:03 +00:00
2025-09-13 18:34:14 +00:00
2025-11-04 18:29:06 +00:00
2025-08-19 11:07:53 +00:00
2025-11-01 05:32:45 +00:00
2025-11-01 05:32:45 +00:00
2025-11-04 18:29:06 +00:00
2025-11-01 05:32:45 +00:00
2025-11-04 18:29:06 +00:00
2025-09-27 19:23:05 +00:00
2025-11-04 18:29:06 +00:00
2025-11-04 18:29:06 +00:00
2025-11-04 18:29:06 +00:00
2025-10-05 15:12:16 +00:00
2025-11-04 20:43:59 +00:00
2025-11-04 18:29:06 +00:00
2025-11-04 18:29:06 +00:00
2025-11-05 05:22:13 +00:00
2025-11-04 18:29:06 +00:00
2025-10-05 15:12:16 +00:00
2025-11-04 18:29:06 +00:00
2025-11-04 18:29:06 +00:00
2025-11-04 18:29:06 +00:00
2025-11-04 19:15:34 +00:00
2025-11-04 18:29:06 +00:00
2025-07-09 19:07:29 +00:00
2025-11-06 11:06:03 +00:00
2025-11-01 05:32:45 +00:00
2025-10-09 18:18:03 +00:00
2025-10-23 14:02:28 +00:00
2025-10-05 15:12:16 +00:00
2025-10-05 15:12:16 +00:00
2025-10-26 03:15:20 +00:00
2025-08-12 04:53:53 +00:00
2025-11-04 18:29:06 +00:00
2025-11-05 05:22:13 +00:00
2025-11-04 18:29:06 +00:00
2025-11-04 18:29:06 +00:00
2025-11-01 05:32:45 +00:00
2025-11-04 18:29:06 +00:00
2025-11-06 12:34:03 +00:00
2025-11-06 11:06:03 +00:00
2025-11-06 11:06:03 +00:00
2025-11-01 05:32:45 +00:00
2025-11-06 11:06:03 +00:00
2025-11-01 05:32:45 +00:00
2025-11-01 05:32:45 +00:00
2025-11-01 05:32:45 +00:00
2025-11-01 05:32:45 +00:00
2025-11-06 11:06:03 +00:00
2025-10-06 17:23:03 +00:00
2025-11-01 05:32:45 +00:00
2025-09-09 08:33:46 +00:00
2025-11-01 05:32:45 +00:00
2025-11-01 05:32:45 +00:00
2025-11-01 05:32:45 +00:00
2025-11-01 05:32:45 +00:00
2025-11-01 05:32:45 +00:00
2025-10-26 01:34:06 +00:00
2025-11-01 05:32:45 +00:00
2025-11-06 11:06:03 +00:00
2025-10-26 03:29:51 +00:00
2025-11-01 05:32:45 +00:00
2025-10-26 11:36:36 +00:00
2025-11-01 05:32:45 +00:00
2025-11-06 11:06:03 +00:00
2025-11-01 05:32:45 +00:00
2025-10-02 07:51:19 +00:00
2025-11-01 05:32:45 +00:00
2025-11-06 11:06:03 +00:00
2025-11-06 11:06:03 +00:00
2025-11-01 05:32:45 +00:00
2025-11-01 05:32:45 +00:00
2025-11-01 05:32:45 +00:00
2025-11-06 11:06:03 +00:00
2025-11-06 11:06:03 +00:00
2025-11-01 05:32:45 +00:00
2025-08-19 11:07:53 +00:00
2025-10-25 08:53:05 +00:00
2025-11-01 05:32:45 +00:00
2025-11-03 15:19:34 +00:00
2025-11-01 05:32:45 +00:00
2025-11-06 11:06:03 +00:00
2025-11-06 11:06:03 +00:00
2025-11-01 05:32:45 +00:00
2025-11-06 11:06:03 +00:00
2025-11-01 05:32:45 +00:00
2025-11-01 05:32:45 +00:00
2025-11-04 18:29:06 +00:00
2025-11-04 18:29:06 +00:00
2025-10-09 18:18:03 +00:00
2025-11-01 05:32:45 +00:00
2025-11-01 05:32:45 +00:00
2025-11-01 05:32:45 +00:00
2025-11-06 11:06:03 +00:00
2025-11-06 11:06:03 +00:00
2025-11-01 05:32:45 +00:00
2025-11-01 05:32:45 +00:00
2025-11-06 12:52:40 +00:00
2025-11-01 05:32:45 +00:00
2025-11-04 18:29:06 +00:00
2025-11-01 05:32:45 +00:00
2025-11-01 05:32:45 +00:00
2025-08-09 18:01:00 +00:00
2025-11-01 05:32:45 +00:00
2025-11-01 05:32:45 +00:00
2025-08-04 16:27:00 +00:00
2025-11-01 05:32:45 +00:00
2025-11-01 05:32:45 +00:00
2025-10-29 11:41:52 +00:00
2025-11-01 05:32:45 +00:00
2025-11-06 11:06:03 +00:00
2025-11-06 11:06:03 +00:00
2025-11-01 05:32:45 +00:00
2025-09-09 08:33:46 +00:00
2025-11-01 05:32:45 +00:00
2025-11-06 11:06:03 +00:00
2025-08-31 01:00:09 +00:00
2025-08-19 11:07:53 +00:00
2025-11-06 11:06:03 +00:00
2025-10-05 15:12:16 +00:00
2025-11-06 11:06:03 +00:00
2025-10-05 15:12:16 +00:00
2025-05-08 08:45:57 +00:00
2025-10-29 11:41:52 +00:00
2025-10-23 14:02:28 +00:00
2025-11-01 05:32:45 +00:00
2025-11-03 15:19:34 +00:00
2025-11-06 11:06:03 +00:00
2025-11-01 05:32:45 +00:00
2025-09-26 22:12:37 +00:00
2025-05-08 10:46:31 +00:00
2025-11-01 05:32:45 +00:00
2025-11-06 11:06:03 +00:00
2025-11-06 11:06:03 +00:00
2025-08-19 11:07:53 +00:00
2025-11-01 05:32:45 +00:00
2025-11-01 05:32:45 +00:00
2025-08-31 01:00:09 +00:00
2025-11-05 07:33:41 +00:00
2025-11-01 05:32:45 +00:00
2025-11-01 05:32:45 +00:00
2025-11-04 18:29:06 +00:00
2025-11-06 11:06:03 +00:00
2025-11-06 11:06:03 +00:00
2025-11-06 11:06:03 +00:00
2025-11-06 11:06:03 +00:00
2025-11-01 05:32:45 +00:00
2025-11-06 11:06:03 +00:00
2025-11-01 05:32:45 +00:00
2025-11-06 11:06:03 +00:00
2025-11-01 05:32:45 +00:00
2025-11-02 18:20:18 +00:00
2025-09-15 08:50:16 +00:00
2025-11-01 05:32:45 +00:00
2025-11-06 11:06:03 +00:00
2025-11-06 11:06:03 +00:00
2025-11-01 05:32:45 +00:00
2025-11-01 05:32:45 +00:00
2025-10-15 07:42:11 +00:00
2025-10-15 07:42:11 +00:00
2025-10-15 07:42:11 +00:00
2025-10-05 15:12:16 +00:00
2025-11-06 11:06:03 +00:00
2025-11-01 05:32:45 +00:00
2025-11-06 11:06:03 +00:00
2025-10-09 18:18:03 +00:00
2025-05-24 11:12:11 +00:00
2025-08-31 01:00:09 +00:00
2025-10-26 03:29:51 +00:00
2025-11-01 05:32:45 +00:00
2025-11-01 05:32:45 +00:00
2025-11-01 05:32:45 +00:00
2025-11-01 10:01:15 +00:00
2025-10-29 11:41:52 +00:00
2025-11-01 05:32:45 +00:00
2025-11-01 05:32:45 +00:00
2025-11-06 11:06:03 +00:00
2025-11-01 05:32:45 +00:00
2025-11-06 12:52:40 +00:00
2025-11-06 11:06:03 +00:00
2025-11-06 11:06:03 +00:00
2025-11-03 12:51:35 +00:00
2025-11-06 11:06:03 +00:00
2025-11-06 11:06:03 +00:00
2025-10-05 15:12:16 +00:00
2025-11-01 05:32:45 +00:00
2025-11-06 11:06:03 +00:00
2025-11-01 05:32:45 +00:00
2025-10-25 23:25:01 +00:00
2025-11-06 12:24:07 +00:00
2025-11-06 12:24:07 +00:00