aboutsummaryrefslogtreecommitdiffstats
path: root/components/net_traits/image_cache_task.rs
Commit message (Expand)AuthorAgeFilesLines
* task -> threadrohan.prinja2016-01-101-129/+0
* Replace libpng with image everywhere.Matt Brubeck2015-10-101-1/+1
* Remove 'get_*' on getters as per RFC 0344 on various componentsMathieu Rheaume2015-09-121-1/+1
* sort all usesJohann Tuffe2015-08-201-1/+1
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-1/+2
* script: Make the `ImageCacheTask` use IPC.Patrick Walton2015-07-261-18/+33
* net: Don't load the placeholder image for background images, only forPatrick Walton2015-05-201-5/+24
* Implement Clone for Copy types.Ms2ger2015-04-281-1/+1
* Refactored image cache task - details below.Glenn Watson2015-04-231-87/+62
* Start switching net/ to use abstractions over channels to allow introducing n...Josh Matthews2015-04-161-1/+2
* Switch Arc<Box<Image>> to Arc<Image> for perf boost.Aneesh Agrawal2015-04-101-2/+2
* Remove compositor dependency on net crate.Aneesh Agrawal2015-04-101-0/+12
* Split out shared networking code into net_traits crateGilles Leblanc2015-04-031-0/+106