aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/image_cache.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove usage of unstable feature iterator_step_bySimon Sapin2017-10-111-1/+4
* Update WR.Glenn Watson2017-08-091-1/+3
* Upgrade to the latest version of WebRenderMartin Robinson2017-07-131-17/+17
* UntrySimon Sapin2017-06-181-2/+2
* Update WR (CPU text optimizations, image format renames).Glenn Watson2017-06-161-3/+3
* Update Rust nightly to 1.19.0-nightly (2416e222e 2017-06-09)Anthony Ramine2017-06-091-1/+1
* Implemented the plumbing for paint worklets.Alan Jeffrey2017-06-071-21/+15
* Revert "Update Rust nightly to 1.19.0-nightly (6165203c4 2017-06-03)"Anthony Ramine2017-06-031-1/+1
* Update Rust nightly to 1.19.0-nightly (6165203c4 2017-06-03)Anthony Ramine2017-06-031-1/+1
* Use the origin of the actual image response when determining if a canvas is o...SendilKumar N2017-05-191-14/+41
* Update WR (IPC profiling, RG8 image support).Glenn Watson2017-04-181-0/+1
* Remove useless ImageDecoderRunnable structFernando Jiménez Moreno2017-03-271-25/+6
* Make ImageCacheImpl have a single Mutex<ImageCacheStore> and use ImageDecoder...Fernando Jiménez Moreno2017-03-271-45/+63
* Move image cache implementation to the net crateFernando Jiménez Moreno2017-03-271-0/+552