aboutsummaryrefslogtreecommitdiffstats
path: root/components/net_traits/image_cache.rs
Commit message (Expand)AuthorAgeFilesLines
* Move `*_traits` and other shared types to `shared`Martin Robinson2023-11-031-156/+0
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-5/+6
* remove `extern crate` (#30311)Samson2023-09-081-0/+3
* Don't send a load event when a loaded image is actually the placeholderBastien Orivel2020-05-081-1/+6
* Use a restyle for animation ticksMartin Robinson2020-05-051-11/+0
* Don't continually re-request completed requests that had load errors.Josh Matthews2020-04-171-8/+0
* Refactor ImageCache::find_image_or_metadata API.Julien Tregoat2020-04-171-5/+33
* Use non-IPC webrender API over explicit IPC channels.Josh Matthews2019-11-271-1/+2
* Support CORS attributes for image elements.Josh Matthews2019-10-041-0/+2
* Double key image cache by requesting origin, and store CORS status with cache...Josh Matthews2019-10-041-1/+13
* Remove unused code from net and net_traits cratesest312019-06-021-3/+0
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Remove useless `use crate_name;` imports.Simon Sapin2018-11-081-1/+0
* Reorder importsPyfisch2018-11-061-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-2/+2
* Rustfmt net_traits cratePyfisch2018-11-031-6/+9
* Add lots of derived Debug implsAlan Jeffrey2018-10-291-5/+5
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-6/+6
* order derivable traits listsClément DAVID2017-08-231-6/+6
* Upgrade to the latest version of WebRenderMartin Robinson2017-07-131-2/+2
* Added Debug implementations.Alan Jeffrey2017-06-131-2/+2
* Implemented the plumbing for paint worklets.Alan Jeffrey2017-06-071-0/+3
* Use the origin of the actual image response when determining if a canvas is o...SendilKumar N2017-05-191-3/+3
* Move image cache implementation to the net crateFernando Jiménez Moreno2017-03-271-527/+12
* Make image cache per-document rather than globalFernando Jiménez Moreno2017-03-271-0/+636