aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/image_cache_thread.rs
Commit message (Expand)AuthorAgeFilesLines
* Propagating the load errors from network loaderRavi Shankar2016-04-201-2/+2
* Use external 'threadpool' crate, remove in-tree utility.Corey Farwell2016-03-181-1/+1
* Disallow unsafe code in net and net_traits.Ms2ger2016-03-181-14/+34
* Bonus fix: Rewrite get_image_or_meta_if_available in an imperative style.Ms2ger2016-03-071-6/+11
* Move the receivers out of the ImageCache struct.Ms2ger2016-03-071-26/+10
* Inline ImageCache::do_run.Ms2ger2016-03-071-11/+7
* Use the select! macro in ImageCacheThread.Ms2ger2016-03-071-21/+15
* Move the ImageCacheThread's closure into a function.Ms2ger2016-03-071-42/+47
* Add WebRender integration to Servo.Glenn Watson2016-02-181-8/+55
* adding image metadata notification capabilities to image cachejmr02016-01-291-28/+86
* task -> threadrohan.prinja2016-01-101-0/+494