aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/image_cache_thread.rs
Commit message (Expand)AuthorAgeFilesLines
* Make image cache per-document rather than globalFernando Jiménez Moreno2017-03-271-645/+0
* Premultiply RGBA image data before sending to webrenderJamie Nicol2017-03-101-0/+18
* Update WR (image tiling, inset box shadow fixes, new key api).Glenn Watson2017-02-271-2/+8
* Add useful debug information to image cache.Josh Matthews2017-02-221-10/+25
* Send response for image requests progressively to image cache.Josh Matthews2017-02-221-18/+6
* Synchronously decode images if decoded bytes are requested after the full res...Josh Matthews2017-02-221-55/+107
* Avoid dropping image requests on the ground from non-script-initiated reflow.Josh Matthews2017-02-221-15/+27
* Make script thread initiate requests for images needed by layout.Josh Matthews2017-02-221-161/+53
* Update WR (radial gradients, subpixel positioning, tiling changes).Glenn Watson2017-02-011-10/+36
* Fix/silence some warningsSimon Sapin2016-12-201-1/+1
* Auto merge of #14586 - deror1869107:Remove-ResponseAction, r=jdmbors-servo2016-12-141-29/+9
|\
| * Remove-ResponseActionderor18691072016-12-151-29/+9
* | Removed util.Alan Jeffrey2016-12-141-4/+4
|/
* update depsGregory2016-11-221-2/+4
* Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-21/+21
* Update WR - stride support, remove deprecated / unused shaders.Glenn Watson2016-11-091-2/+10
* Move ResponseAction to the image cache.Ms2ger2016-11-021-1/+10
* Use fetch_async in the image cache.Ms2ger2016-11-021-28/+30
* Remove old rendering backend.Glenn Watson2016-10-181-20/+17
* Reorder `use` statementsUK9922016-09-091-6/+6
* 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