aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/image_cache_task.rs
Commit message (Expand)AuthorAgeFilesLines
* task -> threadrohan.prinja2016-01-101-494/+0
* Resolves #4183 - Implemementing context-based MIME type sniffingDavid Rajchenbach-Teller2015-12-311-2/+3
* Fix warnings: Use Vec.extend_from_slice instead of Vec.push_allTetsuharu OHZEKI2015-12-101-1/+1
* Use the correct .png extension for the image placeholder.Ralph Giles2015-11-131-1/+1
* Auto merge of #7844 - Wafflespeanut:requests, r=jdmbors-servo2015-11-121-1/+2
|\
| * Implement cancellation listener for cancelling network requestsRavi Shankar2015-11-121-1/+2
* | replace use of load_whole_resource in net/image_cache_task.rs with File::openrohan.prinja2015-11-101-20/+12
|/
* Check in for task 1,4 and 5Abhishek Kumar2015-11-051-1/+1
* Rework image_cache_task to avoid using `url` as key during the loading of an ...David Rajchenbach-Teller2015-10-141-41/+151
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-3/+3
* sort all usesJohann Tuffe2015-08-201-4/+4
* Replace uses of `for foo in bar.iter()`,João Oliveira2015-08-181-1/+1
* replace .len() == 0 with is_empty()João Oliveira2015-08-141-2/+1
* script: Make the resource task communication use IPC channels.Patrick Walton2015-07-311-29/+14
* net: Use a thread for each `AsyncResponseTarget` to avoid having to sendPatrick Walton2015-07-311-7/+17
* net: Make most of the resource task messages serializable.Patrick Walton2015-07-311-2/+2
* script: Make the `ImageCacheTask` use IPC.Patrick Walton2015-07-261-7/+12
* Audit and reduce unstable usage in netManish Goregaokar2015-06-101-1/+1
* Reduce max line length from 150 to 120 charactersCorey Farwell2015-05-241-1/+2
* net: Don't load the placeholder image for background images, only forPatrick Walton2015-05-201-16/+38
* Auto merge of #5985 - zmike:embedding-woodenbikeshed, r=larsbergstrombors-servo2015-05-081-6/+13
|\
| * image_cache_task::new_image_cache_task() should not panic when placeholder fa...Mike Blumenkrantz2015-05-081-6/+13
* | This was done already on #5783, maybe was reintroduced by mistake.Adenilson Cavalcanti2015-05-081-1/+0
|/
* 1. Add an Option<Pipeline_id> field to the LoadData struct, and a correspondi...Himaja2015-05-051-1/+1
* Remove some as_slice calls.Ms2ger2015-04-241-2/+2
* Refactored image cache task - details below.Glenn Watson2015-04-231-330/+283
* Using FF broken image icon.Adenilson Cavalcanti2015-04-211-1/+0
* Make minor syntax simplification to address review.Aneesh Agrawal2015-04-131-1/+1
* Switch Arc<Box<Image>> to Arc<Image> for perf boost.Aneesh Agrawal2015-04-101-3/+3
* Remove compositor dependency on net crate.Aneesh Agrawal2015-04-101-12/+0
* Move net::{data_loader,image_cache_task} unit tests into the unit_tests crate.Simon Sapin2015-04-081-575/+0
* Fix unit tests.Josh Matthews2015-04-071-20/+4
* Split out shared networking code into net_traits crateGilles Leblanc2015-04-031-179/+132
* Load a placeholder when a url to an image is broken.Adenilson Cavalcanti2015-03-301-26/+68
* Rename lots of profiling-related things.Nicholas Nethercote2015-03-251-8/+8
* Move profiler code from `util` into a new crate `profile`.Nicholas Nethercote2015-03-241-5/+5
* Update some code that's feature-gated under core.Ms2ger2015-03-211-2/+2
* Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev.Ms2ger2015-03-181-5/+5
* Add profiling to image decoding.Ankit Agrawal2015-02-281-20/+36
* Differentiate between HTTP and non-HTTP APIs for cookie operations. Fix some ...Josh Matthews2015-02-041-28/+7
* cookies and cookies storage implementationShamir Khodzha2015-02-041-4/+27
* add `unwrap` to `send/recv` callsAlexandru Cojocaru2015-02-031-11/+11
* Import the util crate as util rather than servo_util.Ms2ger2015-01-291-3/+3
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-87/+81
* Pass a String to spawn_named.Ms2ger2015-01-211-4/+5
* Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-081-1/+1
* Don't qualify Ok/Err in image_cache_task.Ms2ger2015-01-041-3/+2
* Fix obsolete format traits.Ms2ger2015-01-021-4/+4
* net: Remove glob imports added in #4405Tetsuharu OHZEKI2014-12-191-97/+94
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-40/+49