servo/components/net
Patrick Walton 7e7675c1dc net: Don't load the placeholder image for background images, only for
image fragments.

This also changes the way the placeholder is handled in the image cache
task to decode it up front instead of each time an image fails to load,
both because it was more convenient to implement that way and because
it saves CPU cycles to do so.

This matches the behavior of Gecko and WebKit. It improves the look of
our cached copy of Wikipedia.
2015-05-20 12:00:33 -07:00
..
fetch Auto merge of #6129 - KiChjang:fetch-spec, r=jdm 2015-05-19 23:08:41 -05:00
about_loader.rs Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8. 2015-05-05 10:07:34 -04:00
Cargo.toml Upgrade to Hyper 0.4.0 2015-05-12 16:48:21 +02:00
cookie.rs Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8. 2015-05-05 10:07:34 -04:00
cookie_storage.rs Move net::cookie unit tests into the unit_tests crate. 2015-04-07 16:37:12 -04:00
data_loader.rs Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8. 2015-05-05 10:07:34 -04:00
file_loader.rs Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8. 2015-05-05 10:07:34 -04:00
http_loader.rs Upgrade to Hyper 0.4.0 2015-05-12 16:48:21 +02:00
image_cache_task.rs net: Don't load the placeholder image for background images, only for 2015-05-20 12:00:33 -07:00
lib.rs Auto merge of #5952 - Ms2ger:cleanup, r=saneyuki 2015-05-05 14:26:37 -05:00
mime_classifier.rs Remove some as_slice calls. 2015-04-24 17:44:47 +02:00
pub_domains.rs cookies and cookies storage implementation 2015-02-04 13:34:06 +00:00
resource_task.rs Initial changes for devtools support for logging HTTP requests. 2015-05-05 11:49:26 -04:00
storage_task.rs Auto merge of #5576 - jagtalon:jag/slashdot-storage, r=jdm 2015-04-11 18:13:16 -05:00