mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
Instead of setting up a route for every image load in the DOM / Layout, route all incoming image cache responses through the `ScriptThread`. This avoids creating a set of file descriptor for every image that is loaded. This change requires having the `ImageCache` track the `PipelineId` of the original the listener so that the `ScriptThread` can route it properly to the correct `Window`. Signed-off-by: Martin Robinson <mrobinson@igalia.com> |
||
---|---|---|
.. | ||
fetch | ||
tests | ||
blob_url_store.rs | ||
Cargo.toml | ||
filemanager_thread.rs | ||
http_status.rs | ||
image_cache.rs | ||
lib.rs | ||
policy_container.rs | ||
pub_domains.rs | ||
quality.rs | ||
request.rs | ||
response.rs | ||
storage_thread.rs |