aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/image_cache.rs
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 ↵SendilKumar N2017-05-191-14/+41
| | | | origin clean.
* 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 ↵Fernando Jiménez Moreno2017-03-271-45/+63
| | | | ImageDecoderRunnable
* Move image cache implementation to the net crateFernando Jiménez Moreno2017-03-271-0/+552