aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/image_cache_thread.rs
Commit message (Expand)AuthorAgeFilesLines
* Use Result instead of panicking when the resource dir can't be foundManish Goregaokar2016-07-211-19/+17
* Integrate service worker manager threadRahul Sharma2016-07-161-4/+1
* Remove unnecessary uses of unwrap in ImageCache::handle_cmdAndre Silva2016-07-021-2/+2
* adding interface for custom responsesRahul Sharma2016-05-201-3/+23
* Implement trait-based ResourceThreads and clean up related naming issuesZhen Zhang2016-05-201-8/+8
* Added Store Command to ImageCache TaskSagar Muchhal2016-04-261-0/+20
* Add referrer policy pass-through and referrer header logicRebecca2016-04-251-1/+1
* 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