servo/components/net
hirschenberger ab4b34d423 Fix #5176 by premultiplying the alpha channel to the color channels
This is GIF specific. It's also done when the image is PNG but PNG is
handled separately with the PNG crate, whereas GIFs are handled by the
stb-image crate and the distinction between alpha and non-alpha-supporting
images was missing.
2015-03-11 14:52:16 +01:00
..
fetch Upgrade to rustc ba2f13ef0 2015-02-04 2015-02-11 14:48:34 -08:00
image Fix #5176 by premultiplying the alpha channel to the color channels 2015-03-11 14:52:16 +01:00
about_loader.rs Upgrade to rustc ba2f13ef0 2015-02-04 2015-02-11 14:48:34 -08:00
Cargo.toml Specify regex and regex_macros version numbers 2015-03-05 21:09:41 -05:00
cookie.rs Fix warnings in net. 2015-02-13 11:24:21 +01:00
cookie_storage.rs Address review comments. 2015-02-04 13:35:05 +00:00
data_loader.rs Use rustc-serialize rather than the built-in deprecated serialize. 2015-02-17 13:24:15 +01:00
file_loader.rs Upgrade to rustc ba2f13ef0 2015-02-04 2015-02-11 14:48:34 -08:00
http_loader.rs Fix warnings in net. 2015-02-13 11:24:21 +01:00
image_cache_task.rs Add profiling to image decoding. 2015-02-28 18:35:48 +01:00
lib.rs Add more robust hostsfile parsing 2015-03-05 20:33:33 -05:00
local_image_cache.rs add unwrap to send/recv calls 2015-02-03 16:05:13 +01:00
pub_domains.rs cookies and cookies storage implementation 2015-02-04 13:34:06 +00:00
resource_task.rs Add more robust hostsfile parsing 2015-03-05 20:33:33 -05:00
sniffer_task.rs Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. 2015-01-28 10:16:49 +10:00
storage_task.rs add unwrap to send/recv calls 2015-02-03 16:05:13 +01:00