aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/image_cache.rs
Commit message (Expand)AuthorAgeFilesLines
* compositor: Move WebRender-ish messages and types to `webrender_traits` (#32315)Mukilan Thiyagarajan2024-05-201-11/+9
* fix: unused mem import (#31608)eri2024-03-101-1/+1
* clippy: fix warnings in components/net (#31564)eri2024-03-101-25/+19
* Make image decoding thread pool the size of the system's CPUs (#31585)eri2024-03-081-2/+9
* Use thread pool to decode image (#31517)eri2024-03-071-2/+8
* script: Do not run layout in a thread (#31346)Martin Robinson2024-02-231-1/+1
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-11/+9
* remove `extern crate` (#30311)Samson2023-09-081-0/+1
* Replace `immeta` dependency with `imsz` (#30294)Martin Robinson2023-09-061-12/+11
* Try to `use` WebRender types moreMartin Robinson2023-07-101-5/+6
* Fix intermittency when loading poster imagesMartin Robinson2023-01-111-0/+2
* components/net: Fix a double-lock in image_cacheBurtonQin2022-10-101-15/+27
* Convert all uses of UpdateResources api to use webrender transactions.Josh Matthews2020-05-111-3/+1
* Don't send a load event when a loaded image is actually the placeholderBastien Orivel2020-05-081-6/+14
* Properly set the url on the Response object when the response is an opaquered...Bastien Orivel2020-05-061-1/+1
* Use a restyle for animation ticksMartin Robinson2020-05-051-16/+4
* Don't continually re-request completed requests that had load errors.Josh Matthews2020-04-171-12/+21
* Refactor ImageCache::find_image_or_metadata API.Julien Tregoat2020-04-171-30/+75
* Remove syn 0.15 from our crate graph (fixes #24421)Anthony Ramine2020-03-051-2/+4
* Use non-IPC webrender API over explicit IPC channels.Josh Matthews2019-11-271-5/+7
* Add useful debug output for HTTP response and image cache.Josh Matthews2019-10-041-0/+1
* Support CORS attributes for image elements.Josh Matthews2019-10-041-15/+47
* Double key image cache by requesting origin, and store CORS status with cache...Josh Matthews2019-10-041-47/+86
* WebRender units are no longer reexported.Patrick Walton2019-07-091-1/+2
* Remove unused code from net and net_traits cratesest312019-06-021-5/+0
* Update webrenderManish Goregaokar2018-11-271-1/+1
* Auto merge of #22225 - servo:webgl, r=emiliobors-servo2018-11-211-2/+3
|\
| * Call rgba8_byte_swap_colors_inplace on the WebGL threadAnthony Ramine2018-11-201-1/+1
| * Move PixelFormat to the pixels crateAnthony Ramine2018-11-201-1/+2
* | refactored performance timing to align with updated specddh2018-11-201-2/+2
|/
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Optimise memory allocation in set_webrender_image_keyAnthony Ramine2018-11-161-0/+1
* Prefix some pixels functions with rgba8_Anthony Ramine2018-11-161-1/+1
* Remove useless `use crate_name;` imports.Simon Sapin2018-11-081-2/+0
* Reorder importsPyfisch2018-11-061-3/+3
* Rustfmt net cratePyfisch2018-11-031-75/+78
* Merge some byte swap/premultiply functions in their own crateAnthony Ramine2018-10-061-25/+2
* Update WR (transaction API change)Glenn Watson2018-06-201-5/+4
* delegate resource reading to embedderPaul Rouget2018-04-271-13/+7
* Update WR (accelerated webgl fix on mac, line decoration optimizations).Glenn Watson2018-03-231-0/+1
* Update WR (removal of RGB8, which isn't supported on some hardware).Glenn Watson2018-01-081-39/+30
* 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